How to tell if the currently installed CA CSM is using a single or multiple file system configuration.
Please go into omvs and issue these commands and send the output:
df -v /.../msm
df -v /.../msminstall
df -v /.../msmruntime
You may not have /.../msminstall. /.../ would be your current parent path.
If the result for each returns the same file system name then a single file system is being used, otherwise it is using a multiple file system configuration: Here an example of single file system configuration:
df -v /.../msm
Mounted on Filesystem Avail/Total Files Status
/usr/local/CA-MSM (SYS5.CAMSM.V51.ZFS) 668894/4320000 4294955763 Available
ZFS, Read/Write, Device:9, ACLS=Y
AGGRGROW
Filetag : T=off codeset=0
Aggregate Name : SYS5.CAMSM.V51.ZFS
df -v /.../msminstall
Mounted on Filesystem Avail/Total Files Status
/usr/local/CA-MSM (SYS5.CAMSM.V51.ZFS) 668894/4320000 4294955763 Available
ZFS, Read/Write, Device:9, ACLS=Y
AGGRGROW
Filetag : T=off codeset=0
Aggregate Name : SYS5.CAMSM.V51.ZFS
df -v /.../msmruntime
Mounted on Filesystem Avail/Total Files Status
/usr/local/CA-MSM (SYS5.CAMSM.V51.ZFS) 668894/4320000 4294955763 Available
ZFS, Read/Write, Device:9, ACLS=Y
AGGRGROW
Filetag : T=off codeset=0
Aggregate Name : SYS5.CAMSM.V51.ZFS