IBMStorageSubsystem.StorageSubsystemIBM Storage Subsystem

IBMStorageSubsystem.StorageSubsystem (ClassType)

IBM Storage Subsystem Enclosure

Knowledge Base article:

Summary

This GUID (or World-wide name) is a unique identifier for a given IBM Storage Subsystem storage system. Unlike the Storage Subsystem 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
ElementId4942b619-b991-2a76-06a8-53dcc0ac5644
CommentManaged Storage Subsystem

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
IBMStorageSubsystem.StorageSubsystem:
GUID  string  GUID World-wide name The World Wide Name for the Storage Subsystem Enclosure true 256  False 
IpAddress1  string  IP Addr, Ctrlr A The IP Address of the enclosure Controller A false 256  False 
IpAddress2  string  IP Addr, Ctrlr B The IP Address of the enclosure Controller B false 256  False 
MonitoringSystem  string  Monitoring System The SCOM agent-managed system from which MP Integration Pack monitors this Storage Subsystem. true 256  False 
FriendlyName  string  Storage Subsystem Name Plain text name of the Storage Subsystem false 256  False 

Health Model:

Source Code:

<ClassType ID="IBMStorageSubsystem.StorageSubsystem" Comment="Managed Storage Subsystem" Accessibility="Public" Abstract="false" Base="SystemHardwareLibrary!System.Chassis.Storage" Hosted="false" Singleton="false">
<Property ID="GUID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IpAddress1" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IpAddress2" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MonitoringSystem" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="FriendlyName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>