1833853 Members
2572 Online
110063 Solutions
New Discussion

Re: xhost + error

 
Vasago
Occasional Contributor

xhost + error

Hi Guru,

I need to install Oracle on my HP-UX 11.23 truning on IA64.

Using procedure from Oracle, before installing Universal Isntaller, i need to type : xhost + but when i type this command, :

# xhost +
xhost: unable to open display "devbdora:0.0"

Do i nned to start X Windows on the server, do i nned to turn on some security option ?

Thanks
4 REPLIES 4
A. Clay Stephenson
Acclaimed Contributor

Re: xhost + error

Well xhosts + is part of the battle. Does the host debdbora actually have an X server -- meaning do you have some sort of graphics card and monitor attached to this host. If this is a server then the answer is probably not. You need an xterminal or an PC-based X server such as Reflection X or eXceed so that DISPLAY is actually set PCHOSTNAME:0.0 or PCIPADRESS:0.0.
If it ain't broke, I can fix that.
Steven E. Protter
Exalted Contributor

Re: xhost + error

You need to set your DISPLAY variable to a valid X source.

DISPLAY=ip_address:0.0
export DISPLAY

try again.

btw xhost + is a huge security problem. Turn it off after you get oracle installed.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Geoff Wild
Honored Contributor

Re: xhost + error

Okay, try telneting to devbdora, then:

export DISPLAY=devbdora:0.0
xhost +

Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Lorenzo Facello
Valued Contributor

Re: xhost + error

Hi,
you have to set and export your var DISPLAY
# export DISPLAY= ip :0.0


Regds
L.