- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Decnet problems
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
02-08-2006 10:54 PM
02-08-2006 10:54 PM
On A, I do set host B and get "remote node is not currently reachable".
I go to B with TCP and try set host A. It works.
I retry on A to do set host B. It works too.
Some time later on, it no longers works.
What's wrong ?
Wim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 11:08 PM
02-08-2006 11:08 PM
Re: Decnet problems
Maybe the nameresolution is different. Try
running CDI$TRACE from a 2nd terminal and check what is going on.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 11:09 PM
02-08-2006 11:09 PM
Re: Decnet problems
Transport is NSP.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2006 11:41 PM
02-08-2006 11:41 PM
Re: Decnet problems
the fact that it works for a while after you've done B: SET HOST A can be explained by the end-node cache. An end node remembers (for some time) which node it has been communicating with.
To get naming out of the picture and DECnet-over-IP, just repeat your tests using the plain DECnet adresses.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 12:49 AM
02-09-2006 12:49 AM
Re: Decnet problems
No TCP involved.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 12:59 AM
02-09-2006 12:59 AM
Solutionhow many routing circuits on node A and node B ? End nodes or routing nodes ?
Is a router involved (NCL SHOW ROUT CIRC csmacd-a ADJ * ALL) ? If so, it's the router's job to find a path to the remote node. Once a path has been found, the end node (using the address data in the end-node cache) can communicate directly (assuming both nodes are on the same LAN).
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 02:57 AM
02-09-2006 02:57 AM
Re: Decnet problems
Sorry for the delay, internet not working properly.
On A : 1 router. On B : none. They are not configured manualy on VMS. Is something missing in network config ?
Wim@home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 03:06 AM
02-09-2006 03:06 AM
Re: Decnet problems
there's something wrong in the network config or router. But this explains, WHY you can do B: SET HOST A - an end-node without a router just tries to send the packet out on the LAN - and it works !
Then (for some time) A can also do SET HOST B, as node B's address is in it's endnode cache. Once this times out, A has to ask the router, which does NOT seem to know about node B.
Node B does not seem to see the Router Hello messages and the router does not seem to see node B's endnode hello messages. (DECnet) Multicast messages blocked ?
You could use TRACE START/LIVE "routing circuit csmacd-0" on node B to see if it receives any router hello messages.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2006 06:37 AM
02-09-2006 06:37 AM
Re: Decnet problems
Thx Volker.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2006 05:30 PM
02-12-2006 05:30 PM
Re: Decnet problems
Wim