Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Volume Backup S/A restore

24 views
Skip to first unread message

Tom Huegel

unread,
Oct 13, 2017, 3:04:04 PM10/13/17
to
Can I or how do I do a DISK VOLUME DUMP to a TAPE in a standalone restore format?

So long since I have done VSE I only remember Dr.D we don's have that so using FCOPY can I DUMP VOLUME RESTORE-STANDALONE or something like that?

z/VM I would use DDR, but again no z/VM.

Thanks.. 

Duerbusch, Tom

unread,
Oct 13, 2017, 3:09:20 PM10/13/17
to
Chapter 2 of System Utilities

Tom Duerbusch
THD Consulting

_______________________________________________
VSE-L mailing list
VS...@lists.lehigh.edu
https://lists.lehigh.edu/mailman/listinfo/vse-l




--
 

Tom Huegel

unread,
Oct 13, 2017, 3:25:02 PM10/13/17
to
I see the volume DUMP but I don't see an option to make the tape IPL'able for restoring on cold metal.   

Kevin Corkery

unread,
Oct 13, 2017, 3:27:25 PM10/13/17
to

See documentation on LIBR in System Control Statements. The S/A Utilities are placed on a dump tape using the STANDALONE=YES parameter.




From: VSE-L <vse-l-bounces+kcorkery=live...@lists.lehigh.edu> on behalf of Tom Huegel <tehu...@gmail.com>
Sent: Friday, October 13, 2017 3:24 PM
To: VSE Discussion List
Subject: Re: Volume Backup S/A restore
 

Leon Mihlfeld

unread,
Oct 13, 2017, 3:48:17 PM10/13/17
to

This works:

 

// JOB LIBRBKUP                                                 

*  *************************************************************

*  *     CREATE AN IPL'ABLE TAPE OF STAND ALONE UTILITIES      *

*  *************************************************************

// EXEC LIBR                                                    

   BACKUP  TAPE=CUU   RESTORE=STANDALONE                       

/*                                                             

/&                                                             

Tom Huegel

unread,
Oct 13, 2017, 4:24:25 PM10/13/17
to

// JOB LIBRBKUP                                                 

*  *************************************************************

*  *     CREATE AN IPL'ABLE TAPE OF STAND ALONE UTILITIES      *

*  *************************************************************

// EXEC LIBR                                                    

   BACKUP  TAPE=CUU   RESTORE=STANDALONE  NOREWIND                     

/*                                                             
// ASSGN SYS004, DISK......
// ASSGN SYS005,TAPE....
// EXEC FCOPY
DUMP VOLUME
/*
/&   

Might be my whole job.                                                          

On Fri, Oct 13, 2017 at 2:48 PM, Leon Mihlfeld <lmih...@riteaid.com> wrote:

This works:

 

// JOB LIBRBKUP                                                 

*  *************************************************************

*  *     CREATE AN IPL'ABLE TAPE OF STAND ALONE UTILITIES      *

*  *************************************************************

// EXEC LIBR                                                    

   BACKUP  TAPE=CUU   RESTORE=STANDALONE                       

/*                                                             

/&                                                             

 

From: VSE-L [mailto:vse-l-bounces+lmihlfeld=riteaid.com@lists.lehigh.edu] On Behalf Of Kevin Corkery
Sent: Friday, October 13, 2017 3:27 PM


To: VSE Discussion List
Subject: Re: Volume Backup S/A restore

See documentation on LIBR in System Control Statements. The S/A Utilities are placed on a dump tape using the STANDALONE=YES parameter.

 

Duerbusch, Tom

unread,
Oct 13, 2017, 4:42:58 PM10/13/17
to
The RESTORE=STANDALONE option will put the standalone IPL deck as the first file of your output tape.

However, if you created your standalone utilities tape (separate process), you can IPL that tape and when it asks for input, give it the tape that you backed up with (without the RESTORE=STANDALONE option).

If your standalone IPL tape has standard labels on it, then you will need to IPL that tape (from the HMC) a few times (for me it seemed to require 4 to 5 IPLs to bypass the standard labels) before you get to the SA utilities.

Tom Duerbusch
THD Consulting

Kevin Corkery

unread,
Oct 13, 2017, 5:23:21 PM10/13/17
to

Yep, didn't look at the manual for the correct syntax.  Sorry :-}


From: VSE-L <vse-l-bounces+kcorkery=live...@lists.lehigh.edu> on behalf of Leon Mihlfeld <lmih...@riteaid.com>
Sent: Friday, October 13, 2017 3:48 PM
To: VSE Discussion List
Subject: RE: Volume Backup S/A restore
 
0 new messages