Planet MVS User Experiences OS/390 R8 Upgrade |
My OS/390 R8 upgrade is like a game of chess, all of the mistakes are there waiting to be made.
2000-02-18 | Placed order for R8 |
2000-02-22 | Started surveying ISVs for compatiblity with OS/390 R8 |
- 2000-03-10 |
Attended the SHARE conference
in Anahiem California.
|
2000-03-11 | Unpacked boxes, loaded the installation dialog and started reading the various installation manuals. |
2000-03-14 | Installed maintenance needed on my OS/390 R6 driving system as recommended in the Planning for Installation R8 manual. |
2000-03-17 | Started executing the installation dialogs. |
2000-03-18 | IPL'd "vanilla" system |
2000-03-23 | IPL'd with installation parms and products (like ACF2) |
HLQs defined to the security system: |
DASD packs Initialized:
|
|
SMS ACS:
|
FILTLIST OS390R8O INCLUDE(OMVS.OS390R8.**)
| going to pack OSV28D |
Analyzed my old OS/390 R6 SYSRES packs:
This is done so I place the R8 datasets on the right packs. For ease of install and backout, the master catalog will be okay with my either R6 or R8 SYSRES packs.
|
|
Name VV MM Created Changed . MVS43 01.00 96/02/01 96/02/01 14:25 . OS390R2 01.00 97/02/12 97/02/12 17:53 . OS390R5 01.00 98/10/13 98/10/13 17:02 Not put into production . OS390R6 01.00 99/03/04 99/03/04 10:45 . OS390R8 01.00 00/03/16 00/03/16 16:30Trivia: Don't remember why but the MVS43 member does this: address TSO "alloc file(cidtabl) da('sysesa43.ipo1.cidtable') shr reuse"
F - Full System Replacement installs a complete new IPL-able standalone system including all SMP/E-maintained libraries, SMP/E environment, operational data sets, and CustomPac sample data sets. The supplied operational data sets must be merged with or replaced by production operational data sets before the new system is used in production.I like bringing up a "vanilla" version of the new operating system and running the IVPs there and also again on my cloned version. I also keep this small system available for use as a "rescue" system.
//SHOWMVS PROC //JUSTDOIT EXEC PGM=SHOWMVS,TIME=1440,REGION=6M //STEPLIB DD DISP=SHR,DSN=userid.DAVE.LOAD, // UNIT=3390,VOL=SER=TSO006 //SHOWMVS DD SPACE=(CYL,(2,2),RLSE),UNIT=3390,VOL=SER=OSV28F, // DSNAME=SYS9.SYS.OS390R8.SHOWMVS, // DISP=(NEW,KEEP)
//XWTR PROC //IEFPROC EXEC PGM=IASXWR00,REGION=64K, // PARM='PL',TIME=1440 //IEFRDER DD SPACE=(CYL,(1,1),RLSE),UNIT=3390,VOL=SER=OSV28F, // DSNAME=SYS9.SYS.OS390R8.SYSLOG, // DISP=(NEW,KEEP), // DCB=(BLKSIZE=13030,LRECL=137,BUFL=13030,BUFNO=2,RECFM=VBM)
//FIXNETV EXEC PGM=IEHPROGM //RES5B2 DD DISP=SHR,VOL=SER=RES5B2,UNIT=3390 //VDSBYPAS DD DUMMY //SYSPRINT DD SYSOUT=* //SYSIN DD * RENAME DSNAME=NETVIEW.CNMLINK, C NEWNAME=NETVIEW.V1R2M0.CNMLINK, C VOL=3390=RES5B2 RENAME DSNAME=NETVIEW.NVULIB, C NEWNAME=NETVIEW.V1R2M0.NVULIB, C VOL=3390=RES5B2 RENAME DSNAME=NETVIEW.SCNMCRUN, C NEWNAME=NETVIEW.V1R2M0.SCNMCRUN, C VOL=3390=RES5B2 RENAME DSNAME=NETVIEW.SEKGMOD1, C NEWNAME=NETVIEW.V1R2M0.SEKGMOD1, C VOL=3390=RES5B2 RENAME DSNAME=NETVIEW.SEKGMOD2, C NEWNAME=NETVIEW.V1R2M0.SEKGMOD2, C VOL=3390=RES5B2