Veritas-bu

[Veritas-bu] RE: Find media id of duplicate

2001-08-15 11:57:23
Subject: [Veritas-bu] RE: Find media id of duplicate
From: Michael.Gorishek AT ebancllc DOT com (Michael.Gorishek AT ebancllc DOT com)
Date: Wed, 15 Aug 2001 11:57:23 -0400
I use the -L option to bpduplicate to dump the output of the duplication to
a logfile and use this perl script to sort out which tapes are which.  I
include it below cause it's so short.  I assume there may be a better way.

#!/usr/local/bin/perl

#look through duplication logfile and see which tapes are being used for
duplication
use Getopt::Std ;
my @SourceTapes;
my @PossDupTapes;
my @DupTapes;
my $Prog = `basename $0`;
chomp ($Prog) ;


getopts ('hf:');

if ($opt_h == 1) {

   usage (); exit (1);

}

if ( ! defined $opt_f ) {

   die "the -f option is required" ;

} else {

   $f = $opt_f;

}

if (! -f $f ) {

    die "$f does not exist\n";

}

#tapes that are being duplicated have Duplicating string the last word in
the string
#is the media id. so we grab it and store it in @SourceTapes

open (FILE, $f) || die "cannot open $f:$!\n";

while (<FILE>) {

   if (/Duplicating(?:.*)\s(\w+).$/) {

      if (! defined @SourceTapes) {

         push (@SourceTapes,$1);

      } else {

         my $SourceTapes = "@SourceTapes";

            if ($SourceTapes !~ /$1/) {

              push (@SourceTapes,$1);

            }
      }

#the duplicate tape being created will be positioned or mounted but so will
the source
#tape so dump it into the @PossDupTapes array

   } elsif (/positioning\sof\smedia\sid\s(\w+\d+)\s/ ||
/mount\sof\smedia\sid\s(\w+\d+)\s/)
 {

       push (@PossDupTapes,$1);

   }
}


#check to see if the possible duplicate tape exists in the @SourceTapes
array
#if it does than add it to the @DupTapes array

my $SourceTapes = "@SourceTapes";

foreach $tape (@PossDupTapes) {

   if ( $SourceTapes !~ m/$tape/) {

     if (! defined @DupTapes) {

        push (@DupTapes,$tape);

     } else {

       my $DupTapes = "@DupTapes";
       if ($DupTapes !~ m/$tape/) {

          push (@DupTapes,$tape);

       }

     }

   }

}

print "duplication tapes @DupTapes \n";
print "source tapes @SourceTapes \n";

sub usage {

        print "usage.. ${Prog} -h -f [logfilename] \n";
        print "-h..\tthis usage message\n";
        print "-f..\tname of duplication logfile\n";

}



                                                                                
                                                    
                    veritas-bu-request AT mailman DOT eng.                      
                                                           
                    auburn.edu                            To:     veritas-bu AT 
mailman.eng.auburn DOT edu                                 
                    Sent by:                              cc:                   
                                                    
                    veritas-bu-admin AT mailman.eng DOT au       Subject:     
Veritas-bu digest, Vol 1 #617 - 14 msgs                      
                    burn.edu                                                    
                                                    
                                                                                
                                                    
                                                                                
                                                    
                    08/15/2001 10:36 AM                                         
                                                    
                    Please respond to veritas-bu                                
                                                    
                                                                                
                                                    
                                                                                
                                                    




Send Veritas-bu mailing list submissions to
     veritas-bu AT mailman.eng.auburn DOT edu

To subscribe or unsubscribe via the World Wide Web, visit
     http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
     veritas-bu-request AT mailman.eng.auburn DOT edu

You can reach the person managing the list at
     veritas-bu-admin AT mailman.eng.auburn DOT edu

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Veritas-bu digest..."


