Oracle 9i installation problem on HP urgent [message #175705] |
Mon, 05 June 2006 00:47 |
703009827
Messages: 10 Registered: June 2006
|
Junior Member |
|
|
Hi,
I am installing oracle 9.2.0.1 64bit on HP UNIX 11.00 9000/800 series...
In the server already 8 versions databases are runinng.
I am trying to install 9i on different mount...
I set tmp directory as different mount mount beconz my /tmp having 112MB size
after seting the ORACLE_HOME,ORACLE_BASE,TMP environments
i ran the ./runInstaller from DISK1/install/hpuunix
i am getting the following error
Error writing to directory /uasng003/u04/ORACLE/p201p/OraInstall112006-06-03_02-10-49am
Please ensure that this directory is writable and has atlease 55MB of disk space.Installation cannot continue
No Such file ot directory
The the mount has enough space still i am getting the above error.
Please help me..
thanks,
Siva
[Updated on: Mon, 05 June 2006 01:48] Report message to a moderator
|
|
|
|
Re: Oracle 9i installation problem on HP urgent [message #175886 is a reply to message #175801] |
Mon, 05 June 2006 19:49 |
703009827
Messages: 10 Registered: June 2006
|
Junior Member |
|
|
Thanks for response..
$ls -ld /uasng003/u04/ORACLE/p201p/
drwxr-xr-x 3 oracle dba 96 Jun 3 02:10 /uasng003/u04/ORACLE/p201p/
$cd /uasng003/u04/ORACLE/p201p/
$ll
total 0
drwxr-xr-x 4 oracle dba 96 Jun 3 02:10 OraInstall2006-06-03_02-10-49AM
$ls -ld /uasng003/u04
drwxr-xr-x 4 root root 96 Apr 12 2004 /uasng003/u04
$ls -ld /uasng003/u04/ORACLE
drwxr-xr-x 6 oracle dba 1024 Oct 4 2004 /uasng003/u04/ORACLE
$ls -ld /uasng003/u04/ORACLE/p201p
drwxr-xr-x 3 oracle dba 96 Jun 3 02:10 /uasng003/u04/ORACLE/p201p
I have set TMP like below before starting installation
export TMP=/uasng003/u04/ORACLE/p201p/
thanks,Siva
|
|
|
|
|
Re: Oracle 9i installation problem on HP urgent [message #176598 is a reply to message #175705] |
Thu, 08 June 2006 19:56 |
703009827
Messages: 10 Registered: June 2006
|
Junior Member |
|
|
Hi,
I have resolved the issue my self.I am running installer on oracle user only.
the problem with
Initializing Java Virtual Machine from /temp/OraInstall2006-06-06_06-12-16PM/jre/bin/java. Please wait.
Exception in thread "main"java.lang.UnsatisfiedLinkError: /temp/OraInstall2006-06-06_06-12-16PM/jre/lib/PA_RISC2.0/libmat.sl:
No such file or directory
As per docs I have created the following symbolic link
disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/libmawt.sl
To
disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/motif21/libmawt.sl
If I create the above link and run the installer then I am getting error like /tmp need 55MB free space.
I found that "disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/libmawt.sl" file size is Zero Bytes.I have removed the link and I copied the libmawt.sl file from the original location.
Then the installation went well.
Thanks for your support
Siva
|
|
|