ndmpcopy失败、原因:ndmpcopy:IP <ipaddr>的套接字绑定或连接失败
适用场景
- 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-mgmtLIF的IP(172.16.1.2) 也会失败,并显示相同的错误。