Skip to main content
A newer release of this product is available.

storage shelf acp show

Contributors
Suggest changes

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:

cluster1::> storage shelf acp show
     Node                Channel                Connectivity
        ------------------  --------------------   ----------------------
     stor-8020-1         in-band                active
     stor-8020-2         in-band                active
     stor-8060-1         out-of-band            full-connectivity
     stor-8060-2         out-of-band            full-connectivity
     4 entries were displayed.

The following example displays the -instance output of the storage acp show. More details on the connectivity and configuration can be seen here.

cluster1::> storage shelf acp show -instance
Node: stor-8020-1
           Channel: out-of-band
        Enable Status: enabled
                 Port: e0P
           IP Address: 192.168.1.74
               Subnet: 192.168.0.1
              Netmask: 255.255.252.0
    Connection Status: full-connectivity
Node: stor-8020-1
           Channel: in-band
        Enable Status: enabled
    Connection Status: active
2 entries were displayed.