Previous Topic: Reorganize DatabaseNext Topic: General Usage Best Practices


Set Up UNIX File System and Directory Path

We recommend that you set up your z/OS UNIX System Services (USS) file system and directory path as described in this topic.

USS Directory Path Structure

CA CSM uses the following z/OS UNIX System Services (USS) directory path structure:

/parent_path/msmserv/mpm 
/parent_path/msmserv/version_number/msm 
/parent_path/msmserv/version_number/msmruntime 
/parent_path/msmserv/version_number/msminstall 

Note: The /mpm directory should not have a version number. This is a common directory that is shared between CA CSM versions.

/parent_path/msmserv/

Specifies the CA CSM parent path name as defined at your site as the primary mount point or directory, for example, one of the following:

/u/users/msmserv
/usr/lpp/msmserv
/cai/msmserv

Note: We recommend that you use /msmserv as the final portion of the parent path; however, you can change it if necessary for your site standards.

/parent_path/msmserv/mpm

Specifies the mount point for file systems that CA CSM allocates and mounts. The mount point is the directory that CA CSM uses to mount the software catalog root application file system. You specify this path in the MountPath keyword of the options file.

Note: If you are an existing CA CSM customer and are upgrading, you do not need to create this path. The upgrade process reuses the previous version path by default.

/parent_path/msmserv/version_number

Specifies the parent directory for all version-specific data, when using the multiple file system structure.

Note: We recommend that you set up your USS file system using a multiple file system structure.

/parent_path/msmserv/version_number/msminstall

Specifies the directory for CA CSM installation data, including all downloaded and unpacked CA CSM files.

Space: 1000 cylinders (primary), 100 cylinders (secondary)

Note: This directory can be deleted after the installation is completed.

/parent_path/msmserv/version_number/msm

Specifies the directory for target USS files for CA CSM products. The content is managed through SMP/E.

Space: 750 cylinders (primary), 100 cylinders (secondary)

/parent_path/msmserv/version_number/msmruntime

Specifies the directory for CA CSM runtime files, that is, the directory that the running CA CSM application executes from. You specify this path in the RunTimeUSSPath keyword of the options file.

Space: 750 cylinders (primary), 100 cylinders (secondary)

Recommended Guidelines

We recommend that you use the following settings and adhere to the following guidelines:

Recommended Guidelines for New Installations

Note: If you are upgrading, skip this section and go to the next section.

Recommended Guidelines for Upgrade Installations

Note: If you are not upgrading, skip this section and go to the next section.

Additional Considerations:

If you are upgrading, you do not need to update the UNIX BPXPRMxx control member. In addition, do not change the MPM path after installing CA CSM. If you must change the MPM path, contact CA Support.

Starting with Release 5.1, CA CSM does not use the msmtmp directory. If you are not reusing the msmtmp file system from the previous release in the latest release, you can remove the auto-mount entry from the SYS1.PARMLIB(BPXPRMxx) member:

MOUNT FILESYSTEM('dsnpref.ZFS.MSMTMP')
      MOUNTPOINT('/parent_path/msmserv/msmtmp')
      TYPE(ZFS)  MODE(RDWR) PARM('AGGRGROW')

More Information:

For more information, see the Installation Guide.