How do u re-start a backup when I have no access to the clients
-Original Message-
From: Doug Thorneycroft [SMTP:[EMAIL PROTECTED]]
Sent: November 17, 2000 10:07 AM
To: [EMAIL PROTECTED]
Subject:Re: SCRIPTS FOR failed/missed backups
I use the following, It catches most problems.
q event * * begindate=today-1 begintime=16:00 enddate=today endtime=now ex=yes
On Thursday, November 16, 2000 2:47 PM, Selva, Perpetua
[SMTP:[EMAIL PROTECTED]] wrote:
> Hi
>
> Can someone please tell me , what is the best criteria to search for nigh
In this case there is know way except to run the script many times
in given time frame. I set my script up in a way for the operator
on duty to track the missed or started nodes using q sess commands.
MISSED means a failure
STARTED means look at the server log to see when it ended.
Mark
"Selva
Try "q event * * begind=-1 begint=19:00 ex=yes" and see if that gives you
what you want.
Nick Cassimatis
[EMAIL PROTECTED]
"I'm one cookie away from happy." - Snoopy (Charles Schulz)
Hi
Can someone please tell me , what is the best criteria to search for nightly
backups that failed/missed?
Currently i check event logs with the following and have it on a cron job..
q event * * begind=-1 begint=19:00 endd=today endt=08:00 |grep -E
"Missed|Failed"
This is fine for 'MOST DAY