White Papers
Version 1.3.0 51
MessageID (OUT parameter)
Message
MessageArguments[]
<parameter name>
BIOS024
BIOS password authentication failed
BIOS025
Unable to set BIOS password.
Password is disabled by Jumper
8.4 DCIM_BIOSService.CreateTargetedConfigJob()
605
The CreateTargetedConfigJob( ) method is used to apply the pending values created by the SetAttribute,
606
SetAttributes, ChangePassword, ChangeBootSourceState, and ChangeBootOrderByInstanceID methods.
607
The successful execution of this method creates a job for application of pending values.
608
NOTE: This method only creates the RebootJob and does not schedule it.
609
NOTE: If CreateTargetedConfigJob method is executed without the three optional input parameters, configuration job
610
is created but not scheduled. However, you can schedule this configuration job later using the
611
DCIM_JobService.SetupJobQueue () method from the “Job Control Profile”. You can run the
612
DCIM_JobService.SetupJobQueue () to schedule several configuration jobs including the reboot job. Refer to “Job
613
Control Profile” for more details.
614
Return code values for the CreateTargetedConfigJob( ) method are specified in Table 49, and parameters
615
are specified in Table 50.
616
Subsequent calls to CreateTargetedConfigJob after the first CreateTargetedConfigJob will result in error
617
until the first job is completed."
618
Table 49 – CreateTargetedConfigJob() Method: Return Code Values
619
Value
Description
2
Failed
4096
1
Job Created
1
Table 50 – CreateTargetedConfigJob() Method: Parameters
620
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
Shall be set to “BIOS.Setup.1-1”
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
Schedules the “configuration job” and the optional
“reboot job” at the specified start time in the
format: yyyymmddhhmmss.
A special value of “TIME_NOW” schedules the
job(s) immediately.