Issue with Oracle 10 installation on Solaris 10


 
Thread Tools Search this Thread
Operating Systems Solaris Issue with Oracle 10 installation on Solaris 10
# 1  
Old 12-22-2010
Issue with Oracle 10 installation on Solaris 10

Hi all,

After implementing all the pre install set up in Solaris I triggered the oracle DB install.

I am doing it directly from the local machine console and I got the following error -
PHP Code:
Checking monitormust be configured to display at least 256 colors
    
>>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfoCheck if the DISPLAY variable is set.    Failed <<<< 
This error occurs only when the user is oracle. But when the user is root the error does not occur.

Also Following command is not there there for either users
PHP Code:
/usr/open/win/bin/xdpyinfo 
This is my first attempt at installing oracle DB on solaris.

I would appreciate any suggestion.

Thanks
Sumeet
# 2  
Old 12-22-2010
Just a long shot in the dark Smilie
Login as root, run the following commands and write down the output:

Code:
echo "$DISPLAY"
xauth list

Run su - oracle, then:

Code:
DISPLAY=<previously saved value>; export DISPLAY
xauth add <previously saved value(the entire row) of xauth list command that corresponds to the above virtual desktop>

Smilie
# 3  
Old 12-22-2010
Hi Raoulov,

I did exactly what you said -

AS ROOT -
PHP Code:
# echo $DISPLAY
localhost:0.0
# xauth list
unknown 0 MIT-MAGIC-COOKIE-1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx 
switch to ORAcLE as user -
PHP Code:
# su oracle
# DISPLAY=localhost:0.0;export $DISPLAY
# echo $DISPLAY
localhost:0.0
# xauth add unknown : 0 MIT-MAGIC-COOKIE-1 xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xauth timeout in locking authority file /.Xauthority 
Following data is there in the /etc/host file -
PHP Code:
# cat /etc/host
127.0.0.1     localhost
xxx
.xx.xxx.xxx unknown # Added by DHCP 
And there is no .Xauthority file.

Please let me what is wrong.

Thanks
Sumeet
# 4  
Old 12-23-2010
First of all run xhost + as root:

Code:
xhost + localhost

Then check these:

Quote:
1. The user's $HOME is not writable by the user; $HOME may be owned by an entirely different user.
2. The lock file $HOME/.Xauthority already exists; remove this file.
You say the there is no .Xauthority, but did you check under the user's home directory?
# 5  
Old 12-27-2010
@sumeet: Why did you install Oracle from the remote machine? There're many ways to install, one is from remote, it's easiler than the other. Or you can install Oracle by slient mode in local.
# 6  
Old 12-28-2010
Hi Radoulov,

I am trying to install orcale from local (unix box) on command line.

I had another box at disposal so I did the entire set up again.

I downloaded 10201_database_solx86_64.zip into the /tmp dir.

Then I unzipped it and it created /tmp/database dir which had the runInstaller file.

But I ran into the same issue again - Could not execute autocheck for display colors using command /usr/openwin/bin/xdpyinfo. I checked the DISPLAY variable is set.

Now the user "oracle" does not have .Xauthority but "root" has it and I was able to run /usr/openwin/bin/xdpyinfo as root user.

"oracle" has full access to it home dir - /export/home/oracle.

Do I have to copy .Xauthority to oracle's home?

---------- Post updated at 11:55 AM ---------- Previous update was at 11:53 AM ----------

Hi trantuananh24hg,

How do you do the silent install?

I think I am trying to do that.

Thanks
Sumeet
# 7  
Old 12-28-2010
Did you try to run xhost + localhost as root before starting the runInstaller script?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Solaris packages for Oracle grid infrastructure installation

Hello guys, I am trying to install oracle grid infrastructure 11.2 on Solaris 5.11. while I was reading the installation guide to check for the software requirements, there were two packages mentioned for the Solars 5.11. They are as follows pkg://solaris/developer/build/make... (2 Replies)
Discussion started by: zacsparrow
2 Replies

2. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

3. Solaris

issue on solaris installation

hi Guys.. i''m new to solaris, i got some issue during solaris installation, it asking there is no space for it ... required space is 756mb but available is 324mb ..... (dell plade server ...) can any one tell me how to resolve and install OS on machine ... plz tell me it urgent ... (9 Replies)
Discussion started by: coolboys
9 Replies

4. Solaris

Solaris 10 installation issue Error 25: Disk cannot be read - Solved

Hi all, I guess most of you have seen this error message while installing Solaris 10 on an x86 platform. I got the error message while installing from DVD ISO on my home VMWare ESXi server. It took me a long time to figure the exact issue and a subsequent solution. the solution is very... (1 Reply)
Discussion started by: admin_xor
1 Replies

5. Solaris

Prep for Oracle Installation on solaris 10 gone wrong

Hi All, I was trying to install Oracle 10g on Solaris 10 using instructions of Solaris 8. I realized about the document mismatch later on. There are some changes enlisted in the Solaris 8 set up which are not applicable to Solaris 10. I came to know about this when the IP address in... (1 Reply)
Discussion started by: sumeet
1 Replies

6. Solaris

Oracle 10 on Solaris 10 installation

Good evening, I am trying to install the oracle 10 in Solaris 10 and oracle requires following patches to be installed: 117837-08 117846-19 118682-01 I have downloaded above from sunsolve.com and when I add the patch with following command: patchadd -M xxxxx the are not installed... (10 Replies)
Discussion started by: aa_monster
10 Replies

7. High Performance Computing

Installation Guide for Solaris Cluster 3.2 Software and Oracle 10g Release 2 Real App

Here are steps for installing the Solaris 10 11/06 OS, Solaris Cluster (formerly Sun Cluster) 3.2 software, QFS 4.5, and Oracle 10gR2 RAC. Also provided are instructions on how to configure QFS and Solaris Volume Manager for use with Oracle 10gR2 RAC. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies

8. Solaris

Oracle Installation on Solaris

Hello. I have just finished installation of solaris 10 and would now like to install oracle 10g . I have got the CD of same - copied the zip file of CD to system ... unzipped the contents using gunzip. Got a folder /database/ created. But I am not able to locate runInstaller in the folder's... (5 Replies)
Discussion started by: panchpan
5 Replies

9. Solaris

Oracle 10G installation on Solaris 9

Hi Guys, I need to install Oracle 10g on solaris 9, the server is not in cluster. The server is already running applications like OVO and Weblogic. Can you guys please tell me the steps to do this and what paramaters ( Kernal and otherwise) which need to be modified? There will be about 100... (2 Replies)
Discussion started by: nitinkgoud
2 Replies

10. Solaris

Solaris 8 Oracle 9i Installation

Hello; I am hoping that one of you Guru's out there has run across this problem and can tell me exactly where I am messing up. I have a Sun Ultra 10 with 1GB of memory and 2GB of swap space. I am trying to install Oracle 9i on the system. All goes well with the installation until the... (2 Replies)
Discussion started by: rambo15
2 Replies
Login or Register to Ask a Question