NetAppSANtricity.StorageArrayNetApp SANtricity Storage Array

NetAppSANtricity.StorageArray (ClassType)

NetApp SANtricity Storage Array Enclosure

Knowledge Base article:

Summary

This WWN (World-wide name) is a unique identifier for a given NetApp SANtricity Storage Array storage system. Unlike the Storage Array name, which can be set by the user via the StorageManager console, this is auto-generated and cannot be changed.

Element properties:

Base ClassSystem.Chassis.Storage
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId93bc5793-73bf-512d-1bb2-aa38571f994b
CommentManaged Storage Array

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       
NetAppSANtricity.StorageArray:
friendlyName  string  Storage Array Name Plain text name of the Storage Array false 256  False     
wwn  string  World Wide Name true 256  False     
MonitoringSystem  string  Monitoring System The SCOM agent-managed system from which MP Integration Pack monitors this Storage Array. true 256  False     
status  string  Status false 256  False     
ipAddress1  string  Controller A The IP Address of the enclosure Controller A false 256  False     
ipAddress2  string  Controller B The IP Address of the enclosure Controller B false 256  False     
model  string  Model false 256  False     
fwVersion  string  Firmware Version false 256  False     
nvsramVersion  string  NVSRAM Version false 256  False     
passwordSet  string  Password Set false 256  False     
hotSpareCount  string  Hot Spare Count false 256  False     
hostSparesUsed  string  Host Spares Used false 256  False     
chassisSerialNumber  string  Chassis Serial Number false 256  False     

Health Model:

Source Code:

<ClassType ID="NetAppSANtricity.StorageArray" Base="SystemHardwareLibrary!System.Chassis.Storage" Comment="Managed Storage Array" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="friendlyName" Type="string"/>
<Property ID="wwn" Type="string" Key="true"/>
<Property ID="MonitoringSystem" Type="string" Key="true"/>
<Property ID="status" Type="string"/>
<Property ID="ipAddress1" Type="string"/>
<Property ID="ipAddress2" Type="string"/>
<Property ID="model" Type="string"/>
<Property ID="fwVersion" Type="string"/>
<Property ID="nvsramVersion" Type="string"/>
<Property ID="passwordSet" Type="string"/>
<Property ID="hotSpareCount" Type="string"/>
<Property ID="hostSparesUsed" Type="string"/>
<Property ID="chassisSerialNumber" Type="string"/>
</ClassType>