Today's Topics:

   1. Restoring files (Rosamond, Travis)
   2. Mirror and Break for backups (John_Wang AT enron DOT net)
   3. notify from different backup classes (Hodge, Sonja J. (Gregory))
   4. Netbackup Master 3.4 and Media 3.2 servers (Khalid, Fuad)
   5. RE: notify from different backup classes (Labonte, L R (Leo), SITS)
   6. Re: notify from different backup classes (Rob Worman)
   7. Re: TKG's Bare Metal Restore for Netbackup product...?
(=?iso-8859-1?Q?fx______=5BFran=E7ois-Xavier_Peretmere=5D?=)
   8. Re: Netbackup Master 3.4 and Media 3.2 servers (Larry Kingery)
   9. RE: notify from different backup classes (Labonte, L R (Leo), SITS)
  10. RE: Backing Up Oracle Using RMAN Without Using Verit
       as DB Extensions (Marelas, Peter)
  11. RE: notify from different backup classes (Zufall, Ken)
  12. Find media id of duplicate (Robert Johannes)
  13. Re: Find media id of duplicate (Larry Kingery)

--__--__--

Message: 1
From: "Rosamond, Travis" <trosamond AT uslec DOT com>
To: "Veritas-Bu (E-mail)" <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Tue, 14 Aug 2001 14:16:38 -0400
Subject: [Veritas-bu] Restoring files

How do folks.

Well I have a situation.

I have to get a DB restored using RMAN from my NB server... The problem at
hand is I don't know how to get a list of the tapes I need from images. I
go
into my NB DB and see the Oracle_rman files... And pull them from offsite
storage.

But have no clue... SO Any Help on this would be most helpful.

Thanks,
Travis

--__--__--

Message: 2
From: John_Wang AT enron DOT net
To: veritas-bu AT mailman.eng.auburn DOT edu
Date: Tue, 14 Aug 2001 14:14:58 -0500
Subject: [Veritas-bu] Mirror and Break for backups



Hello

Does anyone out there have the command line sequence to break a Win NT4
mirror
and to resynch it?   They want to minimize the backup window to zero on
certain
servers here.

Regards,
John I Wang
Sr. Systems Engineer
Steverson Information Professionals

---
Enron Networks
Enron Building room 3427e
ph (713) 345-4888
cell (832) 493-1263
fax (713) 646-8462
pg pagejwang AT skytel DOT com or 1-877-390-4155






**********************************************************************
This e-mail is the property of Enron Corp. and/or its relevant affiliate
and may contain confidential and privileged material for the sole use of
the intended recipient (s). Any review, use, distribution or disclosure by
others is strictly prohibited. If you are not the intended recipient (or
authorized to receive for the recipient), please contact the sender or
reply to Enron Corp. at enron.messaging.administration AT enron DOT com and 
delete
all copies of the message. This e-mail (and any attachments hereto) are not
intended to be an offer (or an acceptance) and do not create or evidence a
binding and enforceable contract between Enron Corp. (or any of its
affiliates) and the intended recipient or any other party, and may not be
relied on by anyone as the basis of a contract by estoppel or otherwise.
Thank you.
**********************************************************************

--__--__--

Message: 3
From: "Hodge, Sonja J. (Gregory)" <sgregory AT tigr DOT org>
To: "'veritas-bu AT mailman.eng.auburn DOT edu'"
      <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Tue, 14 Aug 2001 16:57:26 -0400
Subject: [Veritas-bu] notify from different backup classes

Hi,

This question is based on Netbackup software.   Regarding email
notification
- is it possible to specify more than one recipient of the notification,
depending on which class of clients the message is regarding?  For
instance,
a Sr Unix Admin would want to be notified if a backup failed on one of his
servers, whereas he would NOT want to know about every time a backup failed
on an NT workstation client, but might want an NT Admin to be notified.

Thanks for any help,

Sonja Hodge
Systems Administrator
The Institute for Genomic Research
Rockville, MD

sgregory AT tigr DOT org

--__--__--

Message: 4
From: "Khalid, Fuad" <fuad.khalid AT csfb DOT com>
To: "'veritas-bu AT mailman.eng.auburn DOT edu'"
     <veritas-bu AT mailman.eng.auburn DOT edu>
