#How to configure ndmp( svm) to netbackup
1 messages · Page 1 of 1 (latest)
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...
@austere oracle thank you for info