ADSM-L

Re: Question about ensuring there is an available tape in

1998-10-26 13:52:05
Subject: Re: Question about ensuring there is an available tape in
From: Dwight Cook <decook AT AMOCO DOT COM>
Date: Mon, 26 Oct 1998 12:52:05 -0600
     Well, to get rid of old data base backup  tapes you may define an
     administrative schedule to do
     del volhist t=dbb tod=-###
     (where ### is number of days ago, past which all data base backup tape
     references are removed)
     THEN have another administrative command schedule that fires off the
     data base backup.  Have this one run about a minute after the first
     one.
     If you have 7 db backup tapes and delete references to the oldest
     (tod=-6), that tape will roll back to scratch thus making one
     available for the "gett'n ready to run" db backup.

     Now I try to have my dbbackup run when as little as possible is
     running on the adsm server and where I can't controll adhoc user
     activity I can for sure controll migrations & reclamations Sooo I just
     make sure the db stuff doesn't run when those other tasks would be
     expected to be active.

     later,
             Dwight


______________________________ Reply Separator _________________________________
Subject: Question about ensuring there is an available tape in a li
Author:  Garin.Walsh (Garin_Walsh AT notes.sabre DOT com) at unix,mime
Date:    10/26/98 10:13 AM


I hope this isn't a stupid question but I can't seem to find a way to
achieve the following: I have 3595 L12 library with 2 drives and 120
cartridges - all scratch. It is defined as a single device class to ADSM.
Currently this is the device that the db backups are also being written to.
I have in place a script to delete old backup volumes so that they don't
consume all the volumes in the library so that there are scratch tapes
available for migration from the backup storage pool. The system has been
in place for 6 months now and is at about 80% capacity with 525 filespaces
defined. My average restore times are getting too long now - about 10 to 15
tape mounts on average for a full restore and I was thinking about turning
collocation on to improve restore performance. My understanding of the
process leads me to guess that the first nights incremental after doing
this is going to consume the remaining scratch tapes - there are only a
handful of tapes in a filling state and 100+ nodes get hit each night, the
first night might not start spreading across additional tapes but the
second night definitely would. My question is, how can I ensure that there
are sufficient tapes available for the database backups with collocation
on? Is it possible to define the L12 as two devices - one with 10 tapes and
the other with 110, for instance, and use the 10 tape device for db backups
and the 110 tape device for the migration destination?

Thanks in advance for any suggestions

Garin Walsh
The Sabre Group
<Prev in Thread] Current Thread [Next in Thread>
  • Re: Question about ensuring there is an available tape in, Dwight Cook <=