White Papers

Version 1.2.0 31
MessageID (OUT parameter) Message MessageArguments[]
SYS007 Input out of range for <parameter> AttributeName
SYS008
Invalid boolean in AttributeValue
for AttributeName <parameter>
AttributeName
SYS009
String exceeds maximum length for
AttributeName <parameter>
AttributeName
SYS010
Invalid character in AttributeValue
for AttributeName <parameter>
AttributeName
SYS011
Configuration already committed,
cannot set configuration
SYS012
User is not Authorized to perform
this operation
SYS013 Invalid AttributeName <parameter> AttributeName
SYS014
Invalid AttributeValue for
AttributeName <parameter> AttributeName
SYS015 Job created
SYS016 Job completed with errors
SYS017 Job failed
SYS018 Job completed
SYS019
Required Dependancy input not
found
SYS020 Invalid Required Attribute value
SYS023 No pending configurations
SYS024 Attribute dependency failed
8.3 DCIM_SystemManagementService.CreateTargetedConfigJob() 476
The CreateTargetedConfigJob() method is used to apply the pending values created by the SetAttribute, 477
SetAttributes, ChangeBootSourceState, and ChangeBootOrderByInstanceID methods. The successful 478
execution of this method creates a job to apply the pending values. 479
The CreateTargetedConfigJob() method supports the following optional input parameters: 480
RebootJobType: When provided in the input parameters, it creates a specific reboot job to 481
“PowerCycle”, Graceful Reboot without forced shutdown”, or “Graceful Reboot with forced 482
shutdown”. This parameter only creates the RebootJob and does not schedule it. 483
NOTE: Many attributes in the profile do not require a reboot job. Thus, it may not be necessary to specify 484
this parameter. 485
ScheduledStartTime: When provided in the input parameters, schedules the “configuration job” and the 486
optional “reboot job” at the specified start time. A special value of “TIME_NOW” schedules the job(s) 487
immediately. 488
UntilTime: This parameter has a dependency on “ScheduledStartTime, together “ScheduledStartTime” and 489
“UntilTime” define a time window for scheduling the job(s). Once scheduled, jobs will be executed within the 490
time window. 491
If CreateTargetedConfigJob method is executed without the three optional parameters discussed above, then 492
configuration job is created but not scheduled. However, this configuration job can be scheduled later using the 493
DCIM_JobService.SetupJobQueue () method from the “Job Control Profile”. DCIM_JobService.SetupJobQueue 494
() can be executed to schedule several configuration jobs including the reboot job. Refer to “Job Control 495
Profile” for more details. 496