White Papers

34 Version 1.4.0
MessageID (OUT parameter)
Message
MessageArguments[]
SYS014
Invalid AttributeValue for
AttributeName %s
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
JCP017
Maximum job limit reached, cannot
create new jobs
LC062
An instance of Export or Import
System Configuration is already
running.
8.3 DCIM_SystemManagementService.CreateTargetedConfigJob()
513
The CreateTargetedConfigJob( ) method is used to apply the pending values created by the SetAttribute,
514
SetAttributes, ChangeBootSourceState, and ChangeBootOrderByInstanceID methods. The successful
515
execution of this method creates a job to apply the pending values.
516
The CreateTargetedConfigJob() method supports the following optional input parameters:
517
RebootJobType: When provided in the input parameters, it creates a specific reboot job to
518
“PowerCycle”, Graceful Reboot without forced shutdown, or “Graceful Reboot with forced
519
shutdown”. This parameter only creates the RebootJob and does not schedule it.
520
NOTE: Many attributes in the profile do not require a reboot job. Thus, it may not be necessary to specify
521
this parameter.
522
ScheduledStartTime: When provided in the input parameters, schedules the “configuration job” and the
523
optional “reboot job” at the specified start time. A special value of “TIME_NOW” schedules the job(s)
524
immediately.
525
UntilTime: This parameter has a dependency on “ScheduledStartTime”, together “ScheduledStartTime” and
526
“UntilTime” define a time window for scheduling the job(s). Once scheduled, jobs will be executed within the
527
time window.
528
If CreateTargetedConfigJob method is executed without the three optional parameters discussed above, then
529
configuration job is created but not scheduled. However, this configuration job can be scheduled later using the
530
DCIM_JobService.SetupJobQueue () method from the “Job Control Profile”. DCIM_JobService.SetupJobQueue
531
() can be executed to schedule several configuration jobs including the reboot job. Refer to “Job Control
532
Profile” for more details.
533
Return code values for the CreateTargetedConfigJob( ) method are specified in Table 28, and parameters
534
are specified in Table 29.
535
Subsequent calls to CreateTargetedConfigJob after the first CreateTargetedConfigJob will result in error
536
until the first job is completed."
537