Install fails due to security restrictions in the /tmp directory on Linux

  • KM03685662
  • 21-Jul-2020
  • 21-Jul-2020

Archived Content: This information is no longer maintained and is provided "as is" for your convenience.

Summary

Installation fails due to the restrictions assigned to the /tmp directory on Linux platform.

Error

Installation fails due to the restrictions assigned to the /tmp directory on Linux platform.

Cause

If the /tmp directory has security restrictions that prevent script execution from it, the installation will fail.

Fix

Set a new /tmp directory not affected by these restrictions, by running the following commands:
export IATEMPDIR=/new/tmp
export _JAVA_OPTIONS=-Djava.io.tmpdir=/new/tmp
where /new/tmp is the new working directory.