- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Converting an x25 access app to TCPIP
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
08-12-2006 10:32 AM
08-12-2006 10:32 AM
Converting an x25 access app to TCPIP
I've looked through the doc's and havn't found much.
Can anyone out there help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 09:48 PM
08-12-2006 09:48 PM
Re: Converting an x25 access app to TCPIP
the (rather) easy way is to switch to DECnet-overIP. Essentially you reconfigure DECnet to use IP as carrier instead of X25.
Trying to replace --DECNET-- with various IP utilities is essentially a re-write of the networking functionalities of all your apps.
-- maybe a crude first approximation, but is IS threat devider between two possible ways to go.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 09:51 PM
08-12-2006 09:51 PM
Re: Converting an x25 access app to TCPIP
but is IS threat devider
dhould have been
but is IS the great devider
sorry..
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 09:51 PM
08-12-2006 09:51 PM
Re: Converting an x25 access app to TCPIP
as long as the app does not try to read/write on the TCPIP socket after the client has disconnected or treats the disconnect as a fatal error, there should be not much of a problem to rewrite your X.25 application to use e.g. TCPIP sockets.
There is even an example in TCPIP$EXAMPLES:
TCPIP$TCP_SERVER_SOCK_AUXS.C
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 10:49 PM
08-12-2006 10:49 PM
Re: Converting an x25 access app to TCPIP
that is one of the main reasons I would prefer tp continue using DECnet:
DECnet has all kinds of error handling in it automagically.
Those handlings are also possible in TCPIP, but YOU HAVE TO CODE THEM EXPLICITLY IN YOUR CODE.
We found out the hard way. some 5 years ago. It was decided (against the advice of several techies including myself) to abondon DECnet altogether and _NOT_ allow DECnet-over-IP (can you imagine: for security reasons!).
Well, the rock-solid connections we were used to had quite gone. Over time the most apps now have error hanfling added, but the cost has been tremendius, and we are still (after 5 years!) not really at the level we used to be.
But, given that politics is more important than money, or user satisfaction, the project WAS declared an enormous succes. (the organisation now save 5 % of the changeover cost annually!)
Just our experience, YMMV !!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2006 11:48 PM
08-12-2006 11:48 PM
Re: Converting an x25 access app to TCPIP
if this is a native X.25 access application, DECnet may not even be involved, so I don't see, how DECnet-over-IP could be used to replace the X.25 connection.
If it would be DLM (Data Link Mapping = DECnet over X.25), then replacing this with DECnet-over-IP might even be transparent to the application.
Let's see what Douglas has to say...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2006 12:03 AM
08-13-2006 12:03 AM
Re: Converting an x25 access app to TCPIP
My experience is limited to DECnet-over-IP, so, if for Douglas that is not the case, my answers so far do not apply, and I have no opinion either way.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 06:41 AM
08-14-2006 06:41 AM
Re: Converting an x25 access app to TCPIP
See
http://www.funkwerk-ec.com/scripts/info_cd/en/solutions/50-ss_tcp_to_x25_gw_1-en.pdf
However I don't know how well represented the company is in the US.
They built in this feature as a special request from a large Telco provider here in Germany, so it must work.
I've used these Router/Gateways in the past to replace old Digital DECNIS routers by using XOT instead of GAP. In the past their solutions were also popular because it enabled X.25 customers to use X.25 over ISDN without changing the backend configuration bar the calling #.
Hope this helps.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 06:48 AM
08-14-2006 06:48 AM
Re: Converting an x25 access app to TCPIP
The app is native x25.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2006 06:55 AM
08-14-2006 06:55 AM
Re: Converting an x25 access app to TCPIP
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2006 01:15 AM
08-15-2006 01:15 AM
Re: Converting an x25 access app to TCPIP
You didn't stipulate whether or not your server needed to handle multiple simultaneous requests; this would make a difference. But if you're happy with INETd here's a $QIO example in a language that's easy to understand.
Regards Richard Maher
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2006 06:37 AM
08-16-2006 06:37 AM
Re: Converting an x25 access app to TCPIP
Thanks to everyone for the help, even though I didn't use the info this time I will certainly be using it soon.