White Papers

16 Version 1.1.0
Table 11 CIM_ComputerSystem.RequestStateChange( ) Method: Return Code Values
325
Value
Description
0
Request was successfully executed.
2
Error occurred
Table 12 CIM_ComputerSystem.RequestStateChange( ) Method: Parameters
326
Qualifiers
Name
Type
Description/Values
IN, REQ
RequestedState
uint16
11 (Reset)
OUT
MessageID
string
Error Message ID may be used to look-up in
the Dell Message registry files. For more
information, see Error Message Registry
OUT
Message
string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT
MessageArguments
[]
string
Substitution variables for dynamic error
messages
Table 13 CIM_ComputerSystem.RequestStateChange( ) Method: Standard Messages
327
MessageID (OUT parameter)
Message
MessageArguments[]
RAC038
Cannot perform the operation due
to an unknown error in iDRAC.
NA
RAC039
Invalid parameter value for
<parameter>
RequestedState
RAC040
Missing parameter(s)
<parameters>
RequestedState
RAC048
The command was successful
NA
RAC049
Resource allocation failure
NA
328
8.2 DCIM_TimeService.ManageTime()
329
The DCIM_TimeService.ManageTime() method is used to query the service processor time and to set the
330
service processor time in between of the host system reboots and service processor resets. Note that the
331
the service processor time set through the successful execution of this method does not persist and is
332
volatile. The service processor time shall reset to the BIOS time on every reset of the host system or the
333
service processor.
334
However, if the DCIM_IDRACCardEnumeration NTPEnable attribute has the CurrentValue equal to
335
“Enabled”, then the method shall fail and return 2 (Error). When the DCIM_IDRACCardEnumeration
336
NTPEnable attribute has the CurrentValue equal to “Enabled”, the service processor time is retrieved
337
from the configured NTP (Network Time Protocol) servers, see IDRAC Card Profile
338
For quering the service processor time, the GetRequest parameter shall have a value of TRUE, the
339
TimeData parameter shall be an output parameter that contains the service processor time data. For
340
setting the service processor time, the GetRequest parameter shall have a value of FALSE and the
341
TimeData parameter shall have the time to be set. If the GetRequest parameter is not specified, the
342
method shall return a value of 2 (Error Occurred).
343