Hello,
We are trying to install ALM12.2 on a ALM Red Hat 6.4 VM , whene we launching the binary "ALM_installer.bin" we have the following error:
[root@VM__Linux]# ./ALM_installer.bin Preparing to install... WARNING: /tmp does not have enough disk space! Attempting to use /root for install base and tmp dir. WARNING! The amount of /root disk space required to perform this installation is greater than what is available. Please free up at least 555961 kilobytes in /root and attempt this installation again. You may also set the IATEMPDIR environment variable to a directory on a disk partition with enough free disk space. To set the variable enter one of the following commands at the UNIX command line prompt before running this installer again: - for Bourne shell (sh), ksh, bash and zsh: $ IATEMPDIR=/your/free/space/directory $ export IATEMPDIR - for C shell (csh) and tcsh: $ setenv IATEMPDIR /your/free/space/directory [root@VM__Linux]#
We set the IATEMPDIR environment ariable to a / and we have the same error :
[root@VM_ ALM_Linux]# IATEMDIR=/ [root@VM_ ALM_Linux]# export IATEMDIR [root@VM_ ALM_Linux]# ./ALM_installer.bin Preparing to install... WARNING: /tmp does not have enough disk space! Attempting to use /root for install base and tmp dir. WARNING! The amount of /root disk space required to perform this installation is greater than what is available. Please free up at least 555993 kilobytes in /root and attempt this installation again. You may also set the IATEMPDIR environment variable to a directory on a disk partition with enough free disk space. To set the variable enter one of the following commands at the UNIX command line prompt before running this installer again: - for Bourne shell (sh), ksh, bash and zsh: $ IATEMPDIR=/your/free/space/directory $ export IATEMPDIR - for C shell (csh) and tcsh: $ setenv IATEMPDIR /your/free/space/directory [root@VM_ ALM_Linux]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/rootvg-root_lv 3.0G 283M 2.6G 10% / tmpfs 1004M 0 1004M 0% /dev/shm /dev/sda1 248M 33M 203M 14% /boot /dev/mapper/rootvg-home_lv 1008M 1008M 0 100% /home /dev/mapper/infravg-images_lv 4.0G 3.4G 357M 91% /images /dev/mapper/rootvg-opt_lv 504M 17M 462M 4% /opt /dev/mapper/rootvg-system_lv 124M 13M 105M 11% /system /dev/mapper/rootvg-tmp_lv 1008M 34M 924M 4% /tmp /dev/mapper/rootvg-usr_lv 4.0G 3.7G 88M 98% /usr /dev/mapper/rootvg-var_lv 1008M 76M 881M 8% /var [root@VM_ ALM_Linux]#
Can you help me ? Thanks in advance.