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 [configure | list_all]

DESCRIPTION

The acpadmin configure command allows the user to configure or reconfigure the ACP. The user supplies or uses the default values for the following configurable elements of the ACP via prompts from the command line:
  -network interface: The ethernet port that will be used by the ACP
  _NF_NF_
  -network domain: The IP address used by the ACP
  _NF_NF_
  -netmask: The netmask used by the ACP

  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, Inband expander ID and IOM type. For all the ACPPs which are not accessible through inband there will be no "shelf S/N" and "Inband ID".

  _NF_NF_
  node> acpadmin list_all
  IP              MAC                Reset  Last Contact  Protocol  Assigner    Shelf             Current Inband   IOM
  Address         Address            Cnt    (seconds ago) Version   ACPA ID     S/N               State   ID       Type
  ----------------------------------------------------------------------------------------------------------------------
  192.168.2.60    00:50:cc:62:60:04  001      40          1.2.2.1   118050804   1006SZ00195       0x5     7c.2.A   IOM6
  192.168.3.77    00:50:cc:62:61:4e  000      21          1.1.1.15  118050804   SHX0987124G019M   0x5     5a.1.B   IOM3
  192.168.1.78    00:50:cc:14:05:a4  000      76          1.2.2.1   118050804   1006SZ00194       0x5     7c.2.B   IOM6
  192.168.3.83    00:50:cc:62:61:da  001      498         1.1.1.15  118050804   SHX0931422G003M   0x5     5a.1.A   IOM3

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 elapsed 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 storage 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.

[0x9] inactive (need firmware update)

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.

The IOM Type displays IOM type of the ACPP; for example, IOM3 or IOM6.

BUGS

No known bugs exist at this time.

SEE ALSO

na_storage(1),


Table of Contents