Use the lsenclosurecanister command to view a detailed status for each canister in an enclosure.
lsenclosurecanister -filtervalue "node_name=node*"
Attribute | Description |
---|---|
enclosure_id | Indicates the enclosure that contains the canister. |
canister_id | Indicates which of the canisters in the enclosure it is. |
status | Indicates the status of the canister. The values are:
|
type | Indicates the type of canister. The values are node or expansion. |
node_id | Indicates 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 | Indicates 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 | Indicates the temperature of the canister in degrees centigrade. |
identify_LED | Indicates the status of the identify_LED. The values are on, off, or slow-flashing. |
fault_LED | Indicates the status of the fault_LED. The values are on, off, or slow-flashing. |
SES_status | Indicates the Small Computer System Interface (SCSI) status of the connection between the device and the canister. The values are online and offline. |
FRU_part_number | Indicates the field-replaceable unit (FRU) part number of the canister. |
FRU_identity | Indicates the 11S number that combines the manufacturing part number and the serial number. |
WWNN | Indicates the Fibre Channel (FC) worldwide node name (WWNN) of the canister (node canisters only). |
temperature | Indicates thehe temperature of the canister (in degrees Celsius). If the
temperature goes below 0, s0 is displayed. The value must be in
the range 0 - 245. 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 whether there is damage to the cable between SAS ports:
|
SAS_port_2_status | Indicates whether there is damage to the cable between SAS ports:
|
firmware_level | Indicates 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 | Indicates the version of the first other microcode image (canister bootloader version) installed on the canister. |
firmware_level_3 | Indicates the version of the second other microcode (canister PSoC version) image that is installed on the canister. |
firmware_level_4 | Indicates 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