Data Backup and Recovery

NDMP Solution

Rawat_Sunil
2,875 Views

NDMP Copy Command is run via root user only or else we have to create the new ndmmp user and generate the password for the same.

 

Process is mentioned in the below link:-

 

https://kb.netapp.com/support/index?page=content&id=1013825&pmv=print&impressions=false

 

 

 

 

 

 

  1. Enable NDMP:
    netapp> ndmpd on
  2. Create a new user specifically for NDMP:
    netapp*> useradmin user add ndmp -g "Backup Operators"
    New password: XXXXXXXXX
    Retype new password: XXXXXXXXX
    User <ndmp> added.
  3. Non-root users have a special NDMP password that is different from their login password and is displayed by this command:
    netapp> ndmpd password ndmp
    password MzUV5p6R
  4. Set NDMP to accept both plaintext and md5 authentication requests:
    netapp> options ndmpd.authtype plaintext,challenge

 

Further pls refer attached link.

 

 

Regards,

 

SUnil Rawat

 

 

2 REPLIES 2

JGPSHNTAP
2,861 Views

are you trying to setup ndmp for backup or just use ndmp for a copy from lets say a snapshot?

 

 

Rawat_Sunil
2,856 Views

I want to copy data from one filer to another filer.

 

 

Regards

Public