Veritas-bu

Re: [Veritas-bu] Need to find out which media server is backing up which client...

2010-08-13 14:46:22
Subject: Re: [Veritas-bu] Need to find out which media server is backing up which client...
From: "stefanos" <smpt1 AT peppas DOT gr>
To: "'Ed Wilts'" <ewilts AT ewilts DOT org>, "'Joseph Despres'" <jdespres AT csc DOT com>
Date: Fri, 13 Aug 2010 21:47:46 +0300

Check this:

It works with the database, so no worry about logs.

It also works for up to 4 backup copies.

Change the hoursago value

 

bpimagelist  -hoursago 24|awk '

BEGIN   {

                FRAG=""

                IMAGE=""

                }

/IMAGE / {

                FRAG=""

                IMAGE=$1" "$6

                }

/FRAG 1 1 / {

                FRAG=$9" "$10

                print IMAGE,FRAG

                }

/FRAG 2 1 / {

                FRAG=$9" "$10

                print IMAGE,FRAG

                }

/FRAG 3 1 / {

                FRAG=$9" "$10

                print IMAGE,FRAG

                }

/FRAG 4 1 / {

                FRAG=$9" "$10

                print IMAGE,FRAG

                }

END { print IMAGE,FRAG

                     }' |sort |uniq

 

stefanos

 

From: veritas-bu-bounces AT mailman.eng.auburn DOT edu [mailto:veritas-bu-bounces AT mailman.eng.auburn DOT edu] On Behalf Of Ed Wilts
Sent: Friday, August 13, 2010 8:48 PM
To: Joseph Despres
Cc: veritas-bu AT mailman.eng.auburn DOT edu
Subject: Re: [Veritas-bu] Need to find out which media server is backing up which client...

 

On Fri, Aug 13, 2010 at 12:35 PM, Joseph Despres <jdespres AT csc DOT com> wrote:


Looks like I opened my mouth and stuck my foot in it.....

bperror doesn't look back 1 week...


It can but the default is 3 days I think.  For longer-term reporting, look at OpsCenter or a 3rd party reporting tool.

Ed Wilts, RHCE, BCFP, BCSD, SCSP, SCSE
ewilts AT ewilts DOT org

 

 

_______________________________________________
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>