Date: Tue, 14 Aug 2001 16:55:18 -0400
Subject: [Veritas-bu] Netbackup Master 3.4 and Media 3.2 servers

Hello,

Is there any documentation on setting up a 3.2 media manager server with a
3.4 Master/media(solaris 8) servers.
We need to also include SunOS clients in the current backup scheme which
does not support any SunOS 4.1.x clients.

Thanks in Advance.

Fuad Khalid
http://tech.equity.fbc.com/unixsupport
CREDIT | FIRST
SUISSE | BOSTON



This message is for the named person's use only.  It may contain
confidential, proprietary or legally privileged information.  No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please immediately delete it and all
copies of it from your system, destroy any hard copies of it and notify the
sender.  You must not, directly or indirectly, use, disclose, distribute,
print, or copy any part of this message if you are not the intended
recipient. CREDIT SUISSE GROUP and each of its subsidiaries each reserve
the right to monitor all e-mail communications through its networks.  Any
views expressed in this message are those of the individual sender, except
where the message states otherwise and the sender is authorised to state
them to be the views of any such entity.
Unless otherwise stated, any pricing information given in this message is
indicative only, is subject to change and does not constitute an offer to
deal at any price quoted.
Any reference to the terms of executed transactions should be treated as
preliminary only and subject to our formal written confirmation.





--__--__--

Message: 5
From: "Labonte, L R (Leo), SITS" <llabonte AT att DOT com>
To: "Hodge, Sonja J. (Gregory)" <sgregory AT tigr DOT org>,
        "'veritas-bu AT mailman.eng.auburn DOT edu'"
<veritas-bu AT mailman.eng.auburn DOT edu>
Subject: RE: [Veritas-bu] notify from different backup classes
Date: Tue, 14 Aug 2001 17:39:25 -0400

Sonja,

We hacked the /usr/openv/netbackup/bin/goodies/mail_bp_reports
script to accomplish this.

     Leo

-----Original Message-----
From: Hodge, Sonja J. (Gregory) [mailto:sgregory AT tigr DOT org]
Sent: Tuesday, August 14, 2001 4:57 PM
To: 'veritas-bu AT mailman.eng.auburn DOT edu'
Subject: [Veritas-bu] notify from different backup classes


Hi,

This question is based on Netbackup software.   Regarding email
notification
- is it possible to specify more than one recipient of the notification,
depending on which class of clients the message is regarding?  For
instance,
a Sr Unix Admin would want to be notified if a backup failed on one of his
servers, whereas he would NOT want to know about every time a backup failed
on an NT workstation client, but might want an NT Admin to be notified.

Thanks for any help,

Sonja Hodge
Systems Administrator
The Institute for Genomic Research
Rockville, MD

sgregory AT tigr DOT org
_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

--__--__--

Message: 6
Date: Tue, 14 Aug 2001 15:13:05 -0700 (PDT)
From: Rob Worman <rob AT worman DOT org>
Reply-To: rob AT worman DOT org
Subject: Re: [Veritas-bu] notify from different backup classes
To: "Hodge, Sonja J. \(Gregory\)" <sgregory AT tigr DOT org>,
        "'veritas-bu AT mailman.eng.auburn DOT edu'"
<veritas-bu AT mailman.eng.auburn DOT edu>

How about clearing the "email notification recipient" configuration
field in the GUI, and then getting your notifications from the
*_exit_notify scripts in the NetBackup\bin directory?

With this approach you can have specialized notification based on a few
different variables:

   -exit status
   -class name
   -client name
   -schedule name
   -schedule type  (FULL, INCR, etc)

But alas, Sonja, for your specific example (notifying a Unix user ONLY
about Unix backups and not NT backups) a backup_exit_notify script
would need some extra work to be able to accurately figure out the
client OS.  (unless you happen to assign OS-specific names to your
clients or classes...)

HTH
rob


