I am getting a Validate System ZD00 failed and messages below: ZD00:/appl/coz/samples: > bpxmtext 055B005C BPXFSMNT 06/23/16 JRMountPt: A problem was found with the mount point specified The MSMTC shows the file system that failed to mount was: BPXF274I FILE SYSTEM SUPT.OMVS.ZD00.APPL.CACSM.CASC1 FAILED TO MOUNT RETURN CODE = 00000079, REASON CODE = 055B005C The return code: 0079 is EINVAL. The Reason Code: 055B005C indicates that for return code EIVAL indicates that the file system may already be mounted. To check, I issued the following command: df -Pkv | grep /pathname/.../filesystem/name/from/msmtc/ Indeed the file system was already mounted: For example: df -Pkv | /appl/cacsm/u/users/msmserv/mpm/scroot/DatabaseM/cars ZD00:/appl/coz/samples: > df -Pkv | grep /appl/cacsm/u/users/msmserv/mpm/scroot/DatabaseM/cars SUPT.OMVS.ZD00.APPL.CACSM.CASC170 5040 3841 1199 77% /appl/cacsm/u/users/msmserv/mpm/scroot/DatabaseM/cars Once I have determined which is the correct filesystem to keep, how do I delete the other filesystem that I do not want mounted? |