- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X server on HP UX
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
04-11-2007 07:57 AM
04-11-2007 07:57 AM
I have a HP-UX machine where all the OpenView services are running. The bad point is that the ‘ovw’ command that should open the OV GUI doesn’t work: I get the message:
‘Can’t open display – Couldn’t find per display information’ . Therefore I need to deal with the X server.
What I know about it is: that an X program (like Cygwin, VNC or Reflection) must be running somewhere (on another machine than the HP-UX one?). Then, from the HP-UX machine we should use the following command:
‘export DISPLAY=[IP of the machine where, let’s say, Reflection is installed]:0’
What I don’t understand is that with this command we’re exporting the DISPLAY settings whereas we should be importing them from the other machine, shouldn’t we? Well, anyway, apart from using the export command, what else should I do to be able to access the OpenView graphical interface?
Thanks in advance to all who will try to help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 08:09 AM
04-11-2007 08:09 AM
Re: X server on HP UX
Here is what you need to do
1) telnet to the system
2) Run exceed (or any other XDMCP server on your laptop/Desktop)
3) # export DISPLAY=
4) # ovw &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 08:21 AM
04-11-2007 08:21 AM
Re: X server on HP UX
You must first use xhost+ from your client machine to import the xdisplay from the server (SOURCE)
and from the server do:
export DISPLAY=your-ip-no:0.0
There is a client part (on your own machine) and the server part
On the client part you are giving the server permission by disabling the access control. For this you use
xhost+
Then you export from the server the display as above.
After that just test it by running xclock command (it is a small xapp) that everything is ok.
If xclock runs you can run ov command to start the OVGUI.
Regards,
Rasheed Tamton.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 08:27 AM
04-11-2007 08:27 AM
Re: X server on HP UX
1) Start up your X emulator (Reflection/X or eXceed).
2) telnet to the HP-UX host and login normally:
3) export DISPLAY=
4) ovw &
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 08:51 AM
04-11-2007 08:51 AM
Re: X server on HP UX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 09:13 AM
04-11-2007 09:13 AM
Re: X server on HP UX
Install Exceed on the laptop, then do as Clay described.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2007 06:40 PM
04-11-2007 06:40 PM
SolutionThis is the idea:
There is a X-Server running anywhere (on your PC) that waits for a client.
The client (on your HP-UX server) tells the X-Server: Please draw something for me.
The "export DISPLAY" command is telling the X-Client where to draw.
A small example:
- the X-Server is running on your PC.
- the HP-UX server (the big box) is running an application like "xclock" - this is the X-Client.
- "xclock" is looking up where is somebody who can draw the clock (DISPLAY var)
- "xclock" is getting the time on the locale machine and tells the X-Server on another system - please draw a clock with my current time.
You can have different "xclock" applications running on different machines - all are drawing on the same PC - this is the reason for the X-Server vs. X-Client concept.
Clear enough???
Have fun!
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
04-12-2007 05:49 AM
04-12-2007 05:49 AM
Re: X server on HP UX
Thannks guys! It's working since yesterday but I hadn't had time to advise you.
I installed and ran Exceed 2007 on my laptop running Windows XP. Then I telnet the HP-UX machine (X-client right? ;-) and I used the 'export DISPLAY=[HP-UX IP]:0.0' command on it. 'echo DISPLAY' to check the value, & then 'ovw &' & it worked! You guys r great! I 10k you very much. (I'd better changed my name now becauz 'display information' isn't so cool right!? Now Im gonna post to the OV forum coz I got a bug when trying to collect some information.) c u there mayB. Anyway take care
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2007 05:55 AM
04-12-2007 05:55 AM
Re: X server on HP UX
Good luck!
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
04-12-2007 05:59 AM
04-12-2007 05:59 AM