Storage Processor node
Represents a processor in a storage system.
Creation/update
A Storage Processor node is created or updated when a storage entity is discovered by one of the following:
- WBEM queries to storage management software triggered by the creation or update of an SI representing storage management software
- Directly discovered storage using WBEM queries to the WBEM/SMI-S provider triggered by the creation or update of a Storage Device node representing the chassis
- Directly discovered storage using SNMP triggered by the creation or update of a Storage Device node representing the chassis
Removal
A Storage Processor node is removed when its parent Storage System node is removed. This is Containment Removal.
Attributes and relationships of the StorageProcessor node
The attributes of the StorageProcessor node are described in the following table:
UI Name | Description |
---|---|
Key | Unique key |
Processor Identifier | Processor identifier |
Name | Processor name |
Vendor | Hardware vendor |
Model | Model name |
Description | Model description |
Serial | Serial number |
Firmware | Firmware details |
Memory | Memory size in bytes |
PROM revision | PROM revision |
The relationships of the StorageProcessor node are described in the following table:
UI Name | Relationship | Description |
---|---|---|
Fibre Channel Ports | Container: Containment: Contained: FibreChannelPort | Fibre Channel Ports contained in this Storage Processor |
Network Interfaces | Container: Containment: Contained: NetworkInterface | Network Interfaces contained in this Storage Processor |
Storage System | ContainedProcessor: Containment: Container: StorageSystem | Containing Storage System |
Maintaining Pattern | Element: Maintainer: Pattern: Pattern | Pattern maintaining this Storage Processor |
Network Interfaces | DeviceWithInterface: DeviceInterface: InterfaceOfDevice: NetworkInterface | Network Interfaces in this Storage Processor |
The expressions of the StorageProcessor node are described in the following table:
UI Name | Expression | Description |
---|---|---|
Memory | memory_display : formatQuantity(memory, "B1024") | Memory size |
Number of FC Ports | num_fc_ports : NODECOUNT(TRAVERSE Container:Containment:Contained:FibreChannelPort) | Number of FC ports |