Forum Discussion

Maxim_k's avatar
Maxim_k
Level 3
7 years ago

question about how to get data about tape library on media (NetBackup)

I found this request "SELECT DiskPerTapeReadBytesPerSec, DiskPerTapeWriteBytesPerSec, Frequency_PerfTime, Name, Timestamp_PerfTime FROM Win32_PerfRawData_TapePerf_NetBackupDiskPerTape" on one of the old forums, but as far as I understand it does not work at this time.

Having looked through all the documentation I did not find at the remembrance of this
I would like to understand how you get data about tape lib for example for veritas NetBacup OpsCenter.
Whether is possible to get this information from command line? 

Thanks =)

  • You'll not find any command line to give you this information. You could look in the bptm logs for the performance but you'll need to do some scripting to pull out the drive and performance and then add it all up or average it or something.

    As for OpsCenter, I've not seen that table before. Can you check if there is anything in it all

    select * from Win32_PerfRawData_TapePerf_NetBackupDiskPerTape

    • Maxim_k's avatar
      Maxim_k
      Level 3

      This is select (select * from Win32_PerfRawData_TapePerf_NetBackupDiskPerTape) return:

      Number: 0x80041010
      Facility: WMI
      Description: Invalid class

      can you get this data(data in attachment) from the command line?

      I found utilities (tpconfig, vmoprcmd), but they do not contain the necessary information.

    • Maxim_k's avatar
      Maxim_k
      Level 3

      Hey. can you help me or do I need to write something else?