NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Discussions

ndmpcopy Connection setup for transfer failed

David_C
2,686 Views

Hi,
I'm trying to copy a volume between two different Ontap systems with ndmpcopy command but it fails with the error "Connection setup for transfer failed" with no more details.

 

clusterA::*> node run -node clusterA_1 ndmpcopy -d -sa ndmp:passwordA -da ndmp:passwordB 192.168.1.10:/svm_A/test_vol 192.168.2.46:/svm_B/test_vol
Ndmpcopy: Starting copy [ 22 ] ...
Ndmpcopy: 192.168.1.10: Notify: Connection established
Ndmpcopy: 192.168.2.46: Notify: Connection established
Ndmpcopy: 192.168.1.10: Connect: Authentication successful
Ndmpcopy: 192.168.2.46: Connect: Authentication successful
Ndmpcopy: 192.168.1.10: Log: Session identifier: 18428
Ndmpcopy: 192.168.2.46: Log: Session identifier: 70732
Ndmpcopy: Connection setup for transfer failed
Ndmpcopy: Done

Can the reason be a firewall issue between both systems ? Is there any way to have more details ?

Thanks for your help

 

David

1 ACCEPTED SOLUTION

David_C
2,642 Views

Hi @Sergey_Osipov ,
thanks for the reply, but I finally resolve my issue.
The destionation LIF was not on the same node than the volume.

After migrating the LIF, it's working find.
Problem resolved.
David

View solution in original post

2 REPLIES 2

David_C
2,643 Views

Hi @Sergey_Osipov ,
thanks for the reply, but I finally resolve my issue.
The destionation LIF was not on the same node than the volume.

After migrating the LIF, it's working find.
Problem resolved.
David

Public