Technical White Paper

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/cimschema/
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>
<n1:FQDD>iDRAC.Embedded.1</n1:FQDD>
<n1:GroupDisplayName>NIC</n1:GroupDisplayName>
<n1:GroupID>NIC.1</n1:GroupID>
<n1:InstanceID>iDRAC.Embedded.1#NIC.1#Enable</n1:InstanceID>
<n1:IsReadOnly>false</n1:IsReadOnly>
<n1:PossibleValues>Disabled</n1:PossibleValues>
<n1:PossibleValues>Enabled</n1:PossibleValues>
</n1:DCIM_iDRACCardEnumeration>
<n1:DCIM_iDRACCardEnumeration>
<n1:AttributeDisplayName>Virtual Media Attached
</n1:AttributeDisplayName>
<n1:AttributeName>Attached</n1:AttributeName>
<n1:CurrentValue>Autoattach</n1:CurrentValue>
<n1:DefaultValue>Detached</n1:DefaultValue>
<n1:Dependency xsi:nil="true"/>
<n1:DisplayOrder>0</n1:DisplayOrder>
<n1:FQDD>iDRAC.Embedded.1</n1:FQDD>
<n1:GroupDisplayName>VirtualMedia</n1:GroupDisplayName>
<n1:GroupID>VirtualMedia.1</n1:GroupID>
<n1:InstanceID>iDRAC.Embedded.1#VirtualMedia.1#Attached
</n1:InstanceID>