Operating System - HP-UX
1752522 Members
5206 Online
108788 Solutions
New Discussion юеВ

Re: oracle 9i installation problem

 
SOLVED
Go to solution
attilio_1
Frequent Advisor

Re: oracle 9i installation problem

Hello Mustafa

the analisys log is:

======= 06/06/06 18:14:53 MDT BEGIN install AGENT SESSION (pid=18594)

* Agent session started for user "root@itacna01". (pid=18594)
* Beginning Analysis Phase.
* Source: it:/tmp/patch_depot
* Target:it:/
* Target logfile: it:/var/adm/sw/swagent.log
* Reading source for product information.
* Reading source for file information.
NOTE: The patch fileset "PHSS_22868.ACXX-STDLIB,r=1.0" may only be
installed upon a previously installed base fileset. The specification for this base fileset is "ACXX.ACXX-STDLIB,fr=C.03.27,v=HP". Since there is no fileset on the target or selected from the source which matches this specification, fileset "PHSS_22868.ACXX-STDLIB,r=1.0" will be
excluded.
* Executing preDSA command.
* Summary of Analysis Phase:
* 1 of 1 filesets will be Skipped.
* The Analysis Phase succeeded.

Another question: I have tried to run installer but it don't find jre :
"The Java RunTime Environment was not found at bin/java. Hence, the Oracle Universal Installer cannot be run."

but If i do: which java I find /usr/bin/java
what can I do ?

Thanks
Dartan
Mustafa Gulercan
Respected Contributor

Re: oracle 9i installation problem

Seems you do not have the aC++ compiler installed at least not the correct version.
have you installed gcc?
If you don't (or didn't) have the ac++ compiler installed,you don't need that patch.

you can check Java Runtime Environment as following;

#swlist -l fileset|grep -i "Java Runtime"
attilio_1
Frequent Advisor

Re: oracle 9i installation problem

Hello

if I do swlist -l fileset|grep -i "JRE"
I find
CMDVIEWSVR.SVREVENTLIB A.1.07.00 server JRE event lib
HPOVLIC.HPOVLICJ 1.4.0.0 JRE 1.4 for HP-UX
# HPOVSAMJR 1.4.1.3 hp OpenView storage area manager embedded JRE
HPOVSAMJR.HPOVSAMJR 1.4.1.3 hp OpenView storage area manager embedded JRE
# Jre13 1.3.1.08.00 Java2 1.3 RTE 1.3
Jre13.JRE13-COM 1.3.1.08.00 Java2 1.3 RTE common files
Jre13.JRE13-COM-DOC 1.3.1.08.00 Java2 1.3 RTE documentation and distribution license
Jre13.JRE13-PA11 1.3.1.08.00 Java2 1.3 RTE PA-RISC 1.1 files
Jre13.JRE13-PA11-CL 1.3.1.08.00 Java2 1.3 RTE PA-RISC 1.1 Classic VM
Jre13.JRE13-PA11-HS 1.3.1.08.00 Java2 1.3 RTE PA-RISC 1.1 HotSpot VM Jre13.JRE13-PA20 1.3.1.08.00 Java2 1.3 RTE PA-RISC 2.0 files Jre13.JRE13-PA20-CL 1.3.1.08.00 Java2 1.3 RTE PA-RISC 2.0 Classic VM Jre13.JRE13-PA20-HS 1.3.1.08.00 Java2 1.3 RTE PA-RISC 2.0 HotSpot VM

I have set some variable ?
If I make dbassist, that I think need jre, to install a instance of the previous oracle 8 it run.

Dartan
Mustafa Gulercan
Respected Contributor

Re: oracle 9i installation problem

Oracle9i already will install JRE 1.1.8.06 for HP-UX 11.0
The following patches recommended for JRE:
PHCO_23792
PHCO_24148
PHKL_25475
PHNE_23456
PHNE_24034
PHSS_24303


keep going..

mustafa


attilio_1
Frequent Advisor

Re: oracle 9i installation problem

Hello mustafa

some patch was installed or superseded by other, and I have installed two patch, PHNE_33395 and PHNE_31096, that supersed the reccomanded

PHCO_23792 superseded
PHCO_24148 superseded
PHKL_25475 installed the PHKL_33268
PHNE_23456 installed the PHNE_33395
PHNE_24034 installed the PHNE_31096
PHSS_24303 superseded

but at run the installer don't recognize the path od jre:

/SD_CDROM/DISK1/INSTALL/HPUNIX $ ./"RUNINSTA;1"
The Java RunTime Environment was not found at bin/java. Hence, the Oracle Universal Installer cannot be run.

Bye
Dartan
Mustafa Gulercan
Respected Contributor

Re: oracle 9i installation problem

i think you have not used the right mounting options;
try ;
#usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/cxtxdx /cdrom

That works for oracle. Adjust the device and folder you mount for your system
attilio_1
Frequent Advisor

Re: oracle 9i installation problem

Hello,

I have tried
usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /SD_CDROM
but don't recognize the option rr
"illegal file system specific option rr"

perhaps are need the patch
PHKL_26448, PHCO_26449, PHKL_26450
that I am downloading.
But with
mount -F cdfs -o cdcase /dev/dsk/c3t2d0 /SD_CDROM
it has all low character but are cut to the first 8. (runinst instead of
If I run /SD_CDROM/disk1/install/hpunix/runinst
the message say:
The Java RunTime Environment was not found at /tmp/OraInstall2006-06-07_12-30-55PM/jre/bin/java.
but the oracle installer don't install Java RunTime?
Please what I have to do ?
Thanks
Dartan
Frank de Vries
Respected Contributor

Re: oracle 9i installation problem

Hi

Incidently
When it concerns Oracle cd's for hpux I never do bother with hp generic mount command.

The reason for that is that Oracle uses
rockridge format for the cd and that
is not well supported by hp generic mount command:

download the soft and install:
and run like this:
/usr/sbin/pfs_mountd &
sleep 4
/usr/sbin/pfsd &

And then create a file in /etc
more /etc/pfs_fstab
/dev/dsk/c0t1d0 /CDROM pfs-rrip xlat=unix 0 0
[root@orasrv2:]/sbin/init.d<>>>

Then mount your cd with
pfs_mount /CDROM

Look before you leap
attilio_1
Frequent Advisor

Re: oracle 9i installation problem

Hello
I have installed the patch required for the command usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /SD_CDROM
PHKL_26448 installed the new PHK_28060
PHCO_26449
PHKL_26450
and the mount work, but I see only capital letter like RUNINSTA;1

I have try also with :
nohup pfs_mountd &
nohup pfsd &
pfs_mount /dev/dsk/c3t2d0 /SD_CDROM

but is the same.
with: mount -F cdfs -o cdcase /dev/dsk/c3t2d0 /SD_CDROM
are only lower character and are truncated.

Which are the right options to see the correct path and character for oracle CD ?
Thanks
Dartan


Mustafa Gulercan
Respected Contributor

Re: oracle 9i installation problem

hi;
install the Rockridge patches

PHKL_25620 - s700_800 11.11 Rock Ridge extension for ISO-9660
PHCO_25841 - s700_800 11.11 Add Rock Ridge extension to mount_cdfs(1M)

Then do a
# mount -F cdfs -o rr /dev/dsk/cxtydz /cdrom