White Papers

MessageID (OUT parameter)
Message
STOR023
Configuration already committed, cannot set
configuration
Table 39 DCIM_RAIDService.CreateTargetedConfigJob() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of target device (Controller)
IN
RebootJobType
uint16
Shall contain the requested reboot type:
1 - PowerCycle
2 - Graceful Reboot without forced
shutdown
3 - Graceful Reboot with forced shutdown.
IN
ScheduledStartTime
string
Start time for the job execution in format:
yyyymmddhhmmss.
The string "TIME_NOW" means immediate.
IN
UntilTime
string
End time for the job execution in format:
yyyymmddhhmmss. :
If this parameter is not NULL, then
ScheduledStartTime parameter shall also
be specified.
OUT
Job
CIM_ConcreteJob
REF
Reference to the newly created pending
value application job.
OUT
MessageID
string
Error Message ID- can be used to index into
Dell Message registry files
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
8.13 Method: DCIM_RAIDService.DeletePendingConfiguration ()
The DeletePendingConfiguration() method cancels the pending configuration changes made before the
configuration job is created with CreateTargetedConfigJob(). This method only operates on the pending
changes prior to CreateTargetedConfigJob() being called. After the Configuration job is created the
pending changes can only be canceled by calling CancelJob() in the Job Control profile.
Table 40 DCIM_RAIDService.DeletePendingConfiguration () Method: Return Code Values