Operating System - HP-UX
1752777 Members
6526 Online
108789 Solutions
New Discussion юеВ

Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

 
Suresh Varghese
Occasional Contributor

Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

Does the OUI use the JRE installed on the system OR it looks like it is using the JRE which comes with the Oralce 8.1.6 installation but it does not come up :

> ./runInstaller
Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.
0.1/1/DataFiles/Expanded/jre/hpunix/bin/jre. Please wait...
../stage/Components/oracle.swd.jre/1.1.8.0.1/1/DataFiles/Expanded/jre/hpunix/bin
/jre[43]: /local/oracle/install/../stage/Components/oracle.swd.jre/1.1.8.0.1/1/D
ataFiles/Expanded/jre/hpunix/bin/../bin/PA_RISC/native_threads/jre: not found

HP System Configuration :

HP OS : HP-UX B.11.00 E 9000/780 2014362159 8-user license

Patches : see attached file (installed all patches required)

/tmp space : # bdf /tmp
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol6 122880 10017 105867 9% /tmp

JAVA installed: # swlist | grep -i java
B5458DA C.01.18.04 HP-UX Runtime Environment for Jav
a*
B8110AA 1.2.2.04.01 Java 2 SDK for HP-UX (700/800), P
A1.1 + PA2.0 Add On
B8111AA 1.2.2.04.01 Java 2 RTE for HP-UX (700/800), P
A1.1 + PA2.0 Add On
B9788AA 1.3.0.00 Java 2 SDK 1.3 for HP-UX (700/800
), PA1.1 + PA2.0 Add On

Looks like the Oracle installer does not use the JRE installed on the system but uses the JRE which comes with the Oracle 8.1.6 installation :


Swap info : # swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 524288 0 524288 0% 0 - 1 /dev/vg00/lvol2
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol3
reserve - 110020 -110020
memory 1390824 204520 1186304 15%

Kernel parameters : > ipcs
s 18 0x521c5de1 --ra-ra-ra- root root
IPC status from /dev/kmem as of Mon Dec 18 13:45:28 2000
T ID KEY MODE OWNER GROUP
Message Queues:
q 0 0x3c240248 -Rrw--w--w- root root
q 1 0x3e240248 --rw-r--r-- root root
Shared Memory:
m 0 0x4124027a --rw-rw-rw- root root
m 1 0x4e100002 --rw-rw-rw- root root
m 2 0x411c3522 --rw-rw-rw- root root
m 3 0x00000000 --rw------- root root
m 6204 0x43242c4c --rw-rw-rw- daemon daemon
Semaphores:
s 0 0x4124027a --ra-ra-ra- root root
s 1 0x4e100002 --ra-ra-ra- root root
s 2 0x411c3522 --ra-ra-ra- root root
s 3 0x00446f6e --ra-r--r-- root root
s 4 0x00446f6d --ra-r--r-- root root
s 5 0x01090522 --ra-r--r-- root root
s 6 0x611c5de1 --ra-ra-ra- root root
s 7 0x731c5de1 --ra-ra-ra- root root
s 8 0x701c5de1 --ra-ra-ra- root root
s 9 0x691c5de1 --ra-ra-ra- root root
s 11 0x631c5de1 --ra-ra-ra- root root
s 12 0x641c5de1 --ra-ra-ra- root root
s 13 0x661c5de1 --ra-ra-ra- root root
s 14 0x6c1c5de1 --ra-ra-ra- root root
s 15 0x6d1c5de1 --ra-ra-ra- root root
s 16 0x6f1c5de1 --ra-ra-ra- root root
s 227 0x4c242c4c --ra-r--r-- daemon daemon


5 REPLIES 5
Anthony Goonetilleke
Esteemed Contributor

Re: Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

What I usually did was set the DISIPLAy to a PC running reflectionX and then ran the installer which seemed to work. But I know people have problems with it and reverted back to the text based installer.
Minimum effort maximum output!
Suresh Varghese
Occasional Contributor

Re: Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

How do I run the text-based installer. Actually I would much prefer to do the install through a script rather than through the Java OUI (Oracle Universal Installer).

Pl. can you point me to where I will be able to get information on the text-based installer ??

The Oracle Installation Guide does mention the -silent option on pg. 3-24. Is that the text-based option ???

$ ./runInstaller [-silent] -responsefile filename
Madhu Sudhan_1
Respected Contributor

Re: Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

looks to me like you are trying to install it on a workstation as your uname -a output shows it as series 700 workstation. I doubt you can install oracle server app on a workstation.

...Madhu
Think Positive
Suresh Varghese
Occasional Contributor

Re: Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

Did try this but it also fails with the same message :

./runInstaller -response svrtypical.rsp

Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.
0.1/1/DataFiles/Expanded/jre/hpunix/bin/jre. Please wait...
../stage/Components/oracle.swd.jre/1.1.8.0.1/1/DataFiles/Expanded/jre/hpunix/bin
/jre[43]: /local/oracle/install/../stage/Components/oracle.swd.jre/1.1.8.0.1/1/D
ataFiles/Expanded/jre/hpunix/bin/../bin/PA_RISC/native_threads/jre: not found
Alexander M. Ermes
Honored Contributor

Re: Problem invoking the Java OUI (Oracle Universal Installer for Oracle 8.1.6) on HPUX 11.0

Hi there.
Your installer is looking in the wrong JRE
directory. Uninstall the complete software.
Then go for the silent option. This is the install procedure, if you do not have a X-terminal available. But be aware, that you can check the install only with the logfile.
Try to follow the logfile with the tail -f option.
Hope i could help you.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"