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.
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.
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.
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.
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.
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)
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:
/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.
Recommended Guidelines for New Installations
Note: If you are upgrading, skip this section and go to the next section.
Total primary: 2500 cylinders
MOUNT FILESYSTEM('dsnpref.release_number.ZFS.MSM')
MOUNTPOINT('/parent_path/msmserv/release_number/msm')
TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW')
MOUNT FILESYSTEM('dsnpref.release_number.ZFS.MSMINST')
MOUNTPOINT('/parent_path/msmserv/release_number/msminstall')
TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW')
MOUNT FILESYSTEM('dsnpref.release_number.ZFS.MSMRUN')
MOUNTPOINT('/parent_path/msmserv/release_number/msmruntime')
TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW')
Recommended Guidelines for Upgrade Installations
Note: If you are not upgrading, skip this section and go to the next section.
Total primary: 2500 cylinders
For example:
//S010 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
DEFINE CLUSTER (NAME(dsnpref.release_number.ZFS.MSM) -
VOLUMES(??????) -
LINEAR -
CYL(750 100) -
SHAREOPTIONS(3))
/*
//S020 EXEC PGM=IOEAGFMT,REGION=0M,COND=(0,LT),
// PARM=('-aggregate dsnpref.release_number.ZFS.MSM -compat')
//SYSPRINT DD SYSOUT=*
//S030 EXEC PGM=IKJEFT01,COND=(0,LT)
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
MOUNT FILESYSTEM(' dsnpref.release_number.ZFS.MSM') -
MOUNTPOINT(' /u/users/msmserv/release_number/msm') -
TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW')
/*
Note: dsnpref is the high-level qualifier of your z/OS data set name for this file system.
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.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|