ADSM-L

Re: Wildcards in archive-schedule

2002-10-09 16:42:23
Subject: Re: Wildcards in archive-schedule
From: Alex Paschal <AlexPaschal AT FREIGHTLINER DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 9 Oct 2002 13:41:15 -0700
You could try using a cmd schedule to execute a script that does a df, gets
the filesystems you'd want to back up, and constructs one or more archive
statements.  Something along the lines of the piece of script below.

#!/usr/bin/ksh
df | awk '{print $7}' | grep SAL1 | while read FILESYSTEM; do
   dsmc archive -subdir=yes $FILESYSTEM/\*
done

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

-----Original Message-----
From: brian welsh [mailto:brianwelsh3 AT HOTMAIL DOT COM]
Sent: Wednesday, October 09, 2002 11:12 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Wildcards in archive-schedule


Hello,

AIX-server 5.1, Server 4.2.2.8, client AIX 4.3 and TSM 4.2.1.14

Every few weeks we have to make an archive for this client. On this client
are running two Oracle databases, SAL1 and SAL2.

Sometimes we have to make an archive of SAL1 and the next time of SAL2. But
every time there are new filesystems, or filesystems deleted, so we have to
change the archive-schedule with the risc we forget some filesystem(s). So,
is there a way to use wildcards in the object-field of the archive schedule.
We tried several ways, but no success.

Hope someone can help,

Brian.


_________________________________________________________________
Meld je aan bij de grootste e-mailservice ter wereld met MSN Hotmail:
http://www.hotmail.com/nl

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