How to add virtual volumes to DFRMM - Pease suggest.



Help for IBM's record-oriented filesystem VSAM, ESDS, KSDS, RRDS, LDS and Storage management Subsystems

How to add virtual volumes to DFRMM - Pease suggest.

Postby Bad Man » Wed Jul 28, 2010 3:33 pm

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.
Bad Man
 
Posts: 96
Joined: Sun Apr 04, 2010 2:20 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby Bad Man » Thu Aug 05, 2010 1:07 pm

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....
Bad Man
 
Posts: 96
Joined: Sun Apr 04, 2010 2:20 pm
Has thanked: 0 time
Been thanked: 0 time

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

Postby dick scherrer » Thu Aug 05, 2010 11:39 pm

Good to hear it is working - thank you for posting the info :)

d
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to VSAM/SMS

 


  • Related topics
    Replies
    Views
    Last post