ADSM-L

Re: TSM client schedule triggered by an event?

2002-02-14 17:25:21
Subject: Re: TSM client schedule triggered by an event?
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
Date: Thu, 14 Feb 2002 14:22:45 -0800
As your prescheduledcmd script:

!/usr/bin/ksh
while [[ -s /path/lockfile ]] ; do
   sleep 30
done


Then just schedule the backup for a time shortly after the lockfile is
created.  It will wait until there is no lockfile, then start within 30
seconds of lockfile removal.  Or you can add your commands to initiate the
backup to the end of the event script.

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


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