cancel
Showing results for 
Search instead for 
Did you mean: 

Verify number of copies per client

Joe_ab
Level 4

Hello, 

we're looking for away to extract a report showing each client and the number of copies taken for specfic date , there seems to be no way from OPSCenter , how to run / develop script for this ?

Thx,

2 REPLIES 2

quebek
Moderator
Moderator
   VIP    Certified

Hi

Create a file/variable holding your client list... than 

for each client run

bpimagelist -client $clientname -d startdate -e enddate -l |grep "^FRAG ? 1 " |wc -l

this should give you the number of backup images...  but I am wrtinting this from the top of my head...

you can lookup bpimagelist here https://www.veritas.com/support/en_US/doc/123533878-127136857-0/v123538598-127136857

 

Tape_Archived
Moderator
Moderator
   VIP   

@Joe_ab try this report from OpsCenter or you use bpimagelist options to find the backups of a client.

Reports => Report Templates => Client Reports => Job Success by Client