You could also query the server activity log to see files that failed.  We
do perl query like:
if (/ANE4959I/ && !/Total number of objects failed:           0/)

which gives us a line for each client (inlcuding the node name) that has 1
or more failed files.  You could then send to the appropriate users.

Tim Rushforth
City of Winnipeg

-----Original Message-----
From: Prather, Wanda [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 12:03 PM
To: [EMAIL PROTECTED]
Subject: Re: client notification


Part of the problem is, who is the "user".

Under WinnT, scheduled backups generally run under the System account.  Any
USER account may or may not be logged on at the time backups are run.  On
UNIX, the backups generally run as root.

What we do is query the eventlog on the server end, and generate mail
messages to be sent to users whose backups fail or miss.  That works if you
have a way to map the TSM node names into mail ids.  But, it doesn't take
into account any individual files that fail to back up, we really don't have
a solution for that yet.

Reply via email to