Only a compliment:

> The zOS sys admin has informed me he has taken a copy of the
> system. However as he is also new to zVM, he is unsure of the
> restore process.

These backups as John did can be restored to a original volume without
problem, because the volume was already formatted.
To restore to  a new volume, it MUST be CP-Formatted before the restore.
Use ICKDSF to format with the option CPVOLUME FORMAT.
Best regards.
______________________________________________
Clovis Pereira
zVM & zOS Support
Maintenance and Technical Support Services
MTS Brazil



                                                                       
             "McKown, John"                                            
             <[EMAIL PROTECTED]                                         
             thmarkets.com>                                             To
             Sent by: Linux on         LINUX-390@VM.MARIST.EDU         
             390 Port                                                   cc
             <[EMAIL PROTECTED]                                         
             IST.EDU>                                              Subject
                                       Re: New to zLinux... Backup     
                                       solutions...                    
             17/07/2008 13:04                                          
                                                                       
                                                                       
             Please respond to                                         
             Linux on 390 Port                                         
             <[EMAIL PROTECTED]                                         
                 IST.EDU>                                              
                                                                       
                                                                       




I have successfully backed up and restored volumes containing z/Linux
data using z/OS and DFDSS. And example step would look something like:

//BACKUP   EXEC  PGM=ADRDSSU,
//             TIME=NOLIMIT,REGION=2048K
//SYSPRINT DD  SYSOUT=*
//DASD1    DD  DISP=OLD,
//             UNIT=SYSALLDA,
//             VOL=SER=volser
//BACKUP   DD  DSN=hlq.BACKUP.V&VOLSER(+1),
//             DISP=(NEW,CATLG),
//             UNIT=CART,
//             LABEL=(1,SL,EXPDT=99000),
//             VOL=(,,,10),
//             DCB=(BKUPSYS.MODEL,BLKSIZE=32000)
//SYSIN    DD  *
         DUMP  INDDNAME(DASD1) -
               OUTDDNAME(BACKUP) -
               TRACKS(0,0,3338,14) -
               OPT(3)   -
               CPVOLUME -
               ADMINISTRATOR
/*

This was for a 3390-3 volume, which has 3339 cylinders (0..3338). I
think why it worked for me was the use of the TRACKS parameter to dump
each track.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.

> -----Original Message-----
> From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On
> Behalf Of Brian O'Mahony
> Sent: Thursday, July 17, 2008 10:08 AM
> To: LINUX-390@VM.MARIST.EDU
> Subject: New to zLinux... Backup solutions...
>
> We have installed a single zLinux VM on our s390 here.
>
> I want to take a backup of this system in case something
> drastic happens (ie the developers/testers break it).
>
> The zOS sys admin has informed me he has taken a copy of the
> system. However as he is also new to zVM, he is unsure of the
> restore process.
>
> Normally for our linux/UNIX servers we use backup
> applications, or in some cases use dd.
>
> What is the suggested solution for the actual zLinux OS. Is
> there anything we should be wary about? Does it have to be
> restored to the same disks etc.
>
> Any help or pointers would be great.
>
> Thanks
>
> B
>
>
> The information in this email is confidential and may be
> legally privileged.
> It is intended solely for the addressee. Access to this email
> by anyone else
> is unauthorized. If you are not the intended recipient, any
> disclosure,
> copying, distribution or any action taken or omitted to be
> taken in reliance
> on it, is prohibited and may be unlawful. If you are not the intended
> addressee please contact the sender and dispose of this
> e-mail. Thank you.
>
> ----------------------------------------------------------------------
> For LINUX-390 subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] with the message: INFO
> LINUX-390 or visit
> http://www.marist.edu/htbin/wlvindex?LINUX-390
>

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

<<inline: graycol.gif>>

<<inline: pic31006.gif>>

<<inline: ecblank.gif>>

Reply via email to