Hi,
you can use flexible admin schedules using admin scripts like this:
select process from processes where -
upper(process)='BACKUP STORAGE POOL'
if(RC_OK) goto reschedule
backup DB type=full devc=LTO
exit
reschedule:
del sch retry_backup_database type=admin
def sch retry_backup_database t=a -
cmd="run backup_database" active=yes -
starttime=NOW+0:10 peru=o
This scripts will terminate the current schedule and define a "retry"
schedule 10 minutes later to avoid performing the DB backup while the backup
of the storage pool is still running.
Joerg Nouvertne
http://home.wtal.de/the_swordsman
> -----Original Message-----
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of
> Bruce Kamp
> Sent: Dienstag, 4. September 2001 17:57
> To: [EMAIL PROTECTED]
> Subject: Scripting Question
>
>
> On the part of my daily processing that I flush my disks to tape
> I am using
> sleep commands. Is there a way to set it up to query for the migration
> processes & to go to the next disk pool when the current
> migration processes
> are complete? I'm running TSM 4.1.3.2 on AIX 4.3.3
>
> Thanks,
> --------------------------------------
> Bruce Kamp
> Network Analyst II
> Memorial Healthcare System
> P: (954)987-2020 x6008
> F: (954)985-2274
> E: [EMAIL PROTECTED]
> ----------------------------------------
>
>