cancel
Showing results for 
Search instead for 
Did you mean: 

List of all the clients being backed up in Netbackup

sushilyadav088
Level 4

Hello All,

 

I need to create a list of the clients being backed up via Tape Drive and Disks in netbackup. Can you please tell me how can i do that?

 

Thanks,

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified
bpplclients -allunique -U This will give you a list of all clients being backed up to any of STUs in the environment.

View solution in original post

4 REPLIES 4

mph999
Level 6
Employee Accredited

Look at the Imges on Disk report, and Images on Tape report, under reports in the GUI.

Other option is OpsCenter, if you are using it.

 

Marianne
Level 6
Partner    VIP    Accredited Certified
bpplclients -allunique -U This will give you a list of all clients being backed up to any of STUs in the environment.

Andy_Welburn
Level 6

... & if you go that route, you can feed the output from the bpplclients command into bppllist for a breakdown of what STU is utilised (down to the schedule level if required).

e,g,

for CLIENT in `bpplclients -allunique -noheader|awk '{print $3}'`
do
echo "Client: $CLIENT"
bppllist -byclient $CLIENT -U | egrep "Policy Name|Residence:|Schedule"
echo
done

sdo
Moderator
Moderator
Partner    VIP    Certified

Maybe this will help too:

https://www-secure.symantec.com/connect/forums/mastermediaclients#comment-11062071