White Papers

MessageID (OUT parameter)
Message
MessageArguments[]
AttributeValue cannot be changed for
read only AttributeName <parameter
FC015
name>
AttributeName
AttributeValue cannot be changed for
disabled AttributeName <parameter
FC016
name>
AttributeName
Cannot perform the operation due to
FC017
an unknown error in iDRAC
Set operation failed as the attribute is
read only.
FC018
An instance of Export or Import
System Configuration is already
LC062
running.
605 8.3 DCIM_FCService.CreateTargetedConfigJob( )
606 The CreateTargetedConfigJob( ) method is used to apply the pending values created by the SetAttribute
607 and SetAttributes methods. The successful execution of this method creates a job for application of
608 pending attribute values.
609 CreateTargetedConfigJob method supports the following optional input parameters
610 1. RebootJobType: When provided in the input parameters, creates a specific reboot job to
611 “PowerCycle”, “Graceful Reboot without forced shutdown”, or “Graceful Reboot with forced shutdown”.
612 This parameter only creates the RebootJob and does not schedule it.
613 2. ScheduledStartTime: When provided in the input parameters, schedules the “configuration job” and the
614 optional “reboot job” at the specified start time. A special value of “TIME_NOW” schedules the job(s)
615 immediately.
616 3. UntilTime: This parameter has a dependency on “ScheduledStartTime”, together “ScheduledStartTime” and
617 “UntilTime” define a time window for scheduling the job(s). Once scheduled, jobs will be executed within the
618 time window.
619 If CreateTargetedConfigJob method is executed without the three optional parameters discussed above, then
620 configuration job is created but not scheduled. However, this configuration job can be scheduled later using the
621 DCIM_JobService.SetupJobQueue () method from the “Job Control Profile”. DCIM_JobService.SetupJobQueue ()
622 can be executed to schedule several configuration jobs including the reboot job. Refer to “Job Control Profile” for
623 more details.
624 Return code values for the CreateTargetedConfigJob( ) method are specified in Table 35, and parameters
625 are specified in Table 36.
626 Subsequent calls to CreateTargetedConfigJob after the first CreateTargetedConfigJob will result in error
627 until the first job is completed.
628 Table 35 DCIM_FCService.CreateTargetedConfigJob( ) Method: Return Code Values
Value
Description
2
Failed
4096
1
Job Created
1