- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to open display ""
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
07-24-2006 02:31 PM
07-24-2006 02:31 PM
unable to open display ""
i have a problem with vnc server. it can start but when type xhost +
can somebody help me?
Thanks
-Nonie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 05:55 PM
07-24-2006 05:55 PM
Re: unable to open display ""
The system you are on is not associated with a X-server.
You need to run the command "xhost +" where your x-server is running, e.g. your PC, before you connect to the server.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:07 PM
07-24-2006 06:07 PM
Re: unable to open display ""
Thanks for your reply. i run the command at console.. as root. this problem occur today previously no problem.
Thanks
-Nonie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:15 PM
07-24-2006 06:15 PM
Re: unable to open display ""
Make sure you didn't run anything like "su" before.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:30 PM
07-24-2006 06:30 PM
Re: unable to open display ""
actually we run fbackup at our server. we have to shutdown all services and databse to have cold backup. now backup already complete and we want to startup all services as usual. for vnc, what we did was:
1. cd /u01/vnc
2. ./vncserver :0 -pn -localhost --> OK
3. xhost +10.1.1.6 --> at this stage it gives the message 'unable to open display"" '
we are at tsm mode at console. but the login is maintain as 'root'
Thanks
-Nonie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:55 PM
07-24-2006 06:55 PM
Re: unable to open display ""
Just want to inform u we already solve the problem. when compare to other server we cat teh .profile and see no DISPLAY parameter was set. therefore what we did is
1. DISPLAY=10.1.1.6:0.0
2. export DISPLAY
when check again in env, the DISPLAY parameter is there, and when run again xhost +10.1.1.6 then its ok already. no more error as 'unable to open display'
Thanks anyway at least can give me some ideas to solve.
-Nonie