- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- remsh cannot run graphic program
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
03-16-2008 01:25 AM
03-16-2008 01:25 AM
I am having a pb in running a graphics program on remote machine by using remsh:
momsrv01:/ # remsh momsrv02 xclock
Error: Can't open display:
Error: Couldn't find per display information
the "xhost +" is already executed on momsrv02
anything is missing?
Thanx
Suheil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2008 01:57 AM
03-16-2008 01:57 AM
Re: remsh cannot run graphic program
Is your DISPLAY variable not properly set on the machine running a graphics program?
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2008 03:43 AM
03-16-2008 03:43 AM
Re: remsh cannot run graphic program
The DISPLAY variable is set to my PC IP address:
momsrv01:/ # remsh momsrv02 xclock
Error: Can't open display:
Error: Couldn't find per display information
momsrv01:/ # echo $DISPLAY
10.33.18.191:0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2008 05:56 AM
03-16-2008 05:56 AM
Re: remsh cannot run graphic program
Please execute the following to verify:
remsh momsrv02 printenv |grep DISPLAY
Or alternatively:
remsh momsrv02 echo \$DISPLAY
(Note that the $ needs to be escaped so that the _local_ shell won't replace the DISPLAY variable reference with its value. We already know that the local DISPLAY variable is good.)
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-16-2008 08:29 AM
03-16-2008 08:29 AM
Solutionthere is an option for this, I think - so you need not fiddle with env-vars:
remsh momsrv02 xclock -display momsrv01:0
mfG Peter