Operating System - HP-UX
1753315 Members
5403 Online
108792 Solutions
New Discussion юеВ

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

 
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

I get some patches but got some trouble when install

ERROR: "cardpro:/tmp/patches/PHKL_35900": An I/O error occurred
while performing this task.
* Source connection failed for
"cardpro:/tmp/patches/PHKL_35900".


# pwd
/tmp/patches
# ll
total 16944
-rw-r----- 1 root users 642080 Feb 23 09:24 PHKL_35900
-rw-r--r-- 1 root users 450560 Feb 21 2007 PHKL_35900.depot
-rw-r--r-- 1 root users 5254 Mar 20 2007 PHKL_35900.text
Horia Chirculescu
Honored Contributor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

How did you installed the patch?

You should run

swinstall -x autoreboot=true -x patch_match_target=true -s /tmp/patches/PHKL_35900.depot

Horia.

Best regards from Romania,
Horia.
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Hi,

After I Execute command from u .. the messages still cannot continue swinstall task..

match_target=true -s /tmp/patches/PHKL_35900.depot <

======= 02/23/10 17:30:31 TST BEGIN swinstall SESSION
(non-interactive) (jobid=cardpro-0027)

* Session started for user "root@cardpro".

* Beginning Selection
* Target connection succeeded for "cardpro:/".
NOTE: The patch match operation did not select patches for software
on target host "cardpro". Patches in the source depot might
already be on the target, or might be superseded by patches on
the target, or might not apply to software on the target.
NOTE: Cannot continue the "swinstall" task.

======= 02/23/10 17:30:32 TST END swinstall SESSION (non-interactive)
(jobid=cardpro-0027)


but the patch still not installed on my hp ux 11.31..
Horia Chirculescu
Honored Contributor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

>Patches in the source depot might
already be on the target, or might be superseded by patches on
the target, or might not apply to software on the target

It means that you already have the patch installed (or another patch that supersedes this patch)

Horia.
Best regards from Romania,
Horia.
John Brooks_1
Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Fandi,

I just installed 10.2.0.1 on an Itanium machine. I only had to use the runInstaller -ignoreSysPrereqs (note that the parameter is case sensitive). My install binaries were the latest from Oracle. You need 400MB of free space in /tmp.

I created to directories Disk1 and Disk2 when I unzip the install media, but I found a note saying to create only one directory for both zipped images. Maybe worth a try.

Your missing files, so make sure you have enough free disk space and you have a clean set of install binaires.
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

well, I still can not take the point of you, I've done the following command:

# swlist-l product | grep PHKL_35900
#

but no clue that says that the patches are already installed. even if I do pencaringan with command

# swlist-l product | more
I do not find these patches are installed properly on HP UX.

I run the installation by using the user oracle "Fandi" as root, not in the oracle user. Then I run

# su - oralce
$. / runInstaller-ignoreSysPrereqs

I think I made a mistake not login as user oracle.

Because if I run SSH Xstart using oracle user it will perform a permissions error and I do not understand, or at the time Xstart can not display X windows I wanted.

However, I will keep trying to solve this problem. thank you for the friend who had given the experience that the oracle 10g can be installed on HP UX 11:31.

I am a beginner in the HP-UX, and this is my first assignment.
John Brooks_1
Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Fandi,
When you get 10.2.0.1 installed, you need to patch to 10.2.0.4. You should then look at installing the Patch Set Update (10.2.0.4.3), this will require you to update opatch. We are using Exceed to connect to the servers.
Fandi Kurnia
Frequent Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

thank john..

but oracle 10.2.0.1 or later. didn't installed on my HP UX. I have trouble in first installation.

I cannot using GUI for installation oracle.

Steven E. Protter
Exalted Contributor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

Shalom Fandi,

Checking operating system version: must be B.11.23. Actual B.11.31
Failed <<<<

Apparently this release of Oracle is not certified on HP-UX 11.31. There is no way around that. You need either the correct OS or a certified version of Oracle. Check http://metalink.oracle.com

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
John Brooks_1
Advisor

Re: Install Oracle Version 10.2.0.1.0 on HP UX 11.31 using Xstart

I have 10g running on HP-UX 10.31 for Itanium. I found this note:
The Deployment Procedure checks for the Operating System version in the prereqs step and displays the following error:

Checking operating system version: must be B.11.23. Actual B.11.31

The 10.2.0.1 shiphome does not support the 11.31 Operating System version for HP. It only supports versions 11.11 and 11.23. Since the platform is certified post production, the user can ignore the step and continue.

(Bug 7109865)


So I am leaning to /tmp being out of space.

java.io.FileNotFoundException: /tmp/OraInstall2010-02-22_01-36-51PM/oui/instImages/images.properties (No such file or directory)

You can set the TMP or TMPDIR to a any directory that contains more disk free space. Make sure all the old install direcories in /tmp are removed.