Technical White Paper

<n1:MinLength>1</n1:MinLength>
</n1:DCIM_iDRACCardString>
<n1:DCIM_iDRACCardString>
<n1:AttributeDisplayName>User Admin User Name
</n1:AttributeDisplayName>
<n1:AttributeName>UserName</n1:AttributeName>
<n1:CurrentValue xsi:nil="true"/>
<n1:DefaultValue/>
<n1:Dependency xsi:nil="true"/>
<n1:DisplayOrder>0</n1:DisplayOrder>
<n1:FQDD>iDRAC.Embedded.1</n1:FQDD>
<n1:GroupDisplayName>Users</n1:GroupDisplayName>
<n1:GroupID>Users.3</n1:GroupID>
<n1:InstanceID>iDRAC.Embedded.1#Users.3#UserName
</n1:InstanceID>
<n1:IsReadOnly>true</n1:IsReadOnly>
<n1:MaxLength>16</n1:MaxLength>
<n1:MinLength>1</n1:MinLength>
</n1:DCIM_iDRACCardString>
19.9 Changing the iDRAC IP Change Notification
19.9.1 Getting the Current iDRAC IPChange State
Get the
IPChangeNotifyPS
attribute from the
DCIM_LCAttribute
class to display. The
CurrentValue
field indicates the current status of this attribute.
EXAMPLE:
wsman get http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCAttribute
?InstanceID=DCIM_LCEnumeration:DHS3
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -j utf-8 -y basic
OUTPUT:
<n1:DCIM_LCAttribute>
<n1:AttributeName>IPChangeNotifyPS</n1:AttributeName>
<n1:Caption xsi:nil="true"/>
<n1:CurrentValue>Off</n1:CurrentValue>
<n1:DefaultValue>Off</n1:DefaultValue>
<n1:Description xsi:nil="true"/>
<n1:ElementName>LC.emb.1</n1:ElementName>
<n1:InstanceID>DCIM_LCEnumeration:DHS3</n1:InstanceID>
<n1:IsOrderedList xsi:nil="true"/>
<n1:IsReadOnly>true</n1:IsReadOnly>
<n1:PendingValue xsi:nil="true"/>
<n1:PossibleValues>On</n1:PossibleValues>
<n1:PossibleValues>Off</n1:PossibleValues>
<n1:PossibleValuesDescription xsi:nil="true"/>
</n1:DCIM_LCAttribute>