ADSM-L

AW: TSM-monitoring script that provides summary of daily backups

2004-02-19 07:11:42
Subject: AW: TSM-monitoring script that provides summary of daily backups
From: "Bleicher, Thomas" <bleicher AT NETZLINK DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 19 Feb 2004 13:09:08 +0100
Hi Alex.

You didn't mention what you are looking for explicitly
so this will give you a table of backups sorted by date.

select entity as RECHNER, bytes, date(start_time) as DATUM,
       time(start_time) as BEGIN, time(end_time) as EMDE 
       from summary where activity='BACKUP' order by 3 desc

(line breaks are only for the mail)

Please note that the summary table is reported to be
unreliable. If you need solid facts search the archive for
a script by Richard Sims (2 or 3 months old). He had another
way to report backups.

You can ask the TSM-Admins about the accounting logs
and use that, too.

Thomas Bleicher
Netzlink Informationstechnik GmbH

<Prev in Thread] Current Thread [Next in Thread>
  • AW: TSM-monitoring script that provides summary of daily backups, Bleicher, Thomas <=