--- "Hodge, Sonja J. (Gregory)" <sgregory AT tigr DOT org> wrote:
> Hi,
>
> This question is based on Netbackup software.   Regarding email
> notification
> - is it possible to specify more than one recipient of the
> notification,
> depending on which class of clients the message is regarding?  For
> instance,
> a Sr Unix Admin would want to be notified if a backup failed on one
> of his
> servers, whereas he would NOT want to know about every time a backup
> failed
> on an NT workstation client, but might want an NT Admin to be
> notified.
>
> Thanks for any help,
>
> Sonja Hodge
> Systems Administrator
> The Institute for Genomic Research
> Rockville, MD
>
> sgregory AT tigr DOT org
> _______________________________________________
> Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

--__--__--

Message: 7
From: =?iso-8859-1?Q?fx______=5BFran=E7ois-Xavier_Peretmere=5D?
= <fx AT Veritas DOT com>
To: "'Veritas-BU \(E-mail\)" <veritas-bu AT mailman.eng.auburn DOT edu>
Subject: Re: [Veritas-bu] TKG's Bare Metal Restore for Netbackup
product...?
Date: Tue, 14 Aug 2001 19:13:39 +0200

> From: Fabbro, Andrew P [mailto:Fabbro.Andrew AT cnf DOT com]
> Sent: Thursday 09 August, 2001 18:39

> I'm looking at bare-metal recovery solutions and came across
> The Kernel Group's Bare Metal Restore for Netbackup
> product.  Curious if anyone has used it or has comments on it...?

 i knew it from my before life with TSM. i'm going to play
with it next week to test NetBackup integration.

 send me a mail in two weeks if you're interested.

 Amicalement,
             fx

#include <VRTS/std_disclaimer.h>
--
     fx AT Veritas DOT com       | Wind catches lily
François-Xavier Peretmere | scatt'ring petals to the wind.
 http://www.veritas.com/  | Segmentation fault.


--__--__--

Message: 8
From: Larry Kingery <larry.kingery AT veritas DOT com>
Date: Tue, 14 Aug 2001 19:25:33 -0400 (EDT)
To: "Khalid, Fuad" <fuad.khalid AT csfb DOT com>
Cc: "'veritas-bu AT mailman.eng.auburn DOT edu'"
     <veritas-bu AT mailman.eng.auburn DOT edu>
Subject: Re: [Veritas-bu] Netbackup Master 3.4 and Media 3.2 servers
Reply-To: larry.kingery AT veritas DOT com

The only thing I know of in writing is in the Installation Guide which
says to upgrade all servers to the same level.  I don't believe you
can get 3.2 and 3.4 servers to interoperate.  I really don't remember
the details but it was something like a new parameter passed to bpbrm
which the 3.2 servers wouldn't understand.  Might have been 3.1.1 and
3.2, but it just sticks in my head that this is known not to work.

Clients (not servers) can generally be one minor rev behind, though I
don't know that is documented and fully supported, it's just been the
way things work for quite awhile.  But to get SunOS support, you'd
have to be running 3.1.1 clients.  You're probably looking at NFS
here.

Of course, official answers on supportability would have to come from
VERITAS support.

Khalid, Fuad writes:
> Hello,
>
> Is there any documentation on setting up a 3.2 media manager server with
a
> 3.4 Master/media(solaris 8) servers.
> We need to also include SunOS clients in the current backup scheme which
> does not support any SunOS 4.1.x clients.
>

--
Larry Kingery
          He who dies with the most toys is still dead

--__--__--

Message: 9
From: "Labonte, L R (Leo), SITS" <llabonte AT att DOT com>
To: "Hodge, Sonja J. (Gregory)" <sgregory AT tigr DOT org>,
        "'veritas-bu AT mailman.eng.auburn DOT edu'"
<veritas-bu AT mailman.eng.auburn DOT edu>
Subject: RE: [Veritas-bu] notify from different backup classes
Date: Tue, 14 Aug 2001 19:36:08 -0400

Sonja,

