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 .
# 1  
Old 04-15-2009
When installing the Oracle it complains that must be configured to display at least .

Good Evening,

When I try to install the oracle in Solaris 10, I get the following error:

Checking Temp space: must be greater than 250 MB. Actual 27740 MB Passed
Checking swap space: must be greater than 500 MB. Actual 28555 MB Passed
Checking monitor: must be configured to display at least 256 colors
>>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<

Some requirement checks failed. You must fulfill these requirements before


Any light please?

Thanks,
aa
# 2  
Old 04-15-2009
go and set the "DISPLAY" variable as mentioned from install script... as far as i know oracle uses a graphical installer and so you need to set your DISPLAY.
# 3  
Old 04-15-2009
Hi
I have already set that. Problem is when I run xclock from root account, it works fine and when I run
from oracle account, it does not. Same thing for xterm. I have used the following DISPLAY settings for user oracle and tried all:

DISPLAY=:0.0
DISPLAY=127.0.0.1:0.0
DISPLAY=10.100.1.108

I am using monitor and keyboard attached to server. Thanks for hint.

Cheers,
aa
# 4  
Old 04-15-2009
if you are on local display, your first setting should work. have you tried the following?

Code:
$ who am i
$ DISPLAY=output from above command; last column; should be :0.0
$ export DISPLAY

# 5  
Old 04-15-2009
Originally I logged in as root user and i did "su - oracle" which takes me to oracle home directory

When I run "who am i" here what I get:

$ whoami
oracle
$
$
$ who am i
root pts/7 Apr 14 23:27 (:0.0)
$

Should it be:

DISPLAY=:0.0
export DISPLAY

or something else?

I have another question:

somewhere down the road in installation something has gone wrong that my hostname is "unkown"
when I update the /etc/hosts file to some name, still after reboot again unknown host name appears
in terminal and it says it is set by DHCP.

I appreciate your help.

Cheers,
aa

Thanks
# 6  
Old 04-15-2009
You must have xwin installed.
DISPLAY=<ip_of_your_machine>:0.0
export DISPLAY
cat /etc/hosts
# 7  
Old 04-15-2009
have a look at the file "/etc/nodename".
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