Operating System - HP-UX
1833758 Members
2452 Online
110063 Solutions
New Discussion

Oracle 9.2 Install on Hp-Ux 11.11

 
Sam Waran
Occasional Advisor

Oracle 9.2 Install on Hp-Ux 11.11

My 4 Oracle install disks were ftp to /samdir/oracle. runInstaller is in disk1. Java1.4 is in /opt/java1.4/jre. When I run runInstaller I get this message: The Java RunTime Environment was not found at /tmp/OraInstall2004-06-16_04-24-14PM. Hence Oracle Universal Installer cannot be run. .....: No such file or directory. I am logged in as user "oracle" My Home is /samdir/oracle. Shell is /usr/bin/sh. I am new to Unix. Please advice. Thanks.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Oracle 9.2 Install on Hp-Ux 11.11

Oracle requires an X windows interface to install.

You also need to have java run time installed in advance.
http://www.hp.com/go/java


# general install help.
swinstall -s /full_path_of_depot \*

You do have a CDE X environment on your box which should be used for the installation.

The oracle installation guide that came with the software includes an elaborate step by step process to prepare your machine for installation. There are patches, kernel modidifications required that are too numerous to list here.

You need to find that guide and follow it carefully. Then your install will work.

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
Steven E. Protter
Exalted Contributor

Re: Oracle 9.2 Install on Hp-Ux 11.11

HP-UX patch levels from metalink(patch numbers always out of date)

HP-UX 11.11

===========

6. C++ runtime libs

Current Revision of Patch:

PHSS_26946 - s700_800 11.11 HP aC++ -AA runtime libraries (aCC A.03.37)

Patch in latest Support Plus Patch Bundle? Yes, as PHSS_22898.

5. asyncio driver patch

- slow database startup with large SGAs

Current Revision of Patch:

PHKL_25506 - s700_800 11.11 asyncio driver patch

Patch in latest Support Plus Patch Bundle? Yes, as PHKL_25506.

4. ONC/NFS General Release/Performance Patch

Current Revision of Patch:

PHNE_26388 - s700_800 11.11 ONC/NFS General Release/Performance Patch

Patch in latest Support Plus Patch Bundle? Yes, as PHNE_26388.

3. ld and linker tools cumulative patch

Current Revision of Patch:

PHSS_26560 - s700_800 11.11 ld(1) and linker tools cumulative patch

Patch in latest Support Plus Patch Bundle? No.

2. libc cumulative patch

Current Revision of Patch:

PHCO_27740 :s700_800 11.11 libc cumulative patch

Patch in latest Support Plus Patch Bundle? Yes, as PHCO_25452.

1. libc cumulative header file patch

Current Revision of Patch:

PHCO_24402 :s700_800 11.11 libc cumulative header file patch

Patch in latest Support Plus Patch Bundle? Yes, as PHCO_24402.

Other links:
http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=169706.1

http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=146711.1

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
Michael Tully
Honored Contributor

Re: Oracle 9.2 Install on Hp-Ux 11.11

Here are some more pre-reqs

Create UNIX user:
oracle (set the umask parameter to 022 for the oracle user)

Create UNIX group:

dba (For HP users, the dba group must be granted the HP system privileges RTSCHED, RTPRIO and MLOCK.)
oper

make oracle a member of dba group

HP JDK 1.3.1.02
HP ANSI C compiler release B.11.01.25171, PHSS_25171, PHSS_25249

Create Symbolic links:

Due to a known bug the operating system requires a few X library symbolic links. These links must be created
manually before starting Oracle9i installation.
To create these links, you must have superuser privileges, as the
links are to be created in the /usr/lib directory. After enabling
superuser privileges, run the following commands to create the
required links:
$ cd /usr/lib
$ ln -s /usr/lib/libX11.3 libX11.sl
$ ln -s /usr/lib/libXIE.2 libXIE.sl
$ ln -s /usr/lib/libXext.3 libXext.sl
$ ln -s /usr/lib/libXhp11.3 libXhp11.sl
$ ln -s /usr/lib/libXi.3 libXi.sl
$ ln -s /usr/lib/libXm.4 libXm.sl
$ ln -s /usr/lib/libXp.2 libXp.sl
$ ln -s /usr/lib/libXt.3 libXt.sl
$ ln -s /usr/lib/libXtst.2 libXtst.sl

Anyone for a Mutiny ?
Sam Waran
Occasional Advisor

Re: Oracle 9.2 Install on Hp-Ux 11.11

My problems went away when I mounted CD rom drive, copied all the folders to a local drive and then installed my Oracle from there. For some reasons FTP did not work even in bit format.