That's how I do it:
//ADRDSSU   EXEC PGM=ADRDSSU,REGION=0M,TIME=1439  
//SYSPRINT DD SYSOUT=*                            
//LOOKHERE DD DSN=hlq.HFS.BACKUP.ZOS23.SERVICE.ROOT,  
// DISP=(NEW,CATLG),                                     
// SPACE=(TRK,(50858,1000),RLSE),UNIT=3390,VOL=SER=ZFSBK1
//SYSIN    DD *                                 
  DUMP DATASET(INCLUDE( -                       
               OMVS.ZOS23.SERVICE.ROOT -        
                       )) -                     
          PROCESS(SYS1) -                       
          ALLDATA(*)    ALLEXCP  -              
          TOL(ENQF)     OPT(4)   WAIT(0,0) -    
          CANCELERROR   COMPRESS -              
          OUTDD(LOOKHERE)                       

> -----Original Message-----
> From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On
> Behalf Of Jake Anderson
> Sent: Sunday, January 30, 2022 12:15 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Cloning root zfs to other lpar
> 
> Hello Group
> 
> I am trying to move maintenance root zfs which is 5000 cylinder in size.
> The environment what we have is two monoplex. I tried doing dump the
> root
> into a shared DASD(MOD-27) but it fails with D37.
> 
> What's the best way to clone a zfs from one monoplex environment to
> another
> ? Our DASD are shared
> 
> Jake
> 
> ----------------------------------------------------------------------
> 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