White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
222 
  Ready for Restore - Request has been received 
  Restore In Progress - Restore process is currently in process 
  Failed - Problem with the restore process, check message for more information 
  Completed-Restore process has completed with no issues 
19  iDRAC Configuration 
This feature provides the ability to remotely list, get, and set the attributes on various monolithic and 
modular servers for the three Dell iDRAC classes through the command line. 
  DCIM_iDRACCardEnumeration (19.1) 
  DCIM_iDRACCardInteger (19.4) 
  DCIM_iDRACCardString (19.6) 
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
19.1  Listing the iDRAC Card Inventory-Enumeration Class 
Enumerate the iDRACCardEnumeration class to list all the enumerate, integer, and string type iDRAC 
attributes. 
Enumerate the iDDRACCardEnumeration class with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_iDRACCardEnumeration 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_iDRACCardEnumeration> 
 <n1:AttributeDisplayName>Nic Enable</n1:AttributeDisplayName> 
 <n1:AttributeName>Enable</n1:AttributeName> 
 <n1:CurrentValue>Enabled</n1:CurrentValue> 
 <n1:DefaultValue>Enabled</n1:DefaultValue> 
 <n1:Dependency xsi:nil="true"/> 
 <n1:DisplayOrder>0</n1:DisplayOrder> 










