Hello all:
I am trying to run Oracle installer (runInstaller) and do not seem to get it to run.
Below is the error message I receive.
Some more info below:
1. I CAN run xclock as myself but not as 'oracle' user!
I check my 'env' and tried to replicate the same but still as Oracle can't run xclock.
2. # xhost +
X connection to localhost:10.0 broken (explicit kill or server shutdown).
I have read and tried to follow instructions on several recommendations on several online boards and all have failed.
I am using 'xmanager' from my Windows Xp machine to connect to the Linux server which is also my DB server with Oracle.
Xmanager seem to be working fine but the Oracle installer does not
start. Can anyone help, please.
Thanks,
--------------------------------------------------------------------
./runInstaller
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-3, SuSE-9, SuSE-10, redhat-4, redhat-5, UnitedLinux-1.0, asianux-1, asianux-2 or asianux-3
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-06-09_11-54-16AM. Please wait ...[oracle@findb1 Disk1]$ 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.76.101.161' as the value of the DISPLAY variable.
10.76.101.161
10.76.101.161
OUI-10025:Unable to start an interactive install session because of the following error:Can't connect to X11 window server using '10.76.101.161' 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

epending 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/X11R6/bin/xclock'
------------------------------------------------------------------------