Reference Guide
194 Lifecycle Controller Web Services Interface Guide for Linux
<n1:MessageID>BIOS019</n1:MessageID>
<n1:ReturnValue>2</n1:ReturnValue>
</n1:ChangePassword_OUTPUT>
<n1:ChangePassword_OUTPUT>
<n1:Message>The command was successful</n1:Message>
<n1:MessageID>BIOS001</n1:MessageID>
</n1:ChangePassword_OUTPUT>
17.9.2 Create Target Configuration Job
Create a configuration job as shown in Section 17.7.
17.9.3 Monitor Set BIOS Password Status
To monitor the job status for setting the BIOS password, get the instance of the corresponding job as
described within the job control provider in Section 10.
Replace [INSTANCE ID] with the actual jobid from Section 17.9.1.
EXAMPLE:
wsman get http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_Life
cycleJob?InstanceID=[INSTANCE ID]
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<n1:DCIM_LifecycleJob>
<n1:InstanceID>JID_001300720080</n1:InstanceID>
<n1:JobStartTime>00000101000000</n1:JobStartTime>
<n1:JobStatus>Completed</n1:JobStatus>
<n1:JobUntilTime>20111111111111</n1:JobUntilTime>
<n1:Message>Job completed successfully</n1:Message>
<n1:MessageID>PR19</n1:MessageID>
<n1:Name>ConfigBIOS:BIOS.Setup.1-1</n1:Name>
<n1:PercentComplete>100</n1:PercentComplete>
</n1:DCIM_LifecycleJob>
The status may be one of the following:
Ready for execution - Job is created, but waiting for scheduled start time to pass to schedule the
job
Scheduled - Job is scheduled and ready for System reboot to execute the job
Failed - Problem with setting the BIOS password, check message for more information
Completed - Setting the BIOS password completed with no issues
17.10 Listing the BIOS Inventory-Password Class
Enumerate BIOSPassword with the following parameters and syntax:
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCI
M_BIOSPassword
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic