Veritas-bu

Re: [Veritas-bu] Script to see skipped files

2007-09-13 19:10:39
Subject: Re: [Veritas-bu] Script to see skipped files
From: "Liddle, Stuart" <liddles AT amgen DOT com>
To: "Lawler, Michael C." <MCLawler AT cooperstandard DOT com>, veritas-bu AT mailman.eng.auburn DOT edu
Date: Thu, 13 Sep 2007 15:50:29 -0700

Dave wrote the following in response to this thread:

 

If unix

 

bperror -backstat -hoursago 24 -U | grep "^  1" | awk '{print $2'} | sort -u | while read CLIENT;

do bperror -problems -hoursago 24 -client $CLIENT -columns 200 -U;

done

 

 

Dave

 

 

You could also use the following:

 

bperror -all -problems -backstat -hoursago 24 | awk ' $19 == 1 {print $6, $19, $12, $14, $16}' | awk '{print $3}' | sort -u | xargs -i bperror -problems -hoursago 24 -client {} -columns 200 –U

 

OR

 

 

For an individual jobid:  cat /usr/openv/netbackup/db/jobs/trylogs/<jobid>.t | grep ^LOG

 

 

 

 


From: veritas-bu-bounces AT mailman.eng.auburn DOT edu [mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of Lawler, Michael C.
Sent: Thursday, September 13, 2007 6:11 AM
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: Re: [Veritas-bu] Script to see skipped files

 

 

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
<Prev in Thread] Current Thread [Next in Thread>