MaineDCAdmin
Technical User
I need to exxtract the scheduled and actual start time, KBs, KB/Sec, Active Elapsed, Scheduled Elapsed for jobs listed in the bpdbjobs -all_columns. I have looked through the NetBackup documentation and understand the layout of the columns, but my programming skills are severely lacking. Ideally I'd like to get a CSV file with all the information from the first 32 columns plus the Actual start time. Writing a program to pull the Actual Start Time is holding me back at this point, the other information is easily extracted. I need to run this program on a UNIX platform first, but later on a Windows platform. Looking through the group I haven't found a PERL or other script which will obtain the Actual Start time. It's fine if the Actual Start time is reported in epoch, as it is easily converted in MS Access or MS Excel. I have used nbardbex (from NBAR) but it only reports the Scheduled start time. I am using NetBackup Enterprise 5.1 MP3a. If soemone hasa such a script which can be scheduled in cron it would be greatly appreciated. Thank you, in advance.