Scenario 5: Implementing in a sysplex environment
This deployment scenario is for a sysplex environment, where the DASD is fully shared across all z/OS® LPARs that belong to the sysplex. This special deployment is similar to the deployment scenarios 1, 2, or 3, but the implementation steps are slightly different. This approach is intended to achieve operational efficiency by processing only a single z/OS® LPAR within a sysplex.
About this task
The example deployment is for a Db2® database environment and includes the key parameters that influence this scenario. For this scenario, assume that the sysplex contains four z/OS® LPARs: MVSA, MVSB, MVSC, and MVSD.
Procedure
-
Customize an instance of the HSISCUST member in the
hsi.SHSISAMP data
set with the following parameters:
- DBTYPE=DB2
- REPZSCHM=REPHLQ1
- GKBZSCHM=GKBHLQ1
- NOTFSCHM=NOTHLQ1
- DB=REPDB1
- DBGKB=GKBDB1
- DBNOT=NOTDB1
- Submit the HSISCUST job.
- Create the Repository and GKB databases and grant access
to them:
- Run the HSISDB01 job to create storage groups.
- Run the HSISDB02 job to create the GKB database and database objects.
- Run the HSISDB03 job to create the Repository database and database objects.
- Run the HSISDB04 job to create the Notifications database and database objects.
- Run the HSISGKBL job to load GKB data.
- Run the HSISGRNT job to grant DBADMIN access to IBM Z Software Asset Management administrator.
- Optional - Run the HSISGRTB job to grant SELECT access to database tables.
-
Collect and import Inquisitor data for all z/OS® LPARs the first time:
- Run the HSISINQZ job on all four z/OS® LPARs to collect Inquisitor data: MVSA, MVSB, MVSC, and MVSD. The default setting is PLX=N.
- Transfer the collected Inquisitor data to the central site via file transfer protocol (FTP).
- Run the HSISIQIM job to import Inquisitor data into the Repository database for each z/OS® LPAR.
- Collect and import Inquisitor data only for a single z/OS® LPAR in subsequent scans.
- Set PLX=Y in the Inquisitor HSISINQZ job.
- Run the HSISINQZ job on any z/OS® LPAR to collect Inquisitor data. The z/OS® LPAR could be MVSA, MVSB, MVSC, or MVSD.
- Transfer the collected Inquisitor data to the central site via FTP.
- Run the HSISIQIM job to import Inquisitor data into the Repository database for the z/OS® LPAR, where you previously ran HSISINQZ.
- Repeat steps a - d for any z/OS® LPAR - MVSA, MVSB, MVSC, or MVSD, every time a new scan is required.
Note:It is very important to understand that setting PLX=Y will work only if all LPARs belonging to a sysplex have DASD volumes that are 100% shared. If one LPAR contains DASD volumes that are unique to that LPAR, then PLX=Y must NOT be used. Instead PLX=N must be set and run separately for all LPARs belonging to the sysplex. -
Collect and import Inquisitor data for UNIX for all z/OS® LPARs the first time:
- Run the HSISINQU job on all four z/OS® LPARs to collect Inquisitor data for UNIX®.
- Transfer the collected Inquisitor data for UNIX® to the central site via FTP.
- Run the HSISIQIM job to import Inquisitor data for UNIX® into the Repository database for each z/OS® LPAR.
- Repeat steps a - c for every z/OS® LPAR every time a new scan is required.
- Collect and import Usage Monitor data:
- Run the HSISUMON job on all z/OS® LPARs to collect usage data.
- Transfer the collected Usage Monitor data to the central site via FTP.
- Run the HSISUIMP job to import Usage data into the Repository database for each LPAR.