What does "acp.command.connect" message mean?
Applies to
- ONTAP 9.1P20
Answer
- The "
acp.command.connect
" message means that the Alternate Control Path (ACP) encounters a connection issue.
Example:
[xxx@xxx:acp.command.connect:debug]: Could not establish connection with 192.168.1.115
The corrective action is to verify the ACP connectivity.
- This message is reported at the debug level and does not affect SAS data transfer.
- To confirm which module is using the
<IP_address of ACP>
, execute "storage shelf acp module show -instance
" command.
Example:
Culster::> storage shelf acp module show -instance
Node: fas8080-dal-1
Module Name: 1.2.B
Adapter Name: 0b
MAC Address: 00:a0:98:20:51:72
IOM Type: iom6
Shelf Serial Number: 9401812119
IP Address: 192.168.1.115
Protocol Version: 1.2.02.10
Firmware Version: 02.10
Assigner ID: 536940649
State: active
Last Contact: 556
Power Cycle Count: 0
Power Off Count: 0
Power On Count: 0
Expander Reset Count: 0
Expander Power Cycle Count: 0
- This message can be suppressed by disabling ACP by executing "
storage shelf acp configure -is-enabled false
" command.
The default value of "-is-enabled
" is true
.
Additional Information