DataONTAP.Controller.Hardware.EnclosureData ONTAP Enclosure

DataONTAP.Controller.Hardware.Enclosure (ClassType)

A disk enclosure attached to a Data ONTAP storage controller.

Knowledge Base article:

Summary

DataONTAP.Controller.Hardware.Enclosure represents a single disk enclosure, or shelf, in a Data ONTAP storage system. This may be an external disk enclosure, or it may embody the drive enclosure component of an all-in-one storage chassis, such as the FAS2000 series.

Configuration

DataONTAP.Controller.Hardware.Enclosure aggregates health of the hosted disk, fan and power supply objects. It also has a unit monitor to manage the health of the enclosure itself.

Element properties:

Base ClassSystem.PhysicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd382700e-0ba8-9e27-36c7-cbd599b680c7

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:
shelfUID  string  Enclosure UID Similar to serial number, this is the shelf unique identifier that distinguishes it from any other shelf manufactured. Example: 50:05:0c:c0:02:10:64:26. true 256  False     
shelfType  string  Enclosure type Shelf module type. Some examples are: "esh2", and "at-fcx". false 256  False     
shelfName  string  Enclosure name Shelf name that the hub is attached to. This can also be considered as hub name. Example: 0c.shelf1. false 256  False     
shelfID  string  Shelf ID The shelf id switch setting. This is the shelf id switch that is used to uniquely identify the shelf on the filer node. Range: [0..7] false 256  False     
channelName  string  Channel name The channel the shelf (hub) is attached to. Example: 0c. false 256  False     
bayCount  string  Bay count Disk bays are the slots into which disks are placed. The bays are numbered from 0 to bay-count-1. Bay 0 is the right most bay (when looking at the front of the shelf) and bay bay-count-1 is left most. Range: [0..255] false 256  False     

Health Model:

Source Code:

<ClassType ID="DataONTAP.Controller.Hardware.Enclosure" Accessibility="Public" Abstract="false" Base="System!System.PhysicalEntity" Hosted="true" Singleton="false">
<Property ID="shelfUID" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="shelfType" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="shelfName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="shelfID" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="channelName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="bayCount" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>