そのノードでSVMが一時的に使用できない状態でデータLIFのリバートが失敗する
環境
- ONTAP 9.6P5
- FAS / AFFシステム
問題
-
Node01のデータLIFが ホームノードにありません。
例:
A300::*> net in show
(network interface show)
Logical Status Network Current Current Is
Vserver Interface Admin/Oper Address/Mask Node Port Home
----------- ---------- ---------- ------------------ ------------- ------- ----
A300
A300-01_mgmt1 up/up 10.XXX.XXX.52/24 node01 e0M true
A300-02_mgmt1 up/up 10.XXX.XXX.53/24 node02 e0M true
N1_SM up/up 10.XXX.XXX.50/24 node01 e0d true
N2_SM up/up 10.XXX.XXX.51/24 node02 e0d true
cluster_mgmt up/up 10.XXX.XXX.54/24 node01 e0M true
Cluster
A300-01_clus1 up/up 169.XXX.XXX.157/16 node01 e0a true
A300_01_clus2 up/up 169.XXX.XXX.68/16 node01 e0b true
A300-02_clus1 up/up 169.XXX.XX.251/16 node02 e0a true
A300_02_clus2 up/up 169.XXX.XXX.203/16 node02 e0b true
svm20
n1_a0a up/up 10.XXX.XXX.202/24 node02 a0a false
n2_a0a up/up 10.XXX.XXX.203/24 node02 a0a true
svm10
n1_e1b up/up 10.XXX.XX.172/24 node02 e1b false
n2_e1b up/up 10.XXX.XX.173/24 node02 e1b true
- これらのLIFをホームノードにリバートしようとすると、 そのノードでSVMが一時的に使用できなくなり、リバートは失敗します。
::*>ネットワークインターフェイスのリバート
Error: command failed on vserver "svm20" lif "n1_a0a": LIF "n1_a0a" on Vserver "svm20" cannot be migrated to node "node01" because information for that Vserver is temporarily unavailable on that node. Wait a few minutes, and then try the operation again.
Warning: Do you want to continue running this command? {y|n}: y
Error: command failed on vserver "svm10" lif "n1_e1b": LIF "n1_e1b" on Vserver "svm10" cannot be migrated to node "node01" because information for that Vserver is temporarily unavailable on that node. Wait a few minutes, and then try the operation again.
Warning: Do you want to continue running this command? {y|n}: y
- 管理ログ:
[kern_mgwd:info:1670] 0x83a36d800: 0: ERR:Net::Vserver: NetVserver::refresh_status: ERROR: failed to schedule refresh for target node node01: Failed to contact remote application mgmt: Reason Process is not quorum master.
[kern_mgwd:info:1670] 0x83a36d800: 0: ERR:Net::Vserver: net_vserver_request_local::refresh_status: ERROR: failed to schedule vserver refresh for node node01: Failed to contact remote application mgmt: Reason Process is not quorum master.
- vifmgrログ:
[kern_vifmgr:info:5853] [0x80b24f000] [vifmgr_vs_routes_iterator::refreshRoutes]Route refresh has been delayed because LIF refresh is still pending.
- ノード01のポートを手動で停止/アップしても問題は解決しません。
- Node01をリブートしても問題は解決しません。