Use the lsenclosurecanister command to view a detailed status for each canister in an enclosure.
lsenclosurecanister -filtervalue "node_name=node*"
Attribute | Description |
---|---|
enclosure_id | The identity of the enclosure that contains the canister. |
canister_id | Identifies which of the canisters in the enclosure this is. |
status | The status of the canister:
|
type | The type of canister:
|
node_id | The node that corresponds to this canister; blank if the canister is not a node, or if the node is offline or not part of the clustered system. |
node_name | The node that corresponds to this canister; blank if the canister is not a node, or if the node is offline or not part of the clustered system. |
temperature | The temperature of the canister in degrees centigrade. |
identify_LED | The status of the identify_LED. The values are on, off, or slow-flashing. |
fault_LED | The status of the fault_LED. The values are on, off, or slow-flashing. |
SES_status | The SCSI status of the connection between the device and the canister. The values are online and offline. |
FRU_part_number | The field-replaceable unit (FRU) part number of the canister. |
FRU_identity | The 11S number that combines the manufacturing part number and the serial number. |
WWNN | The Fibre Channel worldwide node name (WWNN) of the canister (node canisters only). |
temperature | (0 to 245)
The temperature of the canister (in degrees Celsius). If the temperature
goes below 0, s0 is displayed. Remember: The temperature value is not an ambient temperature
value. It is an internal temperature sensor value.
|
error_sequence_number | Indicates the error log number of the highest priority error for this object. This is typically blank; however, if there is a problem (for example, the status is degraded), then it contains the sequence number of that error. |
SAS_port_1_status | Indicates if there is damage to the cable between
SAS ports:
|
SAS_port_2_status | Indicates if there is damage to the cable between
SAS ports:
|
firmware_level | The firmware level of the Small Computer System Interface (SCSI) Enclosure Services (SES) code, or canister firmware version, running on the canister. |
firmware_level_2 | The version of the first other microcode image (canister bootloader version) installed on the canister. |
firmware_level_3 | The version of the second other microcode (canister PSoC version) image installed on the canister. |
firmware_level_4 | The version of the third other microcode image (canister CPLD version) installed on the canister. |
lsenclosurecanister -delim :
The resulting output:
enclosure_id:canister_id:status:type:node_id:node_name
1:1:degraded:expansion:1:node1
lsenclosurecanister -canister 1 1
The detailed resulting output:
enclosure_id 1
canister_id 1
status online
type node
node_id 1
node_name node1
FRU_part_number AAAAAAA
FRU_identity 11S1234567Y12345678901
WWNN 5005076801005F94
firmware_level XXXXXXXXXX
temperature 23
fault_LED flashing
SES_status online
error_sequence_number
SAS_port_1_status online
SAS_port_2_status online
firmware_level_2 0501
firmware_level_3 14
firmware_level_4 B69F66FF
firmware_level_5 5C2A6A44