ADSM-L

Scheduled event tables (what to really check)

1998-07-08 08:19:37
Subject: Scheduled event tables (what to really check)
From: Dwight Cook <decook AT AMOCO DOT COM>
Date: Wed, 8 Jul 1998 07:19:37 -0500
     OK, let's face it... most scheduled events will be incremental
     backups.  The whole purpose here is to ensure you have daily copies of
     all files on all clients. (am I not right ?)

     Try this...

     select node_name,filespace_name,cast((backup_end) as varchar(10)) as
     "Date" from adsm.filespaces where
     (cast((current_timestamp-backup_end)day as decimal(18,0)>2)


     This will generate you a nice little report of each filespace (across
     the clients) that hasn't had an incremental successfully complete
     within the last two days.

     Hope this helps
     later,
           Dwight
<Prev in Thread] Current Thread [Next in Thread>
  • Scheduled event tables (what to really check), Dwight Cook <=