Page 1 of 1

How to add virtual volumes to DFRMM - Pease suggest.

PostPosted: Wed Jul 28, 2010 3:33 pm
by Bad Man
I have IBM ATL and VTS

This is what I think needs to be done for adding of virtual volumes...There is a member EDGRMM00 I think all I have to do is repeat this statement

VLPOOL PREFIX(51*) /* ATL/VTS LOCATION */ -
TYPE(S) /* SCRATCH POOL */ -
DESCRIPTION('VTS LOGICAL') /* POOL DESCRIPTION */ -
NAME(STPVTS01) /* POOL NAME */ -
MEDIANAME(CART) /* MEDIA TYPE - VTS */ -
RACF(N) /* NO RACF TAPE PROFILE */ -
EXPDTCHECK(N) /* ALLOW TAPE OVERWRITE IF UNEXP */

for 52* and 53* and then dynamically update the DFRMM...This is getting shared between prod and dev and the test lpar has EDGRMM00 of it's own....

Is this process correct?


I looked at reject and this is how it was in EDGRMM00

/*---------------------------------------------------------------*/
/* REJECT PROCESSING OF VOLUMES NOT DEFINED TO RMM */
/*---------------------------------------------------------------*/
/* REJECT ANYUSE(*) */
/* */

Anything else apart from this??

This is how /D SMS,OAM looks like

CBR1100I OAM status: 594

TAPE TOT ONL TOT TOT TOT TOT TOT ONL AVL TOTAL

LIB LIB AL VL VCL ML DRV DRV DRV SCRTCH

2 2 1 1 0 0 140 76 71 1725

There are also 0 VTS distributed libraries defined.

CBRUXCUA processing ENABLED.

CBRUXEJC processing ENABLED.

CBRUXENT processing ENABLED.

CBRUXVNL processing ENABLED.

Re: How to add virtual volumes to DFRMM - Pease suggest.

PostPosted: Thu Aug 05, 2010 1:07 pm
by Bad Man
ok Let me answer my own question which one knowledgable person in RMM helped me with

I repeated the VLPools statements for 56* and 57* and then issued f dfrmm,mm=00 <---because I use EDGRMM00

U can use RMM panel 4;8;4 to verify the same in ISMF panels..

and then used the command

//ADDVOL EXEC PGM=IKJEFT01,REGION=0M

//SYSTSPRT DD SYSOUT=*

//SYSTSIN DD *

RMM ADDVOLUME 560001 STATUS(SCRATCH) INIT(N) -

MEDIANAME(CART) MEDIATYPE(ECCST) TYPE(LOGICAL) LOCATION(STPVTS01) -

COUNT(499)
and then the ops can insert it to the library using LM..now I am trying to change the MEDIA NAME lets see what happens....

Re: How to add virtual volumes to DFRMM - Pease suggest.

PostPosted: Thu Aug 05, 2010 11:39 pm
by dick scherrer
Good to hear it is working - thank you for posting the info :)

d