cancel
Showing results for 
Search instead for 
Did you mean: 

Command that return information about Media

monisto
Level 2
hello Everybody,

I'm looking for commands that return the information below:

Thread Count
Vendor
Serial No
Data of Manufacture
Total Write Data Sets
Total Write Retries
Total Read Data Sets
Total Read Retries
Total Suspend Write
Barcode Label
First Mount Time Stamp
Write Error Count
Read Error Count
Load/Unload Error Count
CM Read Error Count

Can someone knows if there is a command that return It?

Tks a lot,
regards,

Marcos Luiz Onisto


2 REPLIES 2

Anonymous
Not applicable
Use nbemmcmd to list the media server record for the media ID.

nbemmcmd
Unix: /usr/openv/netbackup/bin/admincmd/
Windows: <Install_dir>\NetBackup\bin\admincmd

Command syntax example
nbemmcmd -listmedia -mediaid <media_id>

OR

nbemmcmd -listmedia -poolname <vol_poolname_string>


This gives you every piece of data on a media volume. More than vmquery command.

monisto
Level 2
Thanks a lot Stuart!