cancel
Showing results for 
Search instead for 
Did you mean: 

Grep Backup job Details

karthikn7974
Level 3
Hi
 
I am using Netbackup 4.5
having 2 requests.
 
1. Any one knows how to grep a speed of the backup job
2. how to use bpdbjobs to grep with more than one status codes.
         (example : need to display only status code 14 or 196)
 
Thanks in advance
2 REPLIES 2

Omar_Villa
Level 6
Employee
Hi,
 
    Regarding your second request I think you can better run bperror -all -U -backstat | egrep -i "14|196" this will show you al the errors you have get, you can also add some dates ranges, regarding the first part try using bpdbjobs -all_columns and there you will get the speed column, but will not be accurate because that changes depending on the backup time, that can be affected by other backups, buffers configurations, drive speeds, also you can add it to the bp.conf specifing the columns you need.
 
hope this helps.
regards

karthikn7974
Level 3
Omar,
 
Thanks for the info, It was helpful for my second request.
But for backup speed i really cannot get it with bpdbjobs.
I found an option from Java Admin Console to filter field with KB per sec and comparisions "equal to"
"not equal to" "less than" and "more than"
 
what will be the command line arguments for this filter.
If any one can give that my problem will be solved
 
Thanks