Re: QUESTION ABOUT RMM

2015-06-11 Thread Mike Wood
Willie,
As specified in the rmm IC Guide Chapter 16. Performing inventory management - 
You can backup direct to tape when using EDGHSKP utility BACKUP(DSS) parm.

Also, when you restore from tape, as long as you use EDGBKUP you will be able 
to use an rmm backup tape even if rmm is not active.

Mike

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


Re: QUESTION ABOUT RMM

2015-06-09 Thread Gonzalo Cengotita
Hello,
You can backup the rmm to tape as you can read in DFSMSrmm Implementation
and Customization Guide
.
You will have to annotate the volsers where the CDS ant JOURNALwere backed
up, since in the situations in which you could need to restore the CDS you
maybe could not have this information.
Using EDKBKUP the journal will not be cleared.

In the JCL, if the rmm is working you don't need MASTER DD and JOURNAL DD
I guess that MODELDCB should not be there, just put the lrecl, recfm and
blksize like the manual says:

//BACKUP DD DISP=(,CATLG),UNIT=SYSALLDA,DSN=BACKUP.CDS(+1),
// SPACE=(TRK,(ppp,sss),RLSE),RECFM=VB,LRECL=9216
// BLKSIZE=0
//JRNLBKUP DD DISP=(,CATLG),UNIT=SYSALLDA,DSN=BACKUP.JRNL(+1),
// SPACE=(TRK,(ppp,sss),RLSE),RECFM=VB,LRECL=9248
// BLKSIZE=0,BUFNO=30

the rest is correct for me (I have never backed up CDS to tape)

Regards,

Gonzalo Cengotita Quirce




2015-06-09 14:03 GMT+02:00 willie bunter 
001409bd2345-dmarc-requ...@listserv.ua.edu:

 Hallo All,

 I would like to backup the RMM CDS and journal file to tape.  In IBM's
 sample jcl the backups are being saved on dasd.  Can it be done to tape?

 I am hesitant to give it a try because I am not sure if it could cause a
 problem for example - clear out the Journal file.  Below is my jcl could
 someone let me know that it is okay?

 //EDGBKUPB EXEC PGM=EDGBKUP,PARM='BACKUP'
 //SYSPRINT DD SYSOUT=*
 //MASTER   DD DISP=SHR,DSN=SYS2.RMM.CDS
 //JOURNAL  DD DISP=SHR,DSN=SYS2.RMM.JOURNAL
 //BACKUP   DD DSN=SYS2.RMM.CDS.BKUP(+1),
 // DISP=(,CATLG,DELETE),UNIT=3490,
 // DCB=(MODELDCB,RECFM=VB,BLKSIZE=0)
 //JRNLBKUP DD DSN=JSYS2.RMM.JOURNAL,
 // DISP=(,CATLG,DELETE),UNIT=3490,
 // DCB=(MODELDCB,LRECL=9248,RECFM=VB,BLKSIZE=0)

 /*
 //
 Thanks.


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




-- 

*Gonzalo Cengotita*

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


Re: QUESTION ABOUT RMM

2015-06-09 Thread Willie Bunter
Thanks Gonzalo for your help.  Thanks.

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


QUESTION ABOUT RMM

2015-06-09 Thread willie bunter
Hallo All,

I would like to backup the RMM CDS and journal file to tape.  In IBM's sample 
jcl the backups are being saved on dasd.  Can it be done to tape?

I am hesitant to give it a try because I am not sure if it could cause a 
problem for example - clear out the Journal file.  Below is my jcl could 
someone let me know that it is okay? 

//EDGBKUPB EXEC PGM=EDGBKUP,PARM='BACKUP'   
//SYSPRINT DD SYSOUT=*  
//MASTER   DD DISP=SHR,DSN=SYS2.RMM.CDS 
//JOURNAL  DD DISP=SHR,DSN=SYS2.RMM.JOURNAL 
//BACKUP   DD DSN=SYS2.RMM.CDS.BKUP(+1),
// DISP=(,CATLG,DELETE),UNIT=3490,  
// DCB=(MODELDCB,RECFM=VB,BLKSIZE=0)
//JRNLBKUP DD DSN=JSYS2.RMM.JOURNAL,
// DISP=(,CATLG,DELETE),UNIT=3490,  
// DCB=(MODELDCB,LRECL=9248,RECFM=VB,BLKSIZE=0) 

/*  
//
Thanks.
  

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