- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Accessing the GUI DECwindows from DCL command?
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
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
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
тАО06-01-2007 12:00 PM
тАО06-01-2007 12:00 PM
Accessing the GUI DECwindows from DCL command?
Is there any way to access the DECwindows desktop from a DCL command?
I am using Putty to connect to a VMS host thats running the DECwindows enviroment. I am authorized, but how can I access this just by doing a DCL command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2007 12:14 PM
тАО06-01-2007 12:14 PM
Re: Accessing the GUI DECwindows from DCL command?
Because you didn't describe the system at
which you're sitting, should I assume that
it's a Windows system?
PuTTY is, I gather, a terminal emulator with
Telnet and SSH communication. By itself, it
can't do DECwindows (X windows) graphics
stuff.
Is some kind of X server software installed
on whatever you're sitting at? That's what
you need (I'd guess).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2007 01:14 PM
тАО06-01-2007 01:14 PM
Re: Accessing the GUI DECwindows from DCL command?
If you want to display DECwindows output on a remote system -- this all works rather differently than the remote desktop stuff seen on some systems -- you can use DECwindows and X Windows for these remote displays.
Specifically, you can bring up a remote session using X Windows and an X Windows server running on your local box; DECwindows can display output remotely.
http://64.223.189.234/node/134 has details of how to do this with ssh and Mac OS X and the associated X11 support, though you do mention PuTTY, which implies your client is Microsoft Windows -- the steps are basically the same, though you'll have to acquire an X Windows server for your particular local client box. Reflection is one, the HP PATHWORKS 32 client provides eXcursion, and there are others.
Some X terminology, as this can be potentially rather confusing: the X server drives the X Windows display and is usually running on the system with the display, and in this case the client applications running on OpenVMS use the DECwindows X Windows client software and the IP network to present displays on the remote system; on the X server display.
Stephen Hoffman
HoffmanLabs.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2007 07:17 PM
тАО06-01-2007 07:17 PM
Re: Accessing the GUI DECwindows from DCL command?
What you need is a X-Server on your PC. We are using Reflection X, but you can use also Excursion or another X-Server product. Important is, that the X-Server is running on the PC.
You can then use PuTTY. Select Telnet or better SSH as Transport. (SSH must be configured on the OpenVMS machine)
In case you are using Telnet as transport, then you have to do the following after login to OpenVMS:
$ SET DISPLAY/CREATE/NODE=your-pc's-name-or-address/TRANSPORT=TCPIP
$ CREATE/TERM=DECTERM
this will launch a DECWindows Terminal on Your PC
In case you are using SSH as Transport:
Connect from PuTTY with SSH to your OpenVMS machine. If you do a
$SHOW DISPLAY
you will se something like this:
Device: WSA5: [user]
Node: your-OpenVMS-Machines-name
Transport: TCPIP
Server: 10
Screen: 0
If you enter now
$ CREATE/TERM=DECTERM[/DETACH]
DECWindows will send the terminal to your OpenVMS machine to port 6010 (6000 + Server nr) This is the SSH tunnel to Your PC. In this case the DECWindows terminal will use the SSH-tunnel between the OpenVMS machine and your PC as transport.
I hope that helps
Regards
Geni
If you dont mind, could you please also assign points to the people which helped you with their answers?
In your profile we see
"I have assigned points to 0 of 23 responses to my questions"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2007 09:17 PM
тАО06-01-2007 09:17 PM
Re: Accessing the GUI DECwindows from DCL command?
Now, I managed to download Reflection, so if someone can be so kind to give me the full steps then that would be great.
If it does not work, no sweat...No problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-02-2007 12:48 AM
тАО06-02-2007 12:48 AM
Re: Accessing the GUI DECwindows from DCL command?
What you're now asking (Windows product install and configuration questions) is rather far afield of the ITRC OpenVMS forum, and also of text-only media such as ITRC. (The product documentation for most Windows products has pictures and diagrams, and most Windows product installations are fairly visually-oriented processes.)