The MTC-DBM UI interface has created a multitude of tomcat temporary zFS files under the LPAR's /SYSTEM/tmp directory. Can these be deleted to free space?
Release : 20.0
Component : MTC-DBM
The MTCDBM UI tomcat incorrectly creates these temp files under the /SYSTEM/tmp directory instead of the MTCDBM Home directory.
These temp tomcat ZFS files can all be deleted except for the most recent one, and then this one can be deleted after the MTCDBM UI stc is stopped. In the interim of this condition being corrected via a code fix, a new IJO statement can be added to the MTCDBM Config member that will correctly write these temp tomcat ZFS files to the MTCDBM UI Home directory instead of the SYSTEM/tmp directory.
IJO="$IJO -Dserver.tomcat.basedir=tomcat"
NOTE:
The need for the above prescribed IJO addition will not be necessary after the correction is made permanently to the MTCDBM UI started task via a forthcoming code fix.