ADSM-L

Re: Automated monitoring of backup

2001-07-20 14:37:36
Subject: Re: Automated monitoring of backup
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Fri, 20 Jul 2001 11:38:17 -0700
Hi, folks.  Just as a note, I saw several q ev's in the script and
scriptlets.  The event for a client can complete even if the backup
failed/stopped in the middle of a filespace.  Have you considered doing
something like a:

select node_name, filespace_name from filepaces where backup_end <
(current_timestamp-(2 days))

or

backup_end < backup_start

or some variation?  This would let you know if a backup fails on a node even
if the client event completed.  It'll also let you know if someone removed
filespaces from the domain or something similar.

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail

<Prev in Thread] Current Thread [Next in Thread>