Forum Discussion

Rajeev_Mookoni's avatar
13 years ago
Solved

Enterprise Netbackup 7.5.0.4

Hi,

I would like to know the command for finding the netbackup backup pool data size which has written in the media

 

Also i would like to know below by command line output.

1.No of total media in the pool

2. no of free media in the pool

3. no of freezed media in the pool.

 

Thanks in advance for your help.

 

regards,

Rajeev M

  • Run 'available_media' report from cmd on your master server and redirect output to a text file.

    <install-path>\veritas\netbackup\bin\admincmd\bin\goodies > available_media > C:\temp\media.txt.

    You can now extract your own info from the text file.

    The other way is to use the Media section of the GUI and use filters to add up totals for you.

     

2 Replies

  • Run 'available_media' report from cmd on your master server and redirect output to a text file.

    <install-path>\veritas\netbackup\bin\admincmd\bin\goodies > available_media > C:\temp\media.txt.

    You can now extract your own info from the text file.

    The other way is to use the Media section of the GUI and use filters to add up totals for you.

     

  • check out the available_media script under netbackup/bin/goodies directory

     

    ah, Marianne quicker to the keyboard than I