- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to export display to putty tool
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-16-2009 05:22 AM
тАО04-16-2009 05:22 AM
In my environment we have hpux, redhat and suse linux.
Normally we are using putty tool to connect terminal.
But i want to bring GUI (display) using putty.
For that my manager told. that we have to export display in server and we have to run xmanager in client then thru putty tool we can get GUI mode.
pls help me. how to set this.
pls explain step by step.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 06:04 AM
тАО04-16-2009 06:04 AM
Solutionhttp://cc.jlab.org/docs/services/windows/X11/
http://fixunix.com/xwindows/91976-using-putty-exceed.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 06:12 AM
тАО04-16-2009 06:12 AM
Re: How to export display to putty tool
echo $DISPLAY (most likely not set).
Login to serverA via xmanager ( I have no idea if this is running on a pc or linux server) but
check the DISPLAY variable is set to the local system in my case it would be pcname.domainname:0.0
go back to putty ....
export DISPLAY = pcname.domainname:0.0
from putty you should now be able to run say xclock and the gui will appear within xmanager app providing hostname and ip's resolve all ok.
if that fails why not ask your manager ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 06:15 AM
тАО04-16-2009 06:15 AM
Re: How to export display to putty tool
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 06:15 AM
тАО04-16-2009 06:15 AM
Re: How to export display to putty tool
- you're using some Windows OS in your workstation
- you are using PuTTY's SSH mode to connect
1.) Start xmanager
2.) Start putty, but don't open a connection yet. If you have a pre-defined session, load it but don't click "Open" yet.
3.) In Putty configuration, select Connection -> SSH -> X11 -> Enable X11 Forwarding.
4.) Now click "Open" at the bottom of the Putty configuration dialog.
5.) Log in as normal.
There may be an extra message like:
/usr/bin/X11/xauth: creating new authority file /home/
This is normal, if you haven't used PuTTY's X11 forwarding before. It is information only, not an error.
6.) Start GUI applications as necessary. (For testing, I usually start something simple first, like "xclock &" or "xterm &".)
Note: When you use PuTTY's "Enable X11 forwarding" function, there is no need to set and export the DISPLAY environment variable manually: PuTTY and the server's sshd daemon will do it for you. The DISPLAY environment variable may seem strange, but it works!
Note 2: In this configuration, PuTTY is only acting as a smart data transport channel for X11 GUI applications. The xmanager on your workstation draws the GUI windows and does most of the work related to them.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 06:19 AM
тАО04-16-2009 06:19 AM
Re: How to export display to putty tool
It is possbile
Open X-manager Passive
Then open putty and connect to the server
export DISPLAY=
# xclock&
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 06:20 AM
тАО04-16-2009 06:20 AM
Re: How to export display to putty tool
also, some versions of sshd use "localhost:10.0" instead of the "pcname:10.0" for DISPLAY variable.
All of this assumes you have X emulator (Exceed, Reflection X, Cygwin X or similar) on the PC. if not, you'll need them as well. Later versions of Exceed have ssh support builtin (others may as well), but the earlier versions required to login via PuTTY and then start Exceed in passive mode and manually start X. all that depends on the x emulator you have installed locally
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2009 07:00 AM
тАО04-16-2009 07:00 AM
Re: How to export display to putty tool
You should be able to use the same. But you need to choose on what you want to use for GUI. It depends on your corporate standad tool.
-uvk
Like it or worked !! Click kudos !!