White Papers

16 Version 1.0.2
Table 11CIM_ComputerSystem.RequestStateChange( ) Method: Return Code Values 325
Value Description
0 Request was successfully executed.
2 Error occurred
Table 12CIM_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 13CIM_ComputerSystem.RequestStateChange( ) Method: Standard Messages 327
MessageID (OUT parameter) Message MessageArguments[]
RAC048 The command was successful NA
RAC040
Missing parameter(s)
<parameters>
RequestedState
RAC038
Cannot perform the operation due
to an unknown error in iDRAC.
NA
RAC049 Resource allocation failure NA
RAC039
Invalid parameter value for
<parameter> RequestedState
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
For quering the service processor time, the GetRequest parameter shall have a value of TRUE, the 335
TimeData parameter shall be an output parameter that contains the service processor time data. For 336
setting the service processor time, the GetRequest parameter shall have a value of FALSE and the 337
TimeData parameter shall have the time to be set. If the GetRequest parameter is not specified, the 338
method shall return a value of 2 (Error Occurred). 339