When installing the Oracle it complains that must be configured to display at least .


 
Thread Tools Search this Thread
Operating Systems Solaris When installing the Oracle it complains that must be configured to display at least .
# 8  
Old 04-15-2009
Quote:
Originally Posted by incredible
You must have xwin installed.
DISPLAY=<ip_of_your_machine>:0.0
export DISPLAY
cat /etc/hosts
he is on local mashine with display and keyboard...
# 9  
Old 04-15-2009
Here is what I get:

$
$
$ DISPLAY=10.100.1.108:0.0
$ export DISPLAY
$ xclock
Xlib: connection to "10.100.1.108:0.0" refused by server
Xlib: No protocol specified

Error: Can't open display: 10.100.1.108:0.0


=========================================

Also /etc/nodename is empty and nothing inside this file . Smilie
# 10  
Old 04-15-2009
Somehow If I can manage to run xclock when I so "su - oracle" it should work I guess.
# 11  
Old 04-15-2009
this is another try:

$ xclock
Xlib: connection to "10.100.1.108:0.0" refused by server
Xlib: No protocol specified

Error: Can't open display: 10.100.1.108:0.0


Above I ran when I did " rlogin -l oracle unknown" which unknown is my server name Smilie
# 12  
Old 04-15-2009
problem solved guys. Smilie Thanks for help and time for this stupid issue.

Here is what I need to do:

1- When I run xhost as root here is what I get:

Xlib: connection to "127.0.0.1:0.0" refused by server


2- But what I really need to run is below which then I can run xclock under any user account including oracle which solves the issue.

[root@unknown /etc] - xhost +
access control disabled, clients can connect from any host

This solved the problem.

But my unknow host delma stays there. Smilie
# 13  
Old 04-15-2009
/etc/nodename contents should be the same as /etc/hosts.. at least the entries for the localhost should be there.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Red Hat

Installing Oracle jre 8 on Linux

Hi, I am a common user on a linux cluster that has openJDK installed. For a particular software, the vendor asks for Oracle version of java installed. How can I install the oracle version from my home space where I don't need admin privileges to install? thanks! (2 Replies)
Discussion started by: pc2001
2 Replies

2. Solaris

Problem Installing Oracle 8i

System Model and Spec Sun Enterprise 420R Processor Speed: 450 MHz (4 processors) Installed RAM: 4 GB Os: Solaris 8 Sparc I successfully installed standard oracle 8i setup on our database server specs above but after installation was competed and it went to creating database I got the... (2 Replies)
Discussion started by: Wpgn
2 Replies

3. Red Hat

Errors while installing Oracle on Redhat5.7

Hello All, I'm having below errors while installing oracle on Redhat 5.7 64 bit, terminated installation as preliminary check failed. -bash-3.2$ !cd cd ../../../database/ -bash-3.2$ xclock Error: Can't open display: -bash-3.2$ xdpyinfo xdpyinfo: unable to open display "". -bash-3.2$... (6 Replies)
Discussion started by: lovesaikrishna
6 Replies

4. Solaris

Installing oracle 10g on solaris

Thanks all for your help. Now here is another problem i have, i have been trying to install oracle 10g on solaris but i keep getting this error message "there is not enough memory on the volume you specify to copy the starter database files the oracle universal installer discover that you have... (8 Replies)
Discussion started by: mutiat
8 Replies

5. UNIX for Advanced & Expert Users

Installing oracle on Gentoo

Hello! I'm using Linux Gentoo 2.6.22-gentoo-r9. Before I used Red Had I had no issues with the installation. But I don't like Red Hat and trying to install Oracle on Gentoo. See following: rpm --nodeps -vv -i oracle-xe-10.2.0.1-1.0.i386.rpm ... You must run '/etc/init.d/oracle-xe... (5 Replies)
Discussion started by: mirusnet
5 Replies

6. UNIX for Advanced & Expert Users

DISPLAY variable erroring when installing Oracle 10g.

Hi, I'm trying to install Oracle 10g in Solaris 10. As required in the instructions, I set the DISPLAY variable: $ DISPLAY=192.168.150.128:0.0 ; export DISPLAY when run the runInstaller in a terminal, it displays an error related to DISPLAY variable. :( Any ideas?? Thanks. (2 Replies)
Discussion started by: ffpradella
2 Replies

7. Shell Programming and Scripting

shell script that would display installing.... when installign something

Hi, I am developing a shell script that would install a software when it is run. I want to displaying Installing <so and so>........ when it is actually installing it. I want it to be dynamic, in the sense, I want the dots after installing grow and drop. Is there a way we can do it.... (1 Reply)
Discussion started by: eamani_sun
1 Replies

8. UNIX for Advanced & Expert Users

Tar complains.......

That there is 'no such file or directory'?!?!?!?!? I am using tar to save at directory level, yet the error I am getting refers to a file within this directory: tar: /apps/hiport/spool/ctree/L0000821.FCS: No such file or directory (the bit in bold is the directory that was in the tar -cf... (3 Replies)
Discussion started by: tugger
3 Replies

9. UNIX for Dummies Questions & Answers

Installing Oracle on Linux

Happy Holidays everybody. I'm trying to install oracle 8i personal on my desktop, but I don't know how to do it at the command prompt. Heck, i don't even know how to access my cdrom drive from the command prompt. Could somebody give me a hint to get me started. I would tried to do it with Xwindows... (2 Replies)
Discussion started by: tmanpakdee
2 Replies
Login or Register to Ask a Question