ndmpcopyが失敗しました。理由:ndmpcopy:Socket bindまたはconnect for IP <ipaddr> failed
環境
- SVMを対象とした NDMP
- ndmpcopy
- データ管理アプリケーション(DMA)
- ONTAP 9(ONTAP 9.10より前)
問題
コマンドを実行すると、
node run -node <node name> -command n
dmpcopy -sa
ndmpuser:xxxxxxxx -da ndmpuser:xxxxxxxx
次のエラーが表示されます。Ensure that node management or cluster management or intercluster IP of family type inet is present on the source filer
例:
cluster1::*> system node run -node cluster1-01 -command ndmpcopy -sa ndmpuser:xxxxxx -da ndmpuser:xxxxxxx 192.168.0.135:/svm_ndmp/vol01/qtree1 192.168.0.135:/svm_ndmp/vol01/qtree2
cluster1::*> net int show -fields home-port,address (network interface show) vserver lif home-port address ------- ----------------- --------- ------------- Cluster cluster1-01_clus1 e0a 169.254.147.6 Cluster cluster1-01_clus2 e0b 169.254.80.16 Cluster cluster1-02_clus1 e0a 169.254.101.40 Cluster cluster1-02_clus2 e0b 169.254.240.42 cluster1 cluster1-01_mgmt1 e0c 172.16.1.1 <<<<<Node management LIF which belongs to node cluster1-01 cluster2 cluster2-02_mgmt1 e0c 192.168.0.112 <<<<<Node management LIF which belongs to node cluster1-02 cluster1 cluster_mgmt e0c 172.16.1.2 <<<<<clustermanagement LIF which belongs to node cluster1-01 cluster1 ic1 e0f 172.16.2.2 <<<<<Intercluster LIF which belongs to node cluster1-01 svm_ndmp nfs1 e0e 192.168.0.135 <<<<<Data LIF which belongs to node cluster1-01 9 entries were displayed. cluster1::*> node run -node cluster1-01 -command ndmpcopy -sa ndmpuser:ATfdzhQB4MFGw3sV -da ndmpuser:ATfdzhQB4MFGw3sV -e "DUMP_TO_NULL=y" 192.168.0.135:/svm_ndmp/ndmptest/ 192.168.0.135:/svm_ndmp/ndmptest/test Ndmpcopy: Starting copy [ 11 ] ... Ndmpcopy: Socket bind or connect for IP 192.168.0.135 failed Ndmpcopy: Ensure that node management or cluster management or intercluster IP of family type inet is present on the source filer Ndmpcopy: Issue 'ndmpd on' on the source filer to enable NDMP request then retry the connection Ndmpcopy: Done
注:上記の例では、cluster_mgmt LIFのIP(172.16.1.2) も同じエラーで失敗します。