webMethods 10.15 integration server installation on Linux Red Hat

Hi Holger,

The default umask is 0022 and tmp folder is empty.

I’m able to resolve the issue by changing the tmp directory location as suggested in SAG like below:

“If your temporary directory contains thousands of files, the startup process might take one minute or longer. The installer will display Initializing system resources during this time. If you want to speed up this process, delete the files in your temporary folder.
To change the temporary directory for Software AG Installer and the bin file extract location, set the following environment variable before running the bin file:
TMPDIR=“any temporary-directory”
export TMPDIR”

1 Like