Description:
Document provides a workaround to issue of there being insufficient space in /tmp during IDM installation on Solaris.
Solution:
The /tmp folder is used by the Install Anywhere IDM installer to place several temporary IDM files during installation. Install Anywhere (the Software used to build the IM installer) uses an environment variable called IATEMPDIR to assign the location of a temp directory for use during installation.
If neither the /tmp or /home/username directories have sufficient free space for the required operations, the installation process will fail.
If you have access to another drive or partition with more free space, you can set a new temp directory using the following two commands:
setenv IATEMPDIR /pathname (for Unix) where pathname represents a writable directory with more free space available than the two default directories.
As a general rule, the space requirement is about 3 times the size of the .exe files.
It is important to ensure that the IATEMPDIR variable is set in the parent shell of the IM installer.
Steps: