- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: get graphics to different 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
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
10-25-2001 12:11 AM
10-25-2001 12:11 AM
get graphics to different display
different display from HP9000 on IP network
my process is :
export DISPLAY=
how can i get the variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:16 AM
10-25-2001 12:16 AM
Re: get graphics to different display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:19 AM
10-25-2001 12:19 AM
Re: get graphics to different display
system A = local
system B = remote
I wish to run an app on B but display to system A
login to system A,
run xhost +
telnet/rlogin to system B
export DISPLAY=
run application.
If the above does not work what errors are you getting and what graphics, H/W etc is involved here.
nb hostname resolution needs to working : check using nslookup on the IP addresses involved here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 12:42 AM
10-25-2001 12:42 AM
Re: get graphics to different display
in a script from different PC's display,
using HP vue, so IPadress change ,
how can i get PC's adress to execute
the script ?
Thank's a lot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 01:16 AM
10-25-2001 01:16 AM
Re: get graphics to different display
also check the VUE users guide
15-8->15-10 as you can create DISPLAY dependent sessions too !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2001 02:17 AM
10-25-2001 02:17 AM
Re: get graphics to different display
If you use rlogin or telnet, you will need to put a read statement in the .profile script. Your PC communication software then needs the intelligence to send a replay to that read statement and that reply could be the IP-address.
You can get the IP-address from the PC using a PC script that executes ipconfig (for NT) and filters out the IP-address from that output. I'm not an PC specialist, so I can't help you there.