Hi,
NetBackup 7.0.1 on Solaris 10
I have SLP policies to backup clients to VTL and duplicate from VTL to physical tapes. The duplication jobs have been backlogged so I need to find out which duplication jobs I can cancel. However, in Admin Console's activity monitor, it shows the SLP policy name for the "policy" column so I cannot tell which backup it duplicates. This is particularly difficult to identify for NDMP jobs. Is there a way to list:
- duplication job ID in the queue
- client backed up
- volumes backed up (for NetApp filer/NDMP)
- backup policy (not SLP policy name)
- when the backup from client to VTL finished (does not need to be human readable time, I assume this can be extracted from backup ID?)
I am able to use
nbstlutil stlilist -image_incomplete -U
and then parse from there to get the clients and the backup *start time*, I think. How do I get all the information above?
Thank you.