Veritas-bu

[Veritas-bu] bpend_notify

2002-05-29 08:52:58
Subject: [Veritas-bu] bpend_notify
From: dave.markham AT icl DOT net (David Markham)
Date: Wed, 29 May 2002 13:52:58 +0100
Try looking at backup_exit_notify in /usr/openv/netbackup/bin

It mails after each backup.

I added a couple of things onto it too:-

echo `date` "-----------------------------" >> $OUTF
echo `date` "       CLIENT:  $1" >> $OUTF
echo `date` "        CLASS:  $2" >> $OUTF
echo `date` "     SCHEDULE:  $3" >> $OUTF
echo `date` "SCHEDULE TYPE:  $4" >> $OUTF
echo `date` "       STATUS:  $5" >> $OUTF
echo `date` "       STREAM:  $6" >> $OUTF
echo `date` "-----------------------------" >> $OUTF

/usr/openv/netbackup/bin/goodies/bperrcode $5 >> $OUTF   <this will give an
idea of any errors
#
# might want to mail this info to someone
#
cat $OUTF | mail -s "NetBackup backup exit $1" someone AT somewhere DOT com




-----Original Message-----
From: veritas-bu-admin AT mailman.eng.auburn DOT edu
[mailto:veritas-bu-admin AT mailman.eng.auburn DOT edu]On Behalf Of Rosamond,
Travis
Sent: 28 May 2002 15:09
To: veritas-bu AT mailman.eng.auburn DOT edu
Subject: [Veritas-bu] bpend_notify


Hello folks,

I need some information on bpend_notify on a NBU 4.3 datacenter on 2.6...

One of my users wants to be notified when a scheduled job is completed and I
have less that a clue on how to do it...

Please help...

Travis Rosamond
Unix Systems Admin
US LEC of North Carolina
8210 University Exec Dr.
Charlotte, NC 28262

Phone: 704-319-6297
Pager: 888-842-1157

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