cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle 10g upgrade from 10.2.0.2 to 10.2.0.4.. Screen is not Coming....

Former Member
0 Kudos

Hi All,

I am facing one silly problem but not able to solve it.

I am doing Oracle patch upgrade 10.2.0.2 to 10.2.0.4 over HP-UX (IA64).I am using xmanager to do all installation activities over Server.after setting DISPLAY variable (setenv DISPLAY=10.11.0.251:0.0).

commands as a preparation to upgrade Oracle: ./runInstaller

Now, The Problem is that, i have started the ./RUNINSTALLER...but its not giving OUI screen since long time. "All Installer Requirements met" message is there while starting RUNINSTALLER .. . Its only showing "Preparing to launch Oracle Universal Installer from /tmp/OraInstall.....'Please wait....

But, the screen is not coming up.

I am getting below error...

____________________________________________________________________________________

mumecc01:oraeq1 22> pwd

/sapcd/ora/Disk1

mumecc01:oraeq1 23> setenv DISPLAY 10.11.0.251:0.0

mumecc01:oraeq1 24> echo $DISPLAY

10.11.0.251:0.0

mumecc01:oraeq1 25> xclock

Error: Can't open display: 10.11.0.251:0.0

mumecc01:oraeq1 26> echo $SHELL

/bin/csh

mumecc01:oraeq1 26> pwd

/sapcd/ora/Disk1

mumecc01:oraeq1 27> ./runInstaller

Starting Oracle Universal Installer...

Checking installer requirements...

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

Passed

Checking swap space: must be greater than 250 MB. Actual 30105 MB Passed

Checking Temp space: must be greater than 250 MB. Actual 2975 MB Passed

All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-09_05 -17-18PM. Please wait ...mumecc01:oraeq1 27> Oracle Universal Installer, Version 10.2.0.4.0 Production

Copyright (C) 1999, 2008, Oracle. All rights reserved.

Can't connect to X11 window server using '10.11.0.251:0.0' as the value of the DISPLAY variable.

10.11.0.251:0.0

10.11.0.251:0.0

OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '10.11.0.251:0.0' as the value of the DISPLAY variable. The DISPLAY environment variable should be set to <hostname or IP address>:<screen>, where the <screen> is usually '0.0'.

OUI-10026:Depending on the Unix Shell, you can use one of the following commands as examples to set the DISPLAY environment variable:

- For csh: % setenv DISPLAY 192.168.1.128:0.0

- For sh, ksh and bash: $ DISPLAY=192.168.1.128:0.0; export DISPLAY

Use the following command to see what shell is being used:

echo $SHELL

Use the following command to view the current DISPLAY environment variable setting:

echo $DISPLAY

- Make sure that client users are authorized to connect to the X Server.

OUI-10027:To enable client users to access the X Server, open an xterm, dtterm or xconsole as the user that started the session and type the following command:

% xhost +

To test that the DISPLAY environment variable is set correctly, run a X11 based program that comes with the native operating system such as 'xclock':

% <full path to xclock... see below>

If you are not able to run xclock successfully, please refer to your PC-X Server or OS vendor for further assistance.

Typical path for 'xclock': '/usr/bin/X11/xclock'

_____________________________________________________________________________________

mumecc01:oraeq1 10> pwd

/usr/bin/X11

mumecc01:oraeq1 11> xclock

Error: Can't open display: 10.11.0.251:0.0

mumecc01:oraeq1 12> xhost +

xhost: unable to open display "10.11.0.251:0.0"

mumecc01:oraeq1 13> echo $SHELL

/bin/csh

Please help me...

Regards,

Edited by: Suresh Kalagarla on Jun 10, 2009 4:37 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Guru's

Can any body let me know the workaround involved to get the screen of the oracle installer

Thanks in advance

Mohammed

markus_doehr2
Active Contributor
0 Kudos

> Can any body let me know the workaround involved to get the screen of the oracle installer

read the mentioned Oracle metalink document, it will describe what you need to do.

Markus

markus_doehr2
Active Contributor
0 Kudos

> Now, The Problem is that, i have started the ./RUNINSTALLER...but its not giving OUI screen since long time. "All Installer Requirements met" message is there while starting RUNINSTALLER .. . Its only showing "Preparing to launch Oracle Universal Installer from /tmp/OraInstall.....'Please wait....

> Please help me...

This is a known problem.

Check Oracle Metalink 780102.1.

(basically you have to modify the RUNINSTALLER script to execute the runInstaller using "-jreLoc /opt/java1.4")

Markus

Former Member
0 Kudos

with root user

#xhost +

#xclock

with orasid check again

>echo $DISPLAY

>xclock