The instructions below are to be followed only if you are downloading this product separately and trying to integrate with a z/OS base that is different from the ADCD z/OS V1 R13 July Edition.
- Obtain DB2 10.1.0 by downloading:
HTTPD1.ZT301.TDL.ADCDFD.VFDDBA1.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDDBA2.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDDBA3.BIN
HTTPD1.ZT301.TDL.ADCDFD.VFDDBAR.BIN
The bin files are in gzip format for use on under zPDT. The bin files will need to be renamed to fddba1.gz, fddba2.gz, fddba3.gz and fddbar.gz. Install the fddba*.gz file by using the following commands under zPDT:
gunzip -c fddba1.gz > /userdir/fddba1.bin gunzip -c fddba2.gz > /userdir/fddba2.bin gunzip -c fddba3.gz > /userdir/fddba3.bin gunzip -c fddbar.gz > /userdir/fddbar.bin
- Add the volumes fddba1, fddba2, fddba3 and fddbar to the zPDT definition(devmap) and IPL your z/OS system. The fddbar volume is for allocating the DB2 archive logs, and it is common for DB2 V9 and V10 as well.
- On volume fddba1 is a file DB2.INSTALL.JCL. Catalog the file and run the job WIMPCON to connect the DB2 V10 catalogs and job WDEFALIA to define the DB2 V10 aliases.
-
Follow the steps given below to setup SMS constructs required for
DB2 V10, using ISMF.
Step 1:
Enter m.2 - ISMF Primary Option Panel Enter 0.0 - User Mode Entry Enter 2 - Storage Administrator Mode F3 three times go to ISPF primary option panel (In order to set Storage Administrator Mode you must leave ISMF panel and then return)Step 2:
Enter m.2 - ISMF Primary Option Panel Select 4 - Data Class CDS Name... 'SYS1.SCDS' Data Class Name... DBAGDC Select 3 - Define Use all the defaults on Data Class Define Panel F3 to End and Save F3 to ISMF Primary Option PanelStep 3:
Select 5 - Storage Class CDS Name... 'SYS1.SCDS' Storage Class Name... * Select 1 - List Should see DBCLASS F3 twice back to ISMF Primary Option PanelStep 4:
Select 6 - Storage Group CDS Name... 'SYS1.SCDS' Storage Group Name... * Select 1 - List Issue Line Operator command DELETE across the Storage Group HFSCLASS Enter '/' in Confirm Delete Request Panel F3 to SG Application Selection panel Storage Group Name... DBCLASS Select 5 - Volume Enter the following volumes in prefix column and use option 2 for define FDDBA3 Use all default values on Volume Status Define Panel F3 to End and Save F3 twice to exit ISMFStep 5:
Build the ACS scripts Copy DB2.INSTALL.JCL(DB2VAC) to SYS1.SMS.CNTL Copy DB2.INSTALL.JCL(DB2VAG) to SYS1.SMS.CNTLStep 6:
Enter m.2 - ISMF Primary Option Panel Enter 7 - ACS Application Enter 2 - Translate SCDS Name... 'SYS1.SCDS' ACS Source Data Set... 'SYS1.SMS.CNTL' ACS Source Member... DB2VAC Enter - Should get message 'Translation Successful' ACS Source Member... DB2VAG Enter - Should get message 'Translation Successful' F3 to previous panel Enter 3 - Validate Enter - Should get message 'Successful Validation' F3 thrice to ISMF Primary Option PanelStep 7:
Enter 8 - Control Data Set CDS Name... 'SYS1.SCDS' Enter 5 - Activate Enter '/' to Perform Activation Should get a message 'Activation Scheduled' Enter - Should get below message “IGD008I NEW CONFIGURATION ACTIVATED FROM SCDS SYS1.SCDS” F3 thrice to ISPF Primary Option Panel -
Build TSO PROC
Copy DB2.INSTALL.JCL(DBSPROCA) to ADCD.Znnn.PROCLIB
-
Build panels
Copy DB2.INSTALL.JCL(DSNEPRI) to ADCD.Znnn.DBA.ISPPLIB
Copy DB2.INSTALL.JCL(DSNEPRIA) to ADCD.Znnn.DBA.ISPPLIB
Copy DB2.INSTALL.JCL(IBMPRODS) to ADCD.Znnn.DBA.ISPPLIB
- Build Clist Copy DB2.INSTALL.JCL(QMFTOSPA) to ADCD.Znnn.CLIST
-
Build PARMLIB
Copy DB2.INSTALL.JCL(COMMND1C) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(COMMND1W) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(IEASYS1C) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(IEASYS1W) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(IEFSSNDA) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(PROGDA) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(VTAMDA) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(SHUTDA) to ADCD.Znnn.PARMLIB
Copy DB2.INSTALL.JCL(BPXPRMDA) to ADCD.Znnn.PARMLIB
-
Build IPLPARM
Copy DB2.INSTALL.JCL(LOAD1C) to SYS1.IPLPARM
Copy DB2.INSTALL.JCL(LOAD1W) to SYS1.IPLPARM
-
Build PROCLIB
Copy DB2.INSTALL.JCL(VTAMDBA) to ADCD.Znnn.PROCLIB
Copy DB2.INSTALL.JCL(SHUTDBA) to ADCD.Znnn.PROCLIB
Copy all members from DSNA10.PROCLIB(*) to ADCD.Znnn.PROCLIB
-
Run the following JCLs to define the RACF profiles and access, required
in order to start DB2 V10.
DB2.INSTALL.JCL(RACFPROC) DB2.INSTALL.JCL(RACFWLM1) DB2.INSTALL.JCL(RACFWLM2) DB2.INSTALL.JCL(RACFWLM3)
- Add the new DB2 catalogs to parmlib member COFVLF00
CLASS NAME(IGGCAS) ... EMAJ(USERCAT.Z113F.DB2VA)
- IPL using PARM 1C or 1W, where 1C does a JES2 cold start with CLPA and 1W is a warm start with no CLPA. These PARMs starts up DB2 V10.