RE: trying to run ./runinstaller for hpux

From: Zelli, Brian <Brian.Zelli_at_RoswellPark.org>
Date: Wed, 27 Mar 2013 04:09:25 +0000
Message-ID: <7DCF5A73984B85409A1FB7B957E590ED3490B841_at_EXMB4wsh.roswellpark.org>


-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Hans Forbrich Sent: Wednesday, March 27, 2013 12:01 AM To: oracle-l_at_freelists.org
Subject: Re: trying to run ./runinstaller for hpux

On 26/03/2013 12:38 PM, Zelli, Brian wrote:
> I keep getting this error. I've googled and tried everything they say and can't get past this.
> checking monitor must be configured to display at least 256 colors
>
> I can't get past this.......
>
> I tried switching to root and running xhost, doesn't work. Set the $DISPLAY, doesn't work.....
>
> I've run the installer for 10g some years back on this box. Does it have to do with the version of windows I'm running?
> That's the only thing that's different. Using reflections to connect to unix box.
Don't see the error you're getting. Could you please copy/paste it.

In general terms:

The xhost is done on the machine that contains the physical screen (runs the X server) which is in this case your Reflections machine.

     xhost +

>>>>>>so if I am on my pc and I run reflections, I then connect to the server. I type xhost + in and I get an error saying it can't display """"

$ xhost +
xhost: unable to open display ""

The export is done on the machine which has the command you want to run, in your case the machine on which runInstaller is found

     export DISPLAY={host-where-reflections-is-running}:0.0

>>>>>>I've done this. I put in export DISPLAY=mypc ip and I tried mypc name:0.0

$ DISPLAY=10.51.20.58:0.0
$ export DISPLAY
$ xclock

Error: Can't open display: 10.51.20.58:0.0

And the runInstaller is run by the Oracle user, not [never] the root user. In the same session as you did the export. (So log in as oracle, and then export, cd and runInstaller.)

The challenge is in the export above - knowing which display and screen (the 0.0 pair).

But actually getting a copy of the error would also be useful.

--
http://www.freelists.org/webpage/oracle-l




This email message may contain legally privileged and/or confidential information.  If you are not the intended recipient(s), or the employee or agent responsible for the delivery of this message to the intended recipient(s), you are hereby notified that any disclosure, copying, distribution, or use of this email message is prohibited.  If you have received this message in error, please notify the sender immediately by e-mail and delete this email message from your computer. Thank you.
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 27 2013 - 05:09:25 CET

Original text of this message