ZWESLSTC fails to start with the following error:
Zowe components require the use of temporary files, typically written to the global /tmp directory. If the service user (e.g., ZWESVUSR) lacks sufficient RWX permissions or if the /tmp directory is missing the sticky bit, the application cannot manage files correctly. The sticky bit is essential in shared directories like /tmp to ensure only file owners can rename or delete their own files.
FSUMF315 failure.Ensure the temporary directory used by Zowe is correctly configured:
/tmp directory permissions using: ls -ldL /tmp1777: chmod 1777 /tmp/tmp, configure Zowe to use a dedicated directory:/var/zowe/tmp).chmod 1777 /var/zowe/tmp.zowe.yaml configuration to point to this new location. More info here.