Hi,
If you objective is just to upgrade the database to the 3.1 template level, then it's just a matter of running IRRMIN00 with parm=Update for both the primary and secondary RACF databases:
//INITP EXEC PGM=IRRMIN00,PARM=UPDATE
//SYSRACF DD DSN=SYS1.RACF,
// DISP=SHR
//SYSPRINT DD SYSOUT=*
//*
//*
//INITB EXEC PGM=IRRMIN00,PARM=UPDATE
//SYSRACF DD DSN=SYS1.RACFSEC,
// DISP=SHR
//SYSPRINT DD SYSOUT=*
If you mean to add the RACF database changes for running at V3.1, then that's just the RACFTGT job that gets built when you do the upgrade through z/OSMF, you would just need to run that job on each LPAR that has it's own copy of the RACF 2.2 database. The RACFTGT job is the one that gets run against the target system and is identified in you installation instructions.
You should not upgrade the templates until you are no longer going to share the RACF database with a back leveled (i.e. z/OS 2.2) system any more. If your RACF databases are not wildly different on each LPAR, then you probably should think about combining them to a single RACF database that you share between the LPARs. Having completely separate ones is typically not needed if you can share the physical database files, and if you can't share them physically, you can always set up RACF RRDF to keep them in sync. If you want to keep them separate, it's not a problem, just more work since you have to do things 3 times.
Just so you know, there is a member of SYS1.SAMPLIB called RACFJCL that contains samples of just about anything you would ever need to do within RACF support.
Brian Westerman
(800) 767-2244
________________________________________________
Brian Westerman, PhD | Sr. Technical Specialist and Director of Research and Development | Syzygy Incorporated
PO Box 119 | Pismo Beach, CA 93448 |β 800.767.2244 |π 800.366.4082 |β Email Brian_Westerman@SyzygyInc.com | π www.SyzygyInc.com
The information contained in this e-mail and, any accompanying documents, may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient of this message, or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message, including any attachments. Any dissemination, distribution or other use of the contents of this message by anyone other than the intended recipient is strictly prohibited.