Users Guide

58 Remote Services Operations
7
Before invoking the
CreateTargetedConfigJob()
method, construct the
input parameters and use the correct Fully Qualified Device Descriptor
(FQDD) for the controller.
8
Invoke the
CreateTargetedConfigJob()
method to apply the pending
values.
9
Query the status of the jobID output using the job control profile
methods.
The system is rebooted based on the time specified.
10
Enumerate the
DCIM_VirtualDiskView
class to view the virtual disk
created earlier.
Managing BIOS and Boot Configuration
Use the BIOS and boot configuration feature to configure BIOS properties
and to perform operations such as changing the boot source and boot order.
For more information, see the
BIOS and Boot Management Profile
.
Displaying the Inventory of BIOS Attributes
Perform the Enumerate operation on the DCIM_BIOSEnumeration class to
view all available instances of the BIOS attributes in a system.
Setting the BIOS Attributes
To set the attributes:
1
Identify the applicable instance ID.
2
Confirm the IsReadOnly field is set to false.
3
Before invoking the
SetAttribute()
or
SetAttributes()
method, note the
instance information that you got in
step 1 and prepare the input
parameters.
4
Invoke the
SetAttribute()
or
SetAttributes()
method.
5
Examine output parameters.
6
Before invoking the
CreateTargetedConfigJob()
method, prepare input
parameters (for example, RebootJobType, ScheduledStartTime,
UntilTime, Job, and so on) and use the correct BIOS FQDD.
7
Invoke the
CreateTargetedConfigJob()
method.