ADSM-L

Re: preschedulecmd and a wait period

2002-02-13 18:20:21
Subject: Re: preschedulecmd and a wait period
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Wed, 13 Feb 2002 15:17:52 -0800
Depending on what you're scripting your prescheduled command in, you can
include a loop that checks the databases every 10 seconds.  Something
like....

dbstop
while (are databases that aren't completely stopped?) {
     sleep 10
}

Then when the while loop exists, your backups will start.

Alex Paschal
Storage Administrator
Freightliner, LLC
(503) 745-6850 phone/vmail


<Prev in Thread] Current Thread [Next in Thread>