HP3000-L Archives

February 1997, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Terry Prime <[log in to unmask]>
Reply To:
Terry Prime <[log in to unmask]>
Date:
Wed, 5 Feb 1997 08:38:27 +1100
Content-Type:
text/plain
Parts/Attachments:
text/plain (39 lines)
I was asked for the turbostore jcl, so here goes :-

For the incremental parallel backup :-
        !SETVAR IVAR HPYEAR*10000+HPMONTH*1000+HPDATE
        !CONTINUE
        !SHOWTIME
        !SETJCW CIERROR=0
        !FILE TAPE1;DEV=8
        !FILE TAPE2;DEV=9
        !FILE SYSLIST=I!IVAR.DATEDUMP.SYS;DEV=DISC;DISC=1000000
        !STORE !!DDFS.SYSOPER;;STORESET=(*TAPE1),(*TAPE2);SHOW
        !IF CIERROR=0 THEN
        etc

DDFS -  @[log in to unmask]@[log in to unmask]@.@3000@;DIRECTORY;INTER;PROGRESS=3;COMPRESS=HIGH;DATE>=dd/mm/yy

For the fulldump parallel ackup :-
        The jcl is the same except the cariable is FVAR and the store is for
FDFS -  @[log in to unmask]@[log in to unmask]@.@3000@;DIRECTORY;INTER;PROGRESS=3;COMPRESS=HIGH;MAXTAPEBUF
        @[log in to unmask]@3000

To change it to a sequential backup I have changed
        STORESET=(*TAPE1,*TAPE2)

The backup listing is wriiten out to a file because it is then FTPd to a DEC
Alpha machine which is used only as a repository for backup listings.

regards  ...  Terry
Signature:
     Terry Prime
     Client Services Officer
     Queensland University of Technology
     phone: (07)38641784   fax (07)38641343
     Internet:[log in to unmask]

Disclaimer:
     What i have said is my opinion and does not reflect the
     opinion of my employer or co-workers

ATOM RSS1 RSS2