- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- display redirection
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-07-2004 07:37 PM
03-07-2004 07:37 PM
Got a simple question. How to redirect a display, so the graphic of certain application is displayed on another machine? i just remember that it was something like this:
export display ... and here IP followed by port No. I think so.
And another relevant question: where are located binaries of graphical file manager (i'm talking of HPUX naturally) so i can start the file manager on one workstation but have the graphical output on another one?
thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 07:47 PM
03-07-2004 07:47 PM
Solutionexport DISPLAY=xxx.xxx.xxx.xxx:0
replace the xxx's with the IP address of the display you want it to work on or
most applications will allow you to do this
xterm -display xxx.xxx.xxx.xxx:0
You might need to do "xhost +" on the recieving display.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 07:51 PM
03-07-2004 07:51 PM
Re: display redirection
Its like
export DISPLAY=
where hostname/ipaddress is the hostname or the ipaddress of the client where you would need to redirect the display
regards
Mobeen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 08:04 PM
03-07-2004 08:04 PM
Re: display redirection
This should help.
export DISPLAY=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2004 08:34 PM
03-07-2004 08:34 PM
Re: display redirection
How to redirect must be clear right now. If you have 2 xservers running on the client, the second can be reached by exporting to
The binaries that you are looking for are in:
/usr/dt/bin
The filemaneger is: dtfile
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 04:29 PM
03-08-2004 04:29 PM
Re: display redirection
You can ofcourse use
# export DISPLAY=IP:0.0
But if you have C Shell the you have to use
%setenv DISPLAY=IP....
Because while installing oracle you may need this.
Regards,