Users Guide
Use Case Scenarios 101
Prerequisites
To successfully perform remote operations on the server, make sure that the
following prerequisites are met:
• Common Prerequisites
Feature or System Behavior
• Is available by default.
• A reboot is not required after setting iDRAC configuration.
Workflow
1
Enumerate the DCIM_iDRACCardAttribute class to identify all the
current instances of this class (all the iDRAC configuration attributes).
2
To get the required attributes, use the InstanceID property and the class
name to retrieve the specific instance.
3
Invoke the
ApplyAttributes()
method on the DCIM_iDRACCardService
class to set the attributes using the FQDD property, AttributeName, and
the AttributeValue.
4
A job id (for example,
JID_001291194119
) is returned to the screen.
5
To get the status on percentage completion of the job, execute the
required command on the job ID.
6
To verify the changes, use the InstanceID property of the attribute to get
the instance and verify the attribute value to ensure that it is set.
References
NOTE: The sections referenced in this table contain only generic examples.
Table 5-14. Step Number and Location
Step Number Location in Lifecycle Controller Web Services Interface Guide
(Windows or Linux)
step 1
19.1 — Listing the iDRAC Card Inventory-Enumeration Class
19.5 — Listing the iDRAC Card Inventory-Integer Class
19.7 — Listing the iDRAC Card Inventory-String Class