storage shelf acp show
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Show connectivity information
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Displays information about the ACP connectivity on each node
Parameters
- {
[-fields <fieldname>,…]
-
If you specify the -fields <field-name>", … parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.
- |
[-errors ]
-
If you specify the -errors parameter, the command displays detailed information about all modules with errors.
- |
[-instance ]
} -
If you specify the -instance parameter, the command displays detailed information about all fields.
[-node {<nodename>|local}]
- Node-
Selects the nodes that match this parameter value.
[-is-enabled {true|false}]
- Is Enabled?-
Selects the nodes that are enabled or disabled.
[-port <text>]
- Port-
Selects the nodes that match the specified port on which ACP is configured.
[-address <IP Address>]
- IP Address-
Selects the nodes with the specified IP address.
[-subnet <IP Address>]
- Subnet-
Selects the nodes with the specified subnet.
[-netmask <IP Address>]
- Netmask-
Selects the nodes with the specifed netmask.
[-connection-status {no-connectivity|partial-connectivity|full-connectivity|additional-connectivity|unknown-connectivity|not-available|connection-disabled}]
- Connection Status-
Selects the nodes with the specified connection status.
[-error-id <integer>]
- Error ID-
Selects the node with the specified error ID.
[-error-type {No-Error|Connection-Issue|Connection-Activity|Module-Error|Shelf-Error}]
- Error Type-
The error type, in case of a connection error.
[-error-severity {unknown|notice|warning|error|critical}]
- Error Severity-
The error severity, in case of a connection error.
[-error-text <text>]
- Error Text-
Selects the node with the specified error text.
[-corrective-action <text>]
- Corrective Action-
Selects the node with the specified corrective action.
[-channel {unknown|out-of-band|in-band}]
- Channel-
Selects the nodes that has channel configured out-of-band or in-band.
Examples
The following example displays ACP connectivity on each node (in-band):
fas2750-2n-rtp-1::> storage shelf acp show Node Channel Connectivity ------------------ -------------------- ---------------------- fas2750-rtp-1a in-band active fas2750-rtp-1b in-band active 2 entries were displayed.
The following example displays ACP connectivity on each node (out of band):
fas2750-2n-rtp-1::> storage shelf acp show Node Channel Connectivity ------------------ -------------------- ---------------------- fas2750-rtp-1a out-of-band full-connectivity fas2750-rtp-1b out-of-band full-connectivity 2 entries were displayed.
The following example displays the -instance output of the storage acp show (in-band) command. Use this command to display details on connectivity and configuration.
fas2750-2n-rtp-1::> storage shelf acp show -instance Node: fas2750-rtp-1a Channel: in-band Enable Status: true Connection Status: active Node: fas2750-rtp-1b Channel: in-band Enable Status: true Connection Status: active 2 entries were displayed.
The following example displays the -instance output of the storage acp show (out-of-band) command. Use this command to display details on connectivity and configuration.
fas2750-2n-rtp-1::> storage shelf acp show -instance Node: fas2750-rtp-1a Channel: out-of-band Enable Status: true Port: e0P IP Address: 192.168.1.74 Subnet: 192.168.0.1 Netmask: 255.255.252.0 Connection Status: full-connectivity Node: fas2750-rtp-1b Channel: out-of-band Enable Status: true Port: e0P IP Address: 192.168.1.75 Subnet: 192.168.0.1 Netmask: 255.255.252.0 Connection Status: full-connectivity 2 entries were displayed.