cancel
Showing results for 
Search instead for 
Did you mean: 

CLI equivalent for NDMP credential update?

Darren_Dunham
Level 6

I'm trying to do the logical equivalent of "update this NDMP host's password on all media servers", but via CLI.

It looks like "tpconfig -update -nh <host> ..." only applies to a specific media server.  

Is there an equivalent?

1 ACCEPTED SOLUTION

Accepted Solutions

Andy_Welburn
Level 6

-filer_userid option:

-filer_user_id user ID
Configures a user name and password for all media servers that are connected
to a filer. You add a user name and password only once per filer. Use this
option with the -add, -update, or -delete command to specify the user name
and password.

View solution in original post

2 REPLIES 2

Andy_Welburn
Level 6

-filer_userid option:

-filer_user_id user ID
Configures a user name and password for all media servers that are connected
to a filer. You add a user name and password only once per filer. Use this
option with the -add, -update, or -delete command to specify the user name
and password.

Darren_Dunham
Level 6

Indeed....  I was just looking at the summary and thought filer_user_id and user_id were aliases.  Thank you for pointing out the correction.