Previous Topic: Specify the SOLVE SSINext Topic: Create VTAM Definitions and Tables


Specify the WebCenter Region

If you do not use CA CSM to configure the region, use the Install Utility to set up the region. The Install Utility lets you set up a region with the product you installed.

Note: In a multisystem environment with shared DASD, you can reuse Install Utility to create the regions for the different systems. In a multisystem environment where the DASD is not shared, see Multisystem Deployment. In either case, you connect the regions to set up the multisystem environment.

Follow these steps:

  1. At the ISPF/PDF TSO Command Shell prompt, execute the following command:
    EXEC 'dsnpref.OWC2.CC2DJCL(INSTALL)'
    

    The Install Utility panel appears.

    Note: On each of the Install Utility panels, you can use the following keys:

  2. Press Enter.

    The Install Utility Primary Menu panel appears.

  3. (Optional) If you have installed the product using CA CSM, perform the following steps:
    1. Enter 1.

      The Software Delivery Method panel appears.

    2. Complete the panel:
      • Enter S next to CA CSM.
      • Specify the name of the CSI data set used during the product installation in the SMP/E CSI Used field.
    3. Press Enter. Accept the default zones, or specify site-specific zones.
  4. Enter 5.

    The SETUP Product Region Primary Menu panel appears.

  5. Enter 1 (Add a Region).

    The SETUP Specify Product Region Name panel appears.

  6. Enter the name (rname) and description of the region you are setting up.

    The Install Utility uses the name that you entered to generate local data set names and the started task JCL. For example, you enter REGION01 as the region name. Then, your started task JCL is REGION01 and a local region file, such as the Virtual File System (VFS), is dsnpref.REGION01.VFS.

    The SETUP Product Selection panel appears.

  7. Enter S next to the product.

    The SETUP Product - Confirmation panel appears, confirming your selection.

  8. Press Enter to confirm your selection, and complete each of the SETUP panels as they open. Accept the default values, or specify site-specific values.

    Note: For information about the fields, press F1 (Help).

    Note: On the SETUP Region Information panel, ensure that the Subsystem Interface Identifier value identifies the SOLVE SSI you intend to use.

    The setup software generates a series of setup jobs in the dsnpref.OWC2.rname.JCL library.

  9. Record the name of the data set into which the JCL was generated in your post-installation worksheet.
  10. Submit and run the following jobs in the listed sequence. Do not proceed with any job until the previous job has completed successfully.
    S01LCALC

    Allocates the region-specific (local) data sets. If you are upgrading and have increased the size of a particular file, modify the JCL to increase the space allocation as required.

    S02SHALC

    Allocates the shared run-time data sets.

    S03LDVIP

    Populates the MODS, PANELS, and OSCNTL files.

    S04LDVSM

    Populates the other VSAM files.

    S05LDPDS

    Copies some PDS members to dsnpref.rname.TESTEXEC or dsnpref.PARMLIB for use by the product region. If this product is being added to an existing region, the RUNSYSIN and IIAPARMS are overwritten.

    When the region starts for the first time, the values in IIAPARMS set up certain parameter group values. On subsequent startups, the region uses the parameter group values. The IIAPARMS values are then only used if INIRESET=YES is specified or if the VFS data set is reset.

    Note: The member names for IIAPARMS and SXPARMS include the domain ID, so they appear as IIAdmid and SXPdmid.

    Note: The utility also generates the following jobs: S10DUMP and S11REST. The jobs help you deploy the configuration files for your region to a target system when a shared DASD is not available. The S10DUMP job creates a backup data set that includes the configuration files for the region, which you deploy to the target system. The S11REST job, when submitted on the target system, restores the configuration files from the backup data set. In addition to deploying the configuration files, also deploy the target libraries. CA CSM can facilitate this deployment.

  11. Press F3.

    The Install Utility Primary Menu panel appears.