Sam,
Yes there is a Parallel command see the DSS Admin Reference
4.2.2 PARALLEL Command C Copyright IBM Corp.
1984, 200
Topic lines 1 to 16
of 2
The PARALLEL command initiates parallel task scheduling wherein
multiple
tasks are processed concurrently. When you use parallel processing,
commands may not process in the order in which they appear in the
input
stream. The PARALLEL command is effective only when the required
system
resources (virtual storage, DASD, or tape volumes) are available. If
there
are resource conflicts (multiple tasks that use the same DASD or the
same
tape volume) or if there is not enough virtual storage that is
available
for all of the tasks to run concurrently, some tasks can be delayed
until
the resources are available (other tasks end).
The example shown is for full volume dumps. You probably could have
rigged something for your logical dump but I have to admit it would be
easier to do using FDR.
Regards,
Dave O'Brien
-----Original Message-----
From: Knutson, Sam [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 13, 2006 9:18 AM
To: [email protected]
Subject: DFSMSdss Performance Question
Hi,
Is there a way to convince DFDSS to dump from multiple target volumes in
any simple way where DFDSS picks the volumes to a single output tape to
speed things up? I looked through the Reference Guide and nothing
jumped out. I have FDR/FDRDSF so Bruce feel free to chime in with a
comparison if you think I could have done better.
I needed to backup 1400 SVC dumps (compressed PS-E) total about 20
million tracks across 276 volumes and then I deleted all but two. I
didn't know if I might later need one of the many and the outage had
impacted our highest availability LPAR so I didn't want to throw any doc
away. DAE wasn't doing much for these abends and while I had already
worked with the first and last dumps I knew I might need to revisit
something that happened in the middle.
I thought about just doing an HMIGRATE my.svc.dump.date.** to ML2 but
figured it would be better to dump all this directly onto a few high
capacity tapes I could scratch when I was sure I didn't need them. The
UNIT and DATACLAS put this to 3592 tapes so I only needed 3 output
tapes.
//DFDSSCPY EXEC PGM=ADRDSSU
//SYSPRINT DD SYSOUT=*
//TO1 DD DISP=(NEW,CATLG,DELETE),
// UNIT=TAP18,DATACLAS=T3592L1,VOL=(,,,59),
// DSN=DSS.ASYS.SDUMP.D060611.BACKUP,LABEL=RETPD=365
//SYSIN DD *
DUMP DATASET( -
INCLUDE(DSS.%SYS.*.D060611.**)) -
ALLDATA(*) -
OUTDDNAME(TO1)
This took about 742 minutes (all night) and processed each volume on
which data sets were found sequentially.
Is there anything I can do with DFDSS that would have significantly
improved the elapsed time? Any way to automatically process multiple
input volumes at the same time? The key is I don't want to code a
list of volumes by hand that was not feasible in this case and most of
the time it isn't. I guess I could write a little REXX using CSI to
build DFDSS JCL but I would prefer the dump utility handle the
parallelism itself.
Best Regards,
Sam Knutson, GEICO
Performance and Availability Management
mailto:[EMAIL PROTECTED]
(office) 301.986.3574
There's nothing new under the sun, but there are lots of old things we
don't know.
Ambrose Bierce
====================
This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send
email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search
the archives at http://bama.ua.edu/archives/ibm-main.html
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html