cancel
Showing results for 
Search instead for 
Did you mean: 

Used Media

H_Sharma
Level 6
Dear Experts, I need to know how to check how many tapes (Media spanning) have particular client used during a backup in 2008 server. Thanks so much
1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

use the below command to get the required info

 

bpimmedia -client <clientname> -U | grep "MediaID"

you can also use data range and other options to get the required info more in accurate..

http://www.symantec.com/business/support/index?page=content&id=HOWTO43662

View solution in original post

2 REPLIES 2

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

use the below command to get the required info

 

bpimmedia -client <clientname> -U | grep "MediaID"

you can also use data range and other options to get the required info more in accurate..

http://www.symantec.com/business/support/index?page=content&id=HOWTO43662

Marianne
Level 6
Partner    VIP    Accredited Certified

Try this command:

bpimagelist -client <client-name> -d <start-date> -e <end-date> -media -U

Format of start- and end-date: mm/dd/yyyy