runInstaller fails to find temp space
louro01Oct 27 2008 — edited Oct 28 2008I am installing Oracle 11.1.0 on my HPUX 11.31 Itanium system. I have followed all of the preinstallation tasks and have downloaded the software.
I have logged into the oracle account, and have cd's to the directory that contains my expanded oracle installation kit. I have defined my DISPLAY for the GUI, and have TMPDIR and TEMP set to /tmp, which has almost 1GB of free space. The directory containing the oracle installation kit is owned by the oracle user account.
When I invoke ./runInstaller, I receive the following text:
Error in GetCurrentDir(): 2
Error in GetCurrentDir(): 2
Error in GetCurrentDir(): 2
Starting Oracle Universal Installer…
Error Returned::: No such file or directory
Checking temp space: 0 MB available, 415 MB required. Failed <<<<
Checking swap space: must be greater than 150 MB. Actual 8192 MB. Passed
Checking monitor: must be configured to display at least 256 colors. Actual 256. Passed
Some requirement checks failed. You must fulfill these requirements before continuing with the installation, at which time they will be rechecked.
I found out that the GetCurrentDir() is a binary function in the install/.oui application. Where is the installation when the GetCurrentDir() function is called? Why is the installing indicating that there is 0 MB available for temp space when I know that I have pleny of available temp space? Has anyone seen something like this. I'm stumped!
Regards, Rob