#How to configure ndmp( svm) to netbackup

1 messages · Page 1 of 1 (latest)

subtle abyss
#

Hi All,

FAS8300 -NAS.

The NDMP backups are configured at node level to netbackup.

Now I have to change for svm level .As per netbackup recommended.
Please can anyone suggest on this.

austere oracle
#

vserver ndmp modify -vserver <vserver> -is-enabled true

#

useradmin user add -vserver <vserver> -user <user> -roles ndmp-user

#

useradmin password -vserver <vserver> -user <user>

#

I can't recall if you need to backup via an intercluster interface...

#

you might also need to generate a password via "vserver ndmp generate-password....." at least we had to do this with the older NetBackup we setup way back...

#

...so basically you don't use the password you set on the user inside NetBackup... you use the password you get from the generate-password...

subtle abyss
#

@austere oracle thank you for info