Contractual agreements for different products may require multiple site ids. However, CAS9 will fail if multiple SITE ID cards are coded in a single KEYS member.
Common Services Release 14.1 or 15.0
Component : CA Resource Initialization Manager(CAIRIM)The new format for LMP keys is now based upon SITEID vs. CPU
CAIRIM will only accept one SITE ID card per KEYS member
Will fail if CAS9 is executed in a single stepCustomers with contractual agreements such as this require a multi-step CAS9 proc.
If the KEYS are not formatted correctly, CAIRIM may issue a CAS9125E message for different reasons.
Please refer to the following knowledge articles:
** If applying new keys in a z/VM environment, see Knowledge article 189417.
Sample JCL (assuming 3 different site ids:
//CAS9 PROC CAW0LOAD='your.CAW0LOAD',
// CAW0OPTN='your.CAW0OPTN',
// RIMPARM=CARIMPRM,
// KEYS=SITEKYS1,
// AUTOCMD=CAUTOCMD
//* USERCMD=CAUSRCMD
//SITEID1 EXEC PGM=CAIRIM,REGION=2M
//STEPLIB DD DISP=SHR,DSN=&CAW0LOAD
//PARMLIB DD DISP=SHR,DSN=&CAW0OPTN(&RIMPARM)
//KEYS DD DISP=SHR,DSN=&CAW0OPTN(&KEYS)
//AUTOCMDS DD DISP=SHR,DSN=&CAW0OPTN(&AUTOCMD)
//* DD DISP=SHR,DSN=&CAW0OPTN(&USERCMD)
//*CAIRACF DD DISP=SHR,DSN=&CAW0OPTN(RACFLIST)
//*
//SITEID2 EXEC PGM=CAIRIM,REGION=2M
//STEPLIB DD DISP=SHR,DSN=&CAW0LOAD
//PARMLIB DD DUMMY
//KEYS DD DISP=SHR,DSN=&CAW0OPTN(SITEKYS2)
//AUTOCMDS DD DUMMY
//* DD DISP=SHR,DSN=&CAW0OPTN(&USERCMD)
//*CAIRACF DD DISP=SHR,DSN=&CAW0OPTN(RACFLIST)
//*
//SITEID3 EXEC PGM=CAIRIM,REGION=2M
//STEPLIB DD DISP=SHR,DSN=&CAW0LOAD
//PARMLIB DD DUMMY
//KEYS DD DISP=SHR,DSN=&CAW0OPTN(SITEKYS3)
//AUTOCMDS DD DUMMY
//* DD DISP=SHR,DSN=&CAW0OPTN(&USERCMD)
//*CAIRACF DD DISP=SHR,DSN=&CAW0OPTN(RACFLIST)
//*
----------------------------------------------------------------------------------------------------------------------------------------------------------------
There is also the possibility that for the same SITEID() value there are 2 different associated SITECODEs().
It could happen in fact that only some of the PRODUCT KEYs associated with a SITEID()/SITECODE() are expiring, so the same SITEID() will be linked to a new SITECODE() and the new extended PRODUCT KEYs are associated to this new SITEID()/SITECODE() combination.
In this case there is no need to build a multi-steps CAS9 procedure and the customer can use the new LMP keys with either the "old" or "new" SITECODE value. The old LMP keys will also work with either SITECODE.