DataONTAP.Controller.Hardware.Enclosure.FanData ONTAP Fan

DataONTAP.Controller.Hardware.Enclosure.Fan (ClassType)

A fan in a Data ONTAP storage enclosure.

Knowledge Base article:

Summary

DataONTAP.Controller.Hardware.Enclosure.Fan represents a cooling element within a Data ONTAP storage enclosure.

Configuration

DataONTAP.Controller.Hardware.Enclosure.Fan has one unit monitor to manage the health of the fan. In some cases, OnCommand may report that a fan is not installed. This is not flagged as an error condition, but you should ensure that this is an expected configuration for your storage system.

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1928a590-c558-0c20-9b34-e95027717ceb

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
DataONTAP.Controller.Hardware.Enclosure.Fan:
fanID  int  Fan ID Cooling element number. Range [0..255] false 256       
fanUID  string  Fan UID Unique ID that incorporates shelf UID and fan number. true 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Hardware.Enclosure.Fan" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="fanID" Type="int" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="fanUID" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>