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
Attribute Name and Type

Description

Key
key : string

Unique key

Processor Identifier
processor_id : string

Processor identifier

Name
name : string

Processor name

Vendor
vendor : string

Hardware vendor

Model
model : string

Model name

Description
description : string

Model description

Serial
serial : string

Serial number

Firmware
firmware : string

Firmware details

Memory
memory : int

Memory size in bytes

PROM revision
prom_revision : string

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

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

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Discovery 23.1