Operating System - HP-UX
1753549 Members
5376 Online
108795 Solutions
New Discussion юеВ

Install Oracle 10.2 on hpu 11.11

 
ashanabey
Advisor

Install Oracle 10.2 on hpu 11.11

Hi all,

I am try to install oracle 10.2 on hpux 11.11 and I am getting below message looking for /tmp space. In my system I have 1.5G free.

any one has come cross this kind issue before

Thanks!
Ashan

#ll -ld /tmp
drwxrwxrwx 5 bin bin 8192 Aug 24 10:41 /tmp

#bdf /tmp
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol4 1638400 2984 1622960 0% /tmp



abc:/orahome/oratdata/disk1 #./runInstaller
Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be B.11.23 or B.11.11. Actual B.11.11
Passed


All installer requirements met.


Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-24_10-41-08AM. Please wait ...
Error in writing to directory /tmp/OraInstall2009-08-24_10-41-08AM. Please ensure that this directory is w ritable and has atleast 69 MB of disk space. Installation cannot continue.
: Error 0
legend the heart and lend the hand
6 REPLIES 6
Danny Petterson - DK
Trusted Contributor

Re: Install Oracle 10.2 on hpu 11.11

Hi!

A stupid question, sorry - are you running the installer as root or as the oracle-user?

Greetings
Dany
Steven E. Protter
Exalted Contributor

Re: Install Oracle 10.2 on hpu 11.11

Shalom,

The /tmp directory needs more disk space.

There is a variable you can set in the oracle install script that will redirect the Oracle /tmp directory to another location with more space.

That is what I recommend.

Another problem:
Checking operating system version: must be B.11.23 or B.11.11. Actual B.11.11
Passed

I do not believe this version of Oracle is certified on 11.11. That if true is a show stopper.

Check with http://metalink.oracle.com for further details.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
TTr
Honored Contributor

Re: Install Oracle 10.2 on hpu 11.11

> In my system I have 1.5G free

But how much does /tmp has free and what are its permission settings

bdf /tmp
ll -d /tmp
TTr
Honored Contributor

Re: Install Oracle 10.2 on hpu 11.11

Sorry, you already provided all the details. Ignore my previous posting.
John Brooks_1
Advisor

Re: Install Oracle 10.2 on hpu 11.11

From my experience it is the lack of free space in /tmp. Each time you run the Oracle installer it will create a directory in /tmp. If you have tried to restart the installer many times, you will have a directory for each attempt. Start with clearing these directories.

rm -rf OraInstall2009* would be a good start.

You need to make sure you have atleast 69MB of free space in /tmp.
Wim Rombauts
Honored Contributor

Re: Install Oracle 10.2 on hpu 11.11

If I am not mistaken, the bdf output shows that /tmp is almost empty and thus has 1.5GB free space.
So unless I overlooked something, space is not the problem here.

As the user who is trying to install the oracle software, can you do :

mkdir /tmp/OraInstall2009-08-24_10-41-08AM
cd /tmp/OraInstall2009-08-24_10-41-08AM
touch xx
rm xx

Just to make sure you can effectively write to this location.