Add a user called ndmpuser for NDMP usage on the filer:
useradmin user add <ndmpuser> -g Users
ndmpd password ndmpuser
Type the challenge password into the following command on the NBU server:
set_ndmp_attr -insert -auth <filer_hostname> ndmpuser <password>
In case things go bad, delete and recreate the filer entries:
set_ndmp_attr -delete -robot
1 comment:
you can always use the -verify option from set_ndmp_attr to ensure auth is working
Post a Comment