「acp.command.connect" message」とは何を意味しますか?
環境
- ONTAP 9.1P20
回答
acp.command.connect
メッセージは、Alternate Control Path(ACP)で接続問題が検出されたことを示します。
例:
[xxx@xxx:acp.command.connect:debug]: Could not establish connection with 192.168.1.115
対処方法は、ACP接続を確認することです。
- このメッセージはデバッグレベルで報告され、SASデータ転送には影響しません。
- を使用しているモジュールを確認するには
<IP_address of ACP>
、storage shelf acp module show -instance
コマンドを実行します。
例:
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
- このメッセージは、
storage shelf acp configure -is-enabled false
コマンドを実行してACPを無効にすることで抑制できます。
のデフォルト値-is-enabled
はです true
。
追加情報