Veritas-bu

[Veritas-bu] How to configure NetBackup to send email notification only when a job fails

2002-04-03 17:40:08
Subject: [Veritas-bu] How to configure NetBackup to send email notification only when a job fails
From: jkrueger AT sprinthosting DOT net (John Krueger)
Date: Wed, 3 Apr 2002 16:40:08 -0600
What I did was add an if loop to the backup_exit_notify to check for
successful backups and exit before sending the email.

i.e.

if [ "$5" -eq 0 ]  # $5 is the variable that holds the exit status of
the job
then
        exit 0
fi

John Krueger
System Administrator - Veritas NetBackup
Sprint E|Solutions
Hosting Operations
913.624.4131
jkrueger AT sprinthosting DOT net



-----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 Conner,
Neil
Sent: Monday, April 01, 2002 6:38 PM
To: Veritas Netbackup Mailing List (E-mail)
Subject: [Veritas-bu] How to configure NetBackup to send email
notification only when a job fails


I'm running v3.4 on Solaris 8.  There is a KB article that describes how
to configure NetBackup to send email notification only when a job fails,
but it only applies to Windows platforms (245217).  Does anybody know
how to do it on Solaris?

Thanks,
Neil
_______________________________________________
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>