Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find out number of restores done in past in Veritas Netbackup

Status
Not open for further replies.

ashingal

Technical User
Jul 19, 2002
2
US
Hi,
I want to find out the number of restores done in the past 90 days in Veritas Netbackup. Is there a way or command by which i can get this info?
Thanks in advance.
anit Unix System Administrator
 

You could query each tape/pool with bpmedialist command and the right-most column is the number of restores.

bpmedialist -h HOSTNAME -p POOLNAME
or
bpmedialist -h HOSTNAME -ev MEDIAID
or
bpmedialist -mlist (for entire list)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top