- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DECwindows applications can't access server ov...
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
01-17-2005 12:31 AM
01-17-2005 12:31 AM
DECwindows applications can't access server over TCPIP
On the VMS side I have done
$ SET DISPLAY/CREATE/SERVER=ip_addr/TRANS=TCPIP
and on the Unix server box I've done
% xhost +.
I am able to use various TCP/IP applications between the two systems. But DECwindows applications all give me the familiar message that they can't access the server, as you'd see if the server's security were not set right.
HOWEVER, I can tell that the VMS side has not even tried to contact the server as TCPware's send and receive counters are not incrementing. Tcpdump also doesn't show any traffic between the client and server. This is true even if I direct the display to 127.0.0.1. (The VMS box has no graphics hardware but it ought to exchange a few X transport messages with itself, shouldn't it?)
I must be missing something but I have no idea what it might be.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:44 AM
01-17-2005 12:44 AM
Re: DECwindows applications can't access server over TCPIP
SET DISPLAY/CREATE/NODE=ip_addr/TRANS=TCPIP
/NODE gives the host address
/SERVER gives the server at that address
Martin Kirby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:01 AM
01-17-2005 01:01 AM
Re: DECwindows applications can't access server over TCPIP
this global symbol sould include TCPIP
$ decw$server_transports
and can be defined in SYS$COMMON:[SYSMGR]DECW$PRIVATE_SERVER_SETUP
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:11 AM
01-17-2005 01:11 AM
Re: DECwindows applications can't access server over TCPIP
to clarify the other Martin's response:
>>>
/NODE gives the host address
/SERVER gives the server at that address
<<<
/SERVER and /SCREEN refer to the X server number and screen number, respectively (the "normal" syntax is node:server#.screen#).
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:37 AM
01-17-2005 01:37 AM
Re: DECwindows applications can't access server over TCPIP
I did edit DECW$PRIVATE_SERVER_SETUP.COM to enable TCPIP as a transport. I wasn't certain that this was necessary on the client side if it is not running as a server as well, but I made the edit anyway.
I will check DECW$SERVER_TRANSPORTS when I get home today to see if it includes TCPIP--assuming that it is defined on a system that has no graphics card and isn't running a DECwindows server process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 02:28 AM
01-17-2005 02:28 AM
Re: DECwindows applications can't access server over TCPIP
Any firewalls in the way?
Try connecting from the client system to the server system on port 6000 using something else (eg., traceroute, telnet), to separate DECwindows from network issues.
Check the correct SYS$LIBRARY:DECW$TRANSPORT_TCPIP or SYS$LIBRARY:DECW$TRANSPORT__TCPIP image is present, I don't know if TCPware might change it.
If you run DECW$EXAMPLES:ICO exactly what message do you get?