ADSM-L

Re: Run script sequentially?

2004-09-09 07:05:35
Subject: Re: Run script sequentially?
From: "Weinstein, Stephen" <Weinstein AT DOR.STATE.MA DOT US>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Thu, 9 Sep 2004 07:05:12 -0400
With the following script, how can you be sure a command finishes with a status 
of success
before starting the next command.  I would like the script to stop if a command 
fails.

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT vm.marist DOT edu]On Behalf Of
Hooft, Jeroen
Sent: Thursday, September 09, 2004 4:33 AM
To: ADSM-L AT vm.marist DOT edu
Subject: Re: Run script sequentially?


Use the "wait" option.

BACKUP STGPOOL DISK COPY MAXPR=1 WAIT=YES
BACKUP STGPOOL TAPE COPY MAXPR=1 WAIT=YES
BACKUP DB DEVCLASS=<DEVC> TYPE=FULL WAIT=YES
PREPARE WAIT=YES




-----Original Message-----
From: -ray [mailto:ray AT OPS.SELU DOT EDU]
Sent: donderdag 9 september 2004 10:10
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Run script sequentially?


All,

I would like to have a script automatically run to backup the disk
stgpool, then tape pool, and finally the database.  Obviously i don't want
them all to kick off at the same time.  Is there a way to run them
sequentially  so tape pool backup doesn't start until disk pool backup
is done, db backup doesn't start till tape pool backup is done??

ray
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Ray DeJean                                       http://www.r-a-y.org
Systems Engineer                    Southeastern Louisiana University
IBM Certified Specialist              AIX Administration, AIX Support
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager at postmaster at dor.state.ma.us.
**********************************************************************

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