Attempting to apply the latest maintenance to COMMON SERVICES. Received the following three (3) SMP/e error messages. Need direction as I am not sure how to address.
The USS filesystem that is associated with the Event Management component (FMID: CD5IB30) is not mounted to the directory identified in the SMP ALLOCATION REPORT for DDDEF NSMBASE. The other potential problem is that the filesystem is not mounted read/write.
If the filesystem is not mounted, then once you identify the data set name that was allocated for the Event Management "RO" filesystem, mount the filesystem by using the ISHell ISPF dialogs, or enter the following command from the TSO command line.
===> MOUNT FILESYSTEM('yourHLQ.RO.CD5IZFS') TYPE(ZFS) MODE(RDWR) PARM('AGGRGROW') MOUNTPOINT('your/install/directory')
If the filesystem is already mounted read-only, perform an unmount of the filesystem and remount using the above command.
Note: The installation jobs to allocate and mount the Event Management filesystems can be found in SAMPJCL members D5I1ALLU and D5I2MKD.