- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DISPLAY problems
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
02-13-2001 09:43 AM
02-13-2001 09:43 AM
We have Windows NT console and are running Exceed to access Unix boxes. We telnet into one of the box (box1) and then use ssh to login into another box (box2). We have to set DISPLAY variable on box1, i.e. the IP of WinNT box. We have to run a GUI application on box2. The DISPLAY variable is set to the IP of box2 as it is being exported.
We are getting Errors: can not open the display.
This works fine on WIN95 consoles. We do not to set the display on box2 but only on box1 and then ssh to box2.
Any suggestion please
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 09:49 AM
02-13-2001 09:49 AM
SolutionAm I correct to say that you did the following:
WinXX:
xhost +box1
xhost +box2
telnet box1
box1:
export DISPLAY=WinXX:0.0
ssh box2
box2:
export DISPLAY=WinXX:0.0
Execute-GUI-program
Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 09:50 AM
02-13-2001 09:50 AM
Re: DISPLAY problems
Independently of the box where you're running the application your DISPLAY should alvays be set to the host where your physical display (screen + keyboard + mouse) reside.
The export DISPLAY=
Replace
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 09:54 AM
02-13-2001 09:54 AM
Re: DISPLAY problems
cannot find the command. Is it done via Exceed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 10:03 AM
02-13-2001 10:03 AM
Re: DISPLAY problems
An xhost equivalent for Exceed has to be there. Otherwise, it poses a security vulnerability if X11 can be allowed from anywhere.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 10:18 AM
02-13-2001 10:18 AM
Re: DISPLAY problems
That is what I do not know, the equivalent of xhost on Exceed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 10:31 AM
02-13-2001 10:31 AM
Re: DISPLAY problems
If I am right, you can use XDMCP to grab X11 from the UNIX box. Try running exceed in XDMCP mode.
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2001 12:08 PM
02-13-2001 12:08 PM
Re: DISPLAY problems
Thanks for help. It turns out to be IP address resolution issue. WINNT box has the same IP address as one of the network interface on box2. We will resolve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2001 06:40 AM
02-14-2001 06:40 AM
Re: DISPLAY problems
start->programs->exceed->Xconfig->Security
for xhost + equivalents