logo
Manual Pages
Table of Contents

NAME

na_acpadmin - Commands for managing Alternate Control Path Administrator.

SYNOPSIS

acpadmin command argument ...

OVERVIEW

The acpadmin utility commands manage the ACP administrator and ACP processors used by the storage subsystem.

USAGE

acpadmin [list_all]

DESCRIPTION

The acpadmin list_all command lists all the ACP processors in view with their corresponding IP address, MAC address, protocol version, Assigner ACPA's system ID, Shelf serial number and Inband expander ID. For all the ACPPs which are not accessible through inband there will be no "shelf S/N" and "Inband ID".
  filer> acpadmin list_all
  IP              MAC                Reset  Last Contact  Protocol  Assigner    Shelf             Current Inband
  Address         Address            Cnt    (seconds ago) Version   ACPA ID     S/N               State   ID
  --------------------------------------------------------------------------------------------------------------
  198.15.1.4      00:50:cc:62:60:04  001      40          1.1.1.2   118050804   22222222          0x5     7c.2.A
  198.15.1.78     00:50:cc:62:61:4e  000      21          1.1.1.2   118050804   SHX0931422G003M   0x5     7c.1.B
  198.15.1.164    00:50:cc:14:05:a4  001      76          1.1.1.2   118050804   22222222          0x5     7c.2.B
  198.15.1.218    00:50:cc:62:61:da  000      498         1.1.1.2   118050804   SHX0931422G003M   0x5     7c.1.A
This command output contains one row for each ACPP connected to the storage controller. The IP Address column displays the IP address assigned to the ACPP. The MAC Address column displays the ipv4 MAC address of the ACPP. The Reset Cnt column displays the number of times the corresponding expander has been reset through the ACPP. This count does not persist across storage controller boots. The Last Contact column displays the number of seconds elasped since the ACP administrator received the last bootp request from the ACPP. The Protocol Version displays the protocol version of the ACPP. The Assigner ACPA ID column displays the system ID of the storage controller from which the IP address of the ACPP was originally assigned. The Shelf S/N displays the disk shelf serial number of the shelf in which ACPP is located. The Current State gives the state code of the ACPP. More details can be displayed using the stroage show acp command. Possible values are: [0x5] active [0x1] inactive (initializing) [0x2] inactive (not ready) [0x3] inactive (waiting for in-band information) [0x4] inactive (no in-band connectivity) [0x6] not-responding (last contact at: Sat Jan 31 21:40:58 GMT 2009") [0x7] inactive (upgrading firmware) [0x8] not-responding (last contact at: Sat Jan 31 21:40:58 GMT 2009") -- this non-responding state indicates that an error was encountered when attempting to connect to this module. The Inband ID column displays the ID of the ACPP as seen by the SAS inband channel. For example, inband ID 7c.2.A means that the ACPP is connected to adapter 7c, disk shelf 2 on slot A.

BUGS

No known bugs exist at this time.

SEE ALSO

na_storage(1),
Table of Contents