cancel
Showing results for 
Search instead for 
Did you mean: 

Oracle Installation HP-UX: unable open DISPLAY

Former Member
0 Kudos

Hi!

Trying to ./RUNINSTALLER (by ora<SID>) during Solman installation

get error

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

TIA!

Regards,

Tonya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Not Sure how you are connecting to System.

If you are using putty or any utlity alike

1 . Enable X11 support .

2 .I beleive xterm emulation s/w is ruuning on your PC

3.set "xhosts + " if you use xterm32 or use x-win32

4. Set DISPLAY 10.xx.xx.xx:0.0 depending up your shell

5.try running xclock to see the xterm is working

6.then call RUNINSTALLER

Good luck.

Amit

Answers (4)

Answers (4)

Purushottamaher
Participant
0 Kudos

Hi Tonya,

You can refer to below solution, that helped for me for my SWPM issue. Hope it will solve your problem too..

https://www.esds.co.in/kb/how-to-configure-x11-display-in-linux-or-unix-troubleshoot-display-variabl...

Former Member
0 Kudos

1. Connect to HP-UX server with GUI console / X-manager.

2. Login with ora<SID>.

3. give execute permission to RUNINSTALLER file.

Jay

Former Member
0 Kudos

Tonia,

Please open new GUI console login to GUI console using ora<SID> users. do not use su -ora<SID> on same console. Now check permission of RUNINSTALLER and try to execute ./RUNINSTALLER.

Jay

Former Member
0 Kudos

Hi Antonina,

You must have to set the DISPLAY variable as mentioned below.

setenv DISPLAY howt name on which XSERVER has been installed:variable values on XSERVER

Ex: setenv DISPLAY 10.4.2.1:0.1;

set

warm regards

Harish K Reddy

stefan_koehler
Active Contributor
0 Kudos

Hello,

pardon me - but to be honest i don't understand your problem.

Do you have a X-Server running on the HP-UX server or on your client? (like Exceed for Windows)

You need to set the DISPLAY variable to a valid X-Server that allows remote connections (xhost +).

Regards

Stefan