Rex.
 
I did the backup myself (used COPYDUMP) and it is from a full volume backup.  I 
used RESTORE FULL INDDNAME(TAPE1) OUTDDNAME(DASD1).
I cannot put the original volume offline because these contain all our pds 
libs.  This is why I am trying the exercise of restoring the volume 
(physically) to a non-sms managed volume.  This way no dsns weill b cataloged 
etc.  I am using BYPASSACS because I thought I could bypass SMS.




________________________________
From: "Pommier, Rex R." <rex.pomm...@cnasurety.com>
To: IBM-MAIN@LISTSERV.UA.EDU 
Sent: Thursday, 6 September 2012 12:30 PM
Subject: Re: UNABLE TO DO A FULL VOLUME RESTORE - DFDSS

John,

I'm going to take your word that the original DUMP that you created the 
COPYDUMP from was a full volume dump.  That being said, the BYPASSACS parameter 
you have in your RESTORE attempt is only valid for dataset level restores, not 
full restores.  You will need to use a restore parameter similar to what John 
McKown mentioned below.  You will need something like this instead of the 
restore you are using:

RESTORE FULL INDDNAME(TAPE1) OUTDDNAME(DASD1)

If you leave the keyword FULL off, DFDSS is looking for a dataset level 
restore.  I don't see NOCOPYVOLID in the manual, but there is a blurb that says 
for an SMS managed source volume 9or a source volume with a VSAM dataset on 
it), you must use COPYVOLID.  You will probably need to restore the full volume 
with the original volser, which will knock it offline, clip the volser to 
something else, then if you really want it non-SMS, run a convertv routine to 
make it non-SMS.

Rex


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of John Dawes
Sent: Thursday, September 06, 2012 10:37 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: UNABLE TO DO A FULL VOLUME RESTORE - DFDSS

I am trying to do a full volume restore to a non-SMS volume.  The backup which 
was created is of a SMS managed volume.  I want to validate the backup which 
was made using DFDSS COPYDUMP.



________________________________
From: "McKown, John" <john.mck...@healthmarkets.com>
To: IBM-MAIN@LISTSERV.UA.EDU
Sent: Thursday, 6 September 2012 11:08 AM
Subject: Re: UNABLE TO DO A FULL VOLUME RESTORE - DFDSS

Are you trying to do a full volume restore, or a logical data set restore? 
Looks like the latter. In which case, as the messages indicate, you have not 
specified which data set names/pattern to restore. You'd need a 
DATASET(INCL(**)) to restore all the data sets. If you want to do a full volume 
restore, then change the RESTORE to be something like:

RESTORE INDDNAME(TAPE1) OUTDDNAME(DASD1) NOCOPYVOLID

________________________________________
From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of 
John Dawes [jhn_da...@yahoo.com.au]
Sent: Thursday, September 06, 2012 9:42 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: UNABLE TO DO A FULL VOLUME RESTORE - DFDSS

G'Day,

I am trying to perform a full volume restore of a SMS volume to a spare volume 
which is not SMS managed.  I am encountering a problem and tried several things:
The output volume has a different VOLSER.  The reason for this is that I want 
to ensure that the tape which is being used to perform the restore could be 
read because it was created by a DFDSS COPYDUMP.  Below is the restore parm and 
the error messages.  We are running RELEASE z/OS 01.11.00

RESTORE INDDNAME(TAPE1) OUTDDNAME(DASD1) PURGE -
    BYPASSACS(**) -
    NULLSTORCLAS  -
    NULLMGMTCLAS
ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'RESTORE '
ADR109I (R/I)-RI01 (01), 2012.250 10:34:33 INITIAL SCAN OF USER CONTROL 
STATEMEN ADR138E (001)-RI01 (02), REQUIRED (SUB)PARAMETER OF 'DATASET ' IS 
MISSING ADR139E (001)-RI01 (01), INCONSISTENT PARAMETERS INVOLVING 'BYPASSACS '
ADR138E (001)-RI01 (02), REQUIRED (SUB)PARAMETER OF 'DATASET ' IS MISSING 
ADR139E (001)-RI01 (01), INCONSISTENT PARAMETERS INVOLVING 'NULLSTORCLAS '
ADR138E (001)-RI01 (02), REQUIRED (SUB)PARAMETER OF 'DATASET ' IS MISSING 
ADR139E (001)-RI01 (01), INCONSISTENT PARAMETERS INVOLVING 'NULLMGMTCLAS '
ADR131E (001)-RI03 (01), ABOVE TEXT BYPASSED UNTIL NEXT COMMAND ADR017E 
(001)-CLTSK(01), 2012.250 10:34:33 TASK NOT SCHEDULED DUE TO ERROR. TASK 
ADR012I (SCH)-DSSU (01), 2012.250 10:34:33 DFSMSDSS PROCESSING COMPLETE. HIGHEST
                        SYNTAX
                        TASK    001

Can this be done i.e. restore a SMS managed volume to a NON-SMS volume?

Thanks.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

The information contained in this e-mail may contain confidential and/or 
privileged information and is intended for the sole use of the intended 
recipient. If you are not the intended recipient, you are hereby notified that 
any unauthorized use, disclosure, distribution or copying of this communication 
is strictly prohibited and that you will be held responsible for any such 
unauthorized activity, including liability for any resulting damages. As 
appropriate, such incident(s) may also be reported to law enforcement. If you 
received this e-mail in error, please reply to sender and destroy or delete the 
message and any attachments. Thank you.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to