- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- DISPLAY enviroment variable
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-31-2005 01:35 AM
03-31-2005 01:35 AM
DISPLAY enviroment variable
I'm going to open an X-session on HP-UX 11.00 from two local windows machine.
Here you are what happened:
From the first local windows machine, trought the command "who -mR" I have the result 10.10.10.10:0.0.
From the second local windows machine trought the command "who -mR" I have the result 10.10.10.10 only, without 0.0.
This cause problems for the automatic exporting display.
Anybodies know what happened?
The two windows machine are on two different subnet mask and on two different network.
Thanks in advance!
Leonardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 01:38 AM
03-31-2005 01:38 AM
Re: DISPLAY enviroment variable
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 01:58 AM
03-31-2005 01:58 AM
Re: DISPLAY enviroment variable
ANy helps?
Thanks
Leonardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 02:38 AM
03-31-2005 02:38 AM
Re: DISPLAY enviroment variable
I.e. log into each machine and do:
grep DISPLAY .profile
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 02:42 AM
03-31-2005 02:42 AM
Re: DISPLAY enviroment variable
-dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 03:19 AM
03-31-2005 03:19 AM
Re: DISPLAY enviroment variable
root pts/ta Mar 31 09:52 (192.168.0.10)
The DISPLAY variable for the remote HP-UX systems is not set automatically unless you have created some special code in /etc/profile or .profile, and in all cases, the 0.0 (which is a specific requirement for Xwindows) is never provided by the who command. This is what is needed in your .profile:
export DISPLAY=$(who -muR | awk '{print $NF}'):0.0
Bill Hassell, sysadmin