In V5.1 and up you can specify linked copy pools and actually create the
primary and the copy pools at the same time, but you have to have 3 tape
drives.

Paul D. Seay, Jr.
Technical Specialist
Northrop Grumman Information Technology
757-688-8180


-----Original Message-----
From: Stapleton, Mark [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 11:00 AM
To: [EMAIL PROTECTED]
Subject: Re: Three copies of backup data


From: Mario Behring [mailto:[EMAIL PROTECTED]]
> I have a TSM Server running on a W2K Server machine. The tape
> library is a IBM 3590, non automated, with two drives. The
> drives are connected to the TSM Server through SCSI
> interfaces (one interface for each drive).
>
> What I need is this: I want to do each incremental backup on
> three different tapes, so I can store these tapes in
> different places. The tapes contents should be identical.

Create a primary tape storage pool (call it primtape1) and two copy storage
pools (call them copytape1 and copytape2). After backups complete, run

        backup stg primtape1 copytape1
        backup stg primtape1 copytape2
        upd stg diskpool hi=0 lo=0

and when diskpool-->primtape1 migration is complete:

        upd stg diskpool hi=90 lo=70 (or whatever your diskpool migration
levels are)

(This assumes, of course, that you're using a disk cache to catch client
backups.)

Contents of all three tapes may not be absolutely identical, but they'll be
pretty damn close. (If you're looking to clone the contents of one tape to
another tape via an OS utility like tcopy or dd, you may or may not get a
usable tape.)

--
Mark Stapleton ([EMAIL PROTECTED])

Reply via email to