White Papers

Qualifiers
Name
Type
Description/Values
OUT
(optional)
MessageID
String
Error MessageID is returned If the method
fails to execute.
OUT
(optional)
Message
String
Error Message in English corresponding to
MessageID is returned If the method fails to
execute.
8.12 Method: DCIM_RAIDService.CreateTargetedConfigJob()
The CreateTargetedConfigJob() method is used to apply the pending values set by previous
RAIDService methods.
CreateTargetedConfigJob method supports the following optional input parameters
1. RebootJobType: when provided in the input parameters, creates a specific reboot job to
“PowerCycle” or “Graceful Reboot without forced shutdown” or “Graceful Reboot with forced shutdown”.
This parameter only creates the RebootJob and does not schedule it.
2. ScheduledStartTime: When provided in the input parameters, schedules the “configuration job” and the
optional “reboot job” at the specified start time. A special value of “TIME_NOW” schedules the job(s)
immediately.
3. UntilTime: This parameter has a dependency on “ScheduledStartTime, together ScheduledStartTime” and
“UntilTime” define a time window for scheduling the job(s). Once scheduled, jobs will be executed within the
time window.
If CreateTargetedConfigJob method is executed without the 3 optional parameters discussed above, then
configuration job is created but not scheduled. However, this configuration job can be scheduled later using the
DCIM_JobService.SetupJobQueue () method from the “Job Control Profile”. DCIM_JobService.SetupJobQueue ()
can be executed to schedule several configuration jobs including the reboot job. Refer to “Job Control Profile” for
more details.
Table 37 DCIM_RAIDService.CreateTargetedConfigJob() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
4096
Job started: REF returned to started CIM_ConcreteJob
Table 38 DCIM_RAIDService.CreateTargetedConfigJob() Method: Standard Messages
MessageID (OUT parameter)
Message
STOR003
Missing parameter
STOR004
Invalid parameter value
STOR006
General failure
STOR007
Resource Allocation Failure
STOR026
Configuration Job not Created, there are no pending
Configuration changes
STOR024
Configuration already committed, cannot commit until
previous commit succeeds or is cancelled