lssasfabric

Use the lssasfabric command to see which canisters are visible to a node, and the order of these canisters.

Syntax

Read syntax diagramSkip visual syntax diagram lssasfabric

Parameters

-delim delimiter
(Optional) Specify a delimiter to separate data in the output.
-nohdr
(Optional) Suppress the headings in the output.
-filtervalue attribute=value
(Optional) Specifies a list of one or more filters. Only objects with a value that matches the filter attribute value are displayed.
-filtervalue?
(Optional) Displays a list of valid filter attributes.

Description

Use this command to see which canisters are visible to a node, and the order of these canisters. This table describes possible outputs:
Table 1. lssasfabric output
Attribute Description
enclosure_id Indicates the identity of the enclosure the strand goes to.
canister_id Indicates the canister in the enclosure that the strand goes to.
canister_port_id Indicates the canister port that the strand goes to.
control_enclosure_id Indicates the identity of the enclosure that the strand comes from.
node_canister_id Indicates the identity of the canister the strand comes from.
node_canister_port_id Indicates the node canister port that the strand is from. This must be the same as the chain ID.
position Indicates the position in the strand or chain.
IO_group_id Indicates the I/O group that the strand belongs to. This must be the same as the enclosure IO group.
IO_group_name Indicates the I/O group the strand belongs to. This must be the same as the enclosure IO group.
node_id Indicates the identity of the node that the strand is from. This is the same physical object as the node_canister
node_name The name of the node that the strand is from. This is the same physical object as the node_canister.