Technical White Paper
9 Hardware Inventory
The Dell Common Information Model (CIM) class extensions for supporting remote hardware
inventories are defined in the various Dell profiles and related MOFs
3
. The Hardware Inventory allows
you to remote query the inventory of hardware.
Each of the hardware inventory classes return the attribute
LastSystemInventoryTime
, which is when
the last time ‘collect system inventory on restart’ or CSIOR was run. For more information about
CSIOR, see Section 12.1. It is an important attribute as it shows how recently the inventory was
updated.
9.1 Power Supply Inventory
This section describes the implementation for the
DCIM_PowerSupplyView
class. The Dell Power
Supply Profile describes power supply information of each platform. Each platform power supply is
represented by an instance of
DCIM_PowerSupplyView
class.
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
Enumerate
DCIM_PowerSupplyView
with the following parameters and syntax:
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/
2/root/dcim/DCIM_PowerSupplyView
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<n1:DCIM_PowerSupplyView>
<n1:DetailedState>Presence Detected</n1:DetailedState>
<n1:FQDD>PSU.Slot.1</n1:FQDD>
<n1:FirmwareVersion>04.09.00</n1:FirmwareVersion>
<n1:InputVoltage>122</n1:InputVoltage>
<n1:InstanceID>PSU.Slot.1</n1:InstanceID>
<n1:LastSystemInventoryTime>20110307121906.000000+000
</n1:LastSystemInventoryTime>
<n1:LastUpdateTime>20110119144251.000000+000
</n1:LastUpdateTime>
<n1:Manufacturer>Dell</n1:Manufacturer>
<n1:Model>PWR SPLY,502W,RDNT </n1:Model>
<n1:PartNumber>0KY091A02</n1:PartNumber>
<n1:PrimaryStatus>1</n1:PrimaryStatus>
<n1:RedundancyStatus>0</n1:RedundancyStatus>
<n1:SerialNumber>PH1629894U001C</n1:SerialNumber>
<n1:TotalOutputPower>502</n1:TotalOutputPower>
<n1:Type>0</n1:Type>
</n1:DCIM_PowerSupplyView>
<n1:DCIM_PowerSupplyView>
<n1:DetailedState>Absent</n1:DetailedState>
<n1:FQDD>PSU.Slot.2</n1:FQDD>
<n1:FirmwareVersion/>
<n1:InputVoltage>0</n1:InputVoltage>
<n1:InstanceID>PSU.Slot.2</n1:InstanceID>
<n1:LastSystemInventoryTime>20110307121906.000000+000