This is a primative, but effective, change we made to the mail_bp_reports
script.  A section of code like the one attached is inserted for every
cluster of backup clients producing a report.  The contents of certain
/tmp files are reused in other code sections.  This script is run from cron
at 09:00, and our SA's get customized reports on the status of the previous
night's backups.  It was quick and dirty, but folks are getting what they
want.

     Leo
.
.
.
.

echo "
" >> $OUTFILE
$BPERROR -U -backstat -hoursago $HOURS 1>>$OUTFILE 2>&1
echo "
 Recently Used Media:
" >> $OUTFILE
$BPIMAGELIST -A -media -hoursago $HOURS 1>>$OUTFILE 2>&1

grep client1 $OUTFILE >/tmp/OUTFILE1$$
grep client2 $OUTFILE >>/tmp/OUTFILE1$$
grep client3 $OUTFILE >>/tmp/OUTFILE1$$
grep client4 $OUTFILE >>/tmp/OUTFILE1$$
grep client5 $OUTFILE >>/tmp/OUTFILE1$$
echo "STATUS CLIENT        CLASS            SCHEDULE   SERVER      TIME
COMPLETED" >/tmp/OUTFILE2$$
cat /tmp/OUTFILE2$$ >/tmp/OUTFILE4$$
sort /tmp/OUTFILE1$$ | uniq >>/tmp/OUTFILE4$$
echo
"
---------------------------------------------------------------------------
-----" >/tmp/OUTFILE3$$
echo "Status Code: 0 - Completely Successful; 1 - Partially Successful"
>>/tmp/OUTFILE3$$
echo "             41 - Network Connection Timed Out; 57 - Client
Connection
Refused" >>/tmp/OUTFILE3$$
cat /tmp/OUTFILE3$$ >>/tmp/OUTFILE4$$
cat /tmp/OUTFILE4$$ | $MAIL -s "NetBackup backup status"
sys_admin_ray AT att DOT com sys_admin_sally AT att DOT com
.
.
.
.

-----Original Message-----
From: Labonte, L R (Leo), SITS
Sent: Tuesday, August 14, 2001 5:39 PM
To: Hodge, Sonja J. (Gregory); 'veritas-bu AT mailman.eng.auburn DOT edu'
Subject: RE: [Veritas-bu] notify from different backup classes


Sonja,

We hacked the /usr/openv/netbackup/bin/goodies/mail_bp_reports
script to accomplish this.

     Leo

-----Original Message-----
From: Hodge, Sonja J. (Gregory) [mailto:sgregory AT tigr DOT org]
Sent: Tuesday, August 14, 2001 4:57 PM
To: 'veritas-bu AT mailman.eng.auburn DOT edu'
Subject: [Veritas-bu] notify from different backup classes


Hi,

This question is based on Netbackup software.   Regarding email
notification
- is it possible to specify more than one recipient of the notification,
depending on which class of clients the message is regarding?  For
instance,
a Sr Unix Admin would want to be notified if a backup failed on one of his
servers, whereas he would NOT want to know about every time a backup failed
on an NT workstation client, but might want an NT Admin to be notified.

Thanks for any help,

Sonja Hodge
Systems Administrator
The Institute for Genomic Research
Rockville, MD

sgregory AT tigr DOT org
_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
--__--__--

Message: 10
From: "Marelas, Peter" <MarelP AT AUSTRALIA.Stortek DOT com>
To: "'Dennis Dwyer'" <dfdwyer AT tecoenergy DOT com>,
        Veritas-bu AT mailman.eng.auburn DOT edu
Subject: RE: [Veritas-bu] Backing Up Oracle Using RMAN Without Using Verit
     as DB Extensions
Date: Wed, 15 Aug 2001 10:34:38 +1000

Its possible to put the db in hot backup mode, take a snapshot of the
filesystems, put the db in
non-hot backup mode, and mount/backup the snapshots of the filesystems
using
Netbackup.
You still want to backup your archive logs normally, if you use them.

There is snapshot now with Solaris 8 and some patches (fssnap).
Alternatively you could get hardware snapshots with STK SVA.

Regards
Peter Marelas

