cancel
Showing results for 
Search instead for 
Did you mean: 

Client Server BP.CONF entry list from master server.

Vickie
Level 6
Hello All,
 
I want to check the server entry in BP.CONF of client server, from its master server ? What is the command to get this list ?
 
 
1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

/usr/openv/netbackup/bin/admincmd/bpgetconfig -M <client-name>

or 

/usr/openv/netbackup/bin/admincmd/bpgetconfig -M <client-name> |grep SERVER

View solution in original post

2 REPLIES 2

Marianne
Moderator
Moderator
Partner    VIP    Accredited Certified

/usr/openv/netbackup/bin/admincmd/bpgetconfig -M <client-name>

or 

/usr/openv/netbackup/bin/admincmd/bpgetconfig -M <client-name> |grep SERVER

Vickie
Level 6
Thanks Marianne, that's true and working fine.