Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 04:18 AM
12-16-2003 04:18 AM
I use xreflection on one of my PC to connect to the HP Unix server using telnet. When I get the connection to the HP server,
Then I set the DISPLAY=aaa.bb.c.d:0.0
Then I do an echo $DISPLAY.
I get the correct display seeting as above.
When I run xhost + I get the following error.
xhost: unable to open display aaa.bb.c.d:0.0
How can this problem be resolved as we need to have an xsession running all the time on the server so that the Oracle Applkication can work.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 04:21 AM
12-16-2003 04:21 AM
Re: Xhost
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 04:22 AM
12-16-2003 04:22 AM
Re: Xhost
Usually, with oracle, you must install a virtual frame buffer or vnc, to simulate the graphics card.
Look in this site for "vnc" or "xfb"
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 04:37 AM
12-16-2003 04:37 AM
Re: Xhost
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 05:15 AM
12-16-2003 05:15 AM
Re: Xhost
Make connection with your unix box
First you have to use this command:
xhost + or xhost +namemachine
With this command you give permission to use your display for output.
Go to the UNIX box en typ
DISPLAY=aaa.bb.c.d:0.0 ( ip adres van je pc)
Go back to your pc and make connection with your unix box.
Typ xload &
You should see xload screen on your pc.
Succes
Idriz
P.S just use linux
You don't have to buy xreflection and it is very easy to use and it works always
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2003 05:37 AM
12-16-2003 05:37 AM
Re: Xhost
I tried what Idriz has said again I get the following error.:::
Cant open diaply
could not find per display information.
a ps -ef | grep for X11 shows the following
root 13828 1 0 21:23:39 ? 0:00 /usr/bin/X11/hpterm -fn 6x13 -sb
-ls -display ddd.bb.c.xx:0 This is of my pc ip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2003 11:06 PM
12-31-2003 11:06 PM
Re: Xhost
Did you do this
export DISPLAY op je Unix Box ?
Idriz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2004 09:11 AM
01-03-2004 09:11 AM
Re: Xhost
have you thought about using "xauth(1)" to grant permission to your screen?
FWIW,
Wodisch