Previous Topic: Allocate and Mount the z/FS Release Dependent Data Set (INST0002)Next Topic: Receive, Apply, and Accept SMP/E Functions (INST0003)


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

This INST003 job 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.

To allocate and mount the z/FS release dependent data set

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

    Set ZFS='TRUE' for z/FS files

    Set ZFS='FALSE' for HFS files

  3. Submit the member INST0003.

    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.

    CHMOD

    Sets the directory permissions.

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