White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
62 
 <n1:FQDD>Fan.Embedded.2A</n1:FQDD> 
 <n1:InstanceID>Fan.Embedded.2A</n1:InstanceID> 
 <n1:LastSystemInventoryTime>20110307121906.000000+000 
 </n1:LastSystemInventoryTime> 
 <n1:LastUpdateTime>20110316091932.000000+000 
 </n1:LastUpdateTime> 
 <n1:PrimaryStatus>1</n1:PrimaryStatus> 
 <n1:RateUnits>0</n1:RateUnits> 
 <n1:RedundancyStatus>2</n1:RedundancyStatus> 
 <n1:UnitModifier>0</n1:UnitModifier> 
 <n1:VariableSpeed>true</n1:VariableSpeed> 
</n1:DCIM_FanView> 
. 
. 
. 
9.3  Memory Inventory 
This section describes the implementation for the DCIM_MemoryView class. The Dell Memory Profile 
describes platform’s physical memory. Each DIMM’s information is represented by an instance of 
DCIM_MemoryView class.  
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
Enumerate DCIM_MemoryView with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_MemoryView 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
 <n1:DCIM_MemoryView> 
 <n1:BankLabel>A</n1:BankLabel> 
 <n1:CurrentOperatingSpeed>1333</n1:CurrentOperatingSpeed> 
 <n1:FQDD>DIMM.Socket.A1</n1:FQDD> 
 <n1:InstanceID>DIMM.Socket.A1</n1:InstanceID> 
 <n1:LastSystemInventoryTime>20120106113848.000000+000 
 </n1:LastSystemInventoryTime> 
 <n1:LastUpdateTime>20111214060202.000000+000 
 </n1:LastUpdateTime> 
 <n1:ManufactureDate>N/A</n1:ManufactureDate> 










