White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
61 
 <n1:PrimaryStatus>3</n1:PrimaryStatus> 
 <n1:RedundancyStatus>0</n1:RedundancyStatus> 
 <n1:SerialNumber/> 
 <n1:TotalOutputPower>0</n1:TotalOutputPower> 
 <n1:Type>0</n1:Type> 
 </n1:DCIM_PowerSupplyView> 
9.2  Fan Inventory 
This section describes the requirements and guidelines for implementing Dell Fan Profile. The Dell Fan 
Profile describes platform’s fans including the fan speed sensor information. Each platform fan is 
represented by an instance of DCIM_FanView class. 
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
Enumerate DCIM_FanView with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_FanView 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_FanView> 
 <n1:ActiveCooling>true</n1:ActiveCooling> 
 <n1:BaseUnits>19</n1:BaseUnits> 
 <n1:CurrentReading>4920</n1:CurrentReading> 
 <n1:FQDD>Fan.Embedded.1A</n1:FQDD> 
 <n1:InstanceID>Fan.Embedded.1A</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> 
<n1:DCIM_FanView> 
 <n1:ActiveCooling>true</n1:ActiveCooling> 
 <n1:BaseUnits>19</n1:BaseUnits> 
 <n1:CurrentReading>5160</n1:CurrentReading> 










