ADSM-L

TSM 5.3 Serial & Parallel commands

2005-11-18 10:26:03
Subject: TSM 5.3 Serial & Parallel commands
From: Timothy Hughes <Timothy.Hughes AT OIT.STATE.NJ DOT US>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 18 Nov 2005 10:25:55 -0500
Hello guys,

Has anyone  tested or is using the New Serial and Parallel
commands in TSM 5.3?

I am testing a script that would execute some daily routines, Such
as backing up storage pools and updating the backuppool (disk)
right now these routines are executed as Administrative Schedules.
>From what I have read, This command (Serial) is used to ensure that
any preceding commands tasks are complete before proceeding with
the next command in the script. The script below is the one that I am
testing
and would like to execute. Can anyone find any parameter that I may be
missing if any?

/* run multiple commands in Serial and wait for each one of them to
/* complete their tasks before proceeding with the next command*/

Serial

/* Backup Diskpool, Update Disk stgpool Backup Primary Tapepool*/

BA STG backuppool R3592POOL maxpr=x preview=no wait=yes
update stgpool backuppool highmig=xx lowmig=xx wait=yes
BA STG H3592POOL R3592POOL maxpr=x preview=no wait=yes

/* Wait for previous commands task to finish */

Thanks for any help in advance!

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