Previous Topic: Delete, Allocate, and Initialize Libraries (INST0001)Next Topic: Receive, Apply, and Accept SMP/E Functions (INST0003)


Allocate and Mount the z/FS Release Dependent Data Set (INST0002)

Job INST002 creates the z/FS data set, directories, and mount-point for the new release of CA SYSVIEW. This job is required each time that you install a new release of CA SYSVIEW.

Important: Keep the file systems mounted and permanently available.

This procedure guides you through allocating and mounting the z/FS release dependent data set.

Follow these steps:

  1. Review the INST0002 member in the sysview.SAMPJCL data set to ensure all of the names and parameters are correct.
  2. Specify the allocation type:

    Set ZFS='TRUE' for the z/FS files

    Set ZFS='FALSE' for the HFS files

  3. Submit the member INST0002

    This member contains and runs the following steps. Each step must complete with a return code of zero:

    UNMOUNT

    Unmounts an existing z/FS.

    This step lets you execute the job again. The return code is forced to zero.

    DELDIR

    Deletes the specific release directory.

    This step lets you execute the job again. The return code is forced to zero.

    DELZFS

    Deletes the z/FS.

    This step lets you execute the job again. The return code is forced to zero.

    ALLOCZFS

    Allocates the z/FS data set.

    FORMAT

    Formats the z/FS data set.

    MAKEDIR

    Creates the required directory structure.

    MOUNT

    Mounts the z/FS data set at the specified directory.

    When the job ends with a return code of 0, the z/FS release dependent data set is successfully allocated and mounted.