- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Export 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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-07-2007 06:47 PM
тАО01-07-2007 06:47 PM
Export DISPLAY
Im working on HP-UX 11.11. I need to connect to machine from another one that has a linux system.
Im using telnet, to connect that machine from another one and i need a X terminal. For that, i have export the DISPLAY.
But when i try to open a x terminal it says:
# xterm Xt error: Can't open display: %s
Need help to solve this, please.
Thanks in advance.
Best Regards
Pinki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 06:51 PM
тАО01-07-2007 06:51 PM
Re: Export DISPLAY
How are you esporting DISPLAY. ?
What commands are you using to do it ?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 07:05 PM
тАО01-07-2007 07:05 PM
Re: Export DISPLAY
Im exporting DISPLAY with:
export DISPLAY=192.168.13.30:0.0
where 192.168.13.30 is the IP of the machine that have X terminal.
I also have done the command "xhost +" on the machine that have X terminal, to accept external connections.
Pinki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 07:23 PM
тАО01-07-2007 07:23 PM
Re: Export DISPLAY
For exporting DISPLAY, i use the following command.
DISPLAY=105.102.35.24:0; export DISPLAY
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 07:27 PM
тАО01-07-2007 07:27 PM
Re: Export DISPLAY
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1052941
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 07:32 PM
тАО01-07-2007 07:32 PM
Re: Export DISPLAY
can you try to ssh or telnet to the linux machine and do the following:
export DISPLAY=192.168.13.30:0.0
xclock &
do this work?
revert.
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 09:03 PM
тАО01-07-2007 09:03 PM
Re: Export DISPLAY
No, it does not work. It says:
Error: Can't open display: 192.168.13.30:0.0
It seems there is a firewall problem or the port is close at 192.168.13.30 machine. I have tried to export from another machine with Linux and it works fine.
Anyway, thank u very much for ur attention.
Best Regards
Pinki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2007 09:16 PM
тАО01-07-2007 09:16 PM
Re: Export DISPLAY
On the linux machine, can you try to issue the following command:
xhost +box1
where box1 = ip address of the hp-ux machine
kind regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-08-2007 12:00 AM
тАО01-08-2007 12:00 AM
Re: Export DISPLAY
Suppose Machine A = 192.168.13.30 with Ubuntu.
Machine B = 192.168.13.50 with red Hat
Machine C = 192.168.2.20 with HP-UX.
I have done:
1-> xhost +192.168.13.50 on machine A;
2-> Open a ssh session to machine B;
3-> export DISPLAY=192.168.13.30:0.0
4-> xclock &
Result: Error: Cant open display: 192.168.13.30:0.0
Same error...