I'm trying to totally separate my customizations from the ADCD distribution itself.
I've added libraries to the PARMLIB concat list and PROCLIB concat list on new volumes, Moved away from the USER data sets since they (PARMLIB, PROCLIB) are initially stored on xxCFG1 volumes and would have to shuffle things around on an upgrade. I've created a new IPLPARM.LOAD member. Everything works as expected, I can IPL into my customizations, or into any of the ADCD predefined configurations.
Since I want to update to the latest ADCD release, I'm trying to get my configuration in a state where I can just copy over the distribution volumes and not have to redo any re-customization. And use that method for future releases.
The last part is create a new volume to hold the IPLPARM.LOAD member and point to that in the runzpdt script. This is where I'm having issues. I created a SYS0.IPLPARM(LOAD01) member. I created/initialized/copied the IODF datasets per the examples in the sample library using IBM documentation on-line. I have my LOAD01 member pointing to that IODF dataset. The out of the box config line is "99 SYS1", my version has "99 LISYS1", I also tried "99 SYS0". My IPL command is "ipl a80 parm 0AD301" where 0AD3 is the address of my new volume.
When I IPL I get this message a couple seconds later "AWSEMI307I Warning! Disabled Wait CPU 0 = 00020000 00000000 00000000 00200088". If I broke down the error correctly, it points to a configuration error. I'm guessing I missed something when preparing the new volume.
Any info would be appreciated.
Thanks.
jmal