Data Backup and Recovery

ndmpcopy authentication failed

chi
9,236 Views

Hi all,

I was working on ndmpcopy on Ontap 8.3.2.p2. 

The cluster is running in vserver scope and the ndmp is on. The ndmp protocol is enable on the vserver.

 

I run ndmpcopy and got the authentication failed message.

 

cluster::> node run -node node ndmpcopy  -sa ndmpuser:password  -da ndmpuser:password  source-ip:/vserver/volume dest-ip:/vserver/volume
Ndmpcopy: Starting copy [ 44 ] ...
Ndmpcopy: source-ip: Notify: Connection established
Ndmpcopy: dest-ip: Notify: Connection established
Ndmpcopy: Authentication failed for source
Ndmpcopy: Done



Thanks,

Chi

1 ACCEPTED SOLUTION

Biswarup_D
9,122 Views

Hello Rich,

 

The command is bit incomplete..

 

First try to create a NDMP user on both the clusters for the concerned VSERVER. Then genearate a password on both sides.

 

Use :

 

ndmp generate-password command

 

then use the usual command u are using.. Just add the NDMP user id and password instead of the one u were using previously... Cheers..!!!!

View solution in original post

4 REPLIES 4

Kannan_DWA
9,216 Views

Make sure that ndmp services enabled for the node.

 

system services ndmp on -node node-name

 

system services ndmp show # to see the status

chi
9,156 Views

Hi,

 

after enabled the node ndmp, I still got the Authentication failed for source error message.

 

Chi

Biswarup_D
9,123 Views

Hello Rich,

 

The command is bit incomplete..

 

First try to create a NDMP user on both the clusters for the concerned VSERVER. Then genearate a password on both sides.

 

Use :

 

ndmp generate-password command

 

then use the usual command u are using.. Just add the NDMP user id and password instead of the one u were using previously... Cheers..!!!!

chi
9,056 Views

Hello,

 

I have to use command to let system create user and generate password then ndmpcopy works.

 

Thank you.

 

Chi

 

 

Public