> -----Original Message-----
> From:   Dennis Dwyer [SMTP:dfdwyer AT tecoenergy DOT com]
> Sent:   Wednesday, August 15, 2001 12:32 AM
> To:     Veritas-bu AT mailman.eng.auburn DOT edu
> Subject:     [Veritas-bu] Backing Up Oracle Using RMAN Without Using
> Veritas DB Extensions
>
> Is anybody out there using NetBackup to do hot backups of Oracle
databases
> without using the Veritas DB Extension product?
>
> I have licenses for (8) DB Extensions and I'm using (5) of them. The
other
> (3) are earmarked for another project. I have folks in several other
> business units that want me to perform hot backups of their Oracle
> databases but when I told them the cost of the DB Extension, it almost
> killed them. They are currently using the RMAN utilities via scripting to
> perform the backups but the manual tape management is getting them down.
> They want something a little more automated that's not going to break the
> bank. If anybody out there is doing this successfully, I'd sure like to
> here from you.
>
> Regards,
> Dennis
>
> Quote: "Time is not a test of the truth"
> Translation: Just because you've always done it that way, doesn't make it
> right
>
> Dennis F. Dwyer
> Enterprise Storage Manager
> Tampa Electric Company
>
> (813) 225-5181  - Voice
> (813) 275-3599  - FAX
>
> Visit our corporate website at www.tecoenergy.com
>
> _______________________________________________
> Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

--__--__--

Message: 11
From: "Zufall, Ken" <Ken.Zufall AT ps.bellhowell DOT com>
To: "'Labonte, L R (Leo), SITS'" <llabonte AT att DOT com>,
        "Hodge, Sonja J. (Gregory)" <sgregory AT tigr DOT org>,
        "'veritas-bu AT mailman.eng.auburn DOT edu'"
<veritas-bu AT mailman.eng.auburn DOT edu>
Subject: RE: [Veritas-bu] notify from different backup classes
Date: Wed, 15 Aug 2001 08:18:33 -0400

You could also include the logic in the backup_exit_notify script to check
the backup type (standard, NT, Oracle, etc) and send out mail based on
that.

Ken Zufall
330.202.4113

"We don't call you son because you're bright." - My Father

          -----Original Message-----
          From:     Labonte, L R (Leo), SITS [mailto:llabonte AT att DOT com]
          Sent:     Tuesday, August 14, 2001 7:36 PM
          To:  Hodge, Sonja J. (Gregory);
'veritas-bu AT mailman.eng.auburn DOT edu'
          Subject:  RE: [Veritas-bu] notify from different
backup classes

          Sonja,

          This is a primative, but effective, change we made to the
mail_bp_reports
          script.  A section of code like the one attached is inserted
for every
          cluster of backup clients producing a report.  The contents
of certain
          /tmp files are reused in other code sections.  This script
is run from cron
          at 09:00, and our SA's get customized reports on the status
of the previous
          night's backups.  It was quick and dirty, but folks are
getting what they
          want.

               Leo
          .
          .
          .
          .

          echo "
          " >> $OUTFILE
          $BPERROR -U -backstat -hoursago $HOURS 1>>$OUTFILE 2>&1
          echo "
           Recently Used Media:
          " >> $OUTFILE
          $BPIMAGELIST -A -media -hoursago $HOURS 1>>$OUTFILE 2>&1

          grep client1 $OUTFILE >/tmp/OUTFILE1$$
          grep client2 $OUTFILE >>/tmp/OUTFILE1$$
          grep client3 $OUTFILE >>/tmp/OUTFILE1$$
          grep client4 $OUTFILE >>/tmp/OUTFILE1$$
          grep client5 $OUTFILE >>/tmp/OUTFILE1$$
          echo "STATUS CLIENT        CLASS            SCHEDULE
SERVER      TIME
          COMPLETED" >/tmp/OUTFILE2$$
          cat /tmp/OUTFILE2$$ >/tmp/OUTFILE4$$
          sort /tmp/OUTFILE1$$ | uniq >>/tmp/OUTFILE4$$
          echo

"
---------------------------------------------------------------------------
          -----" >/tmp/OUTFILE3$$
          echo "Status Code: 0 - Completely Successful; 1 - Partially
Successful"
          >>/tmp/OUTFILE3$$
          echo "             41 - Network Connection Timed Out; 57 -
Client Connection
          Refused" >>/tmp/OUTFILE3$$
          cat /tmp/OUTFILE3$$ >>/tmp/OUTFILE4$$
          cat /tmp/OUTFILE4$$ | $MAIL -s "NetBackup backup status"
          sys_admin_ray AT att DOT com sys_admin_sally AT att DOT com
          .
          .
          .
          .

          -----Original Message-----
          From: Labonte, L R (Leo), SITS
          Sent: Tuesday, August 14, 2001 5:39 PM
          To: Hodge, Sonja J. (Gregory);
'veritas-bu AT mailman.eng.auburn DOT edu'
          Subject: RE: [Veritas-bu] notify from different backup
classes


          Sonja,

          We hacked the
/usr/openv/netbackup/bin/goodies/mail_bp_reports
          script to accomplish this.

               Leo

          -----Original Message-----
          From: Hodge, Sonja J. (Gregory) [mailto:sgregory AT tigr DOT org]
          Sent: Tuesday, August 14, 2001 4:57 PM
          To: 'veritas-bu AT mailman.eng.auburn DOT edu'
          Subject: [Veritas-bu] notify from different backup classes


          Hi,

          This question is based on Netbackup software.   Regarding
email notification
          - is it possible to specify more than one recipient of the
notification,
          depending on which class of clients the message is
regarding?  For instance,
          a Sr Unix Admin would want to be notified if a backup failed
on one of his
          servers, whereas he would NOT want to know about every time
a backup failed
          on an NT workstation client, but might want an NT Admin to
be notified.

          Thanks for any help,

          Sonja Hodge
          Systems Administrator
          The Institute for Genomic Research
          Rockville, MD

          sgregory AT tigr DOT org
          _______________________________________________
          Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
          http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
          _______________________________________________
          Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
          http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
          _______________________________________________
          Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
          http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

--__--__--

Message: 12
Date: Wed, 15 Aug 2001 08:31:06 -0500
From: Robert Johannes <ROBERT_JOHANNES AT udlp DOT com>
Organization: United Defense
To: nb <veritas-bu AT mailman.eng.auburn DOT edu>
Subject: [Veritas-bu] Find media id of duplicate

Hello folks,
I just finished duplicating an image, and I can't figure out which tape
the duplicate image was written to.  Is there a way of finding that out,
without resorting to making the duplicate image the primary image?

Thanks for any help

robert

--__--__--

Message: 13
From: Larry Kingery <larry.kingery AT veritas DOT com>
Date: Wed, 15 Aug 2001 10:18:20 -0400 (EDT)
To: Robert Johannes <ROBERT_JOHANNES AT udlp DOT com>
Cc: nb <veritas-bu AT mailman.eng.auburn DOT edu>
Subject: Re: [Veritas-bu] Find media id of duplicate
Reply-To: larry.kingery AT veritas DOT com

bpimagelist -backupid <backupid>

or

bpimmedia -mediaid <mediaid>

or maybe

bperror -U -hoursago 6

Robert Johannes writes:
> Hello folks,
> I just finished duplicating an image, and I can't figure out which tape
> the duplicate image was written to.  Is there a way of finding that out,
> without resorting to making the duplicate image the primary image?
>
> Thanks for any help
>
> robert
> _______________________________________________
> Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
> http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

--
Larry Kingery
                 Does fuzzy logic tickle?


--__--__--

_______________________________________________
Veritas-bu maillist  -  Veritas-bu AT mailman.eng.auburn DOT edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


End of Veritas-bu Digest




<Prev in Thread] Current Thread [Next in Thread>
  • [Veritas-bu] RE: Find media id of duplicate, Michael.Gorishek AT ebancllc DOT com <=