- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: DECNET
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
11-08-2006 02:24 AM
11-08-2006 02:24 AM
DECNET
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 02:42 AM
11-08-2006 02:42 AM
Re: DECNET
welcome to the ITRC OpenVMS forum.
The first item I spotted in your attachment was this line from the session control counters of the failing node.
Access Control Violations = 5
If this is a new node in the domain, does it possibly need to have access enabled to/from the domain?
I have only used LOCAL and DECDNS in the past, and I know that setting up access control for DECDns could be quite painful.
Can you try a simple SET HOST nnnnn, where nnnnn is the SCSSYSTEMID of the target node?
This would avoid name to address translation.
Duncan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 03:11 AM
11-08-2006 03:11 AM
Re: DECNET
DECnet-Plus provides different transports and different directory services for name to address translations.
You seem to not have configured the LOCAL directory service. This prevent DECnet from translating the local host name and also the remote host name GD2089.
If you want to use NSP transport or DECnet Phase IV addresses, you should also define the LOCAL namespace.
On the other hand, you seem to not have defined OSI transport (including DECnet-over-IP), which also needs TCPIP PWIPDRIVER to be started. This will prevent you from using DECnet-over-IP.
To skip name to address translation problems, specify the remote node DECnet (or IP) addresses with SET HOST (not SCSSYSTEMID, but the DECnet NSP address e.g. 15.990). Or use the IP address to test whether DECnet-over-IP works (SET HOST 193.247.236.208).
I noted that you seem to be using different node names in DECnet and TCPIP, this is not very helpful for troubleshooting.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 06:58 PM
11-08-2006 06:58 PM
Re: DECNET
I have to work with Aplpha's on a remote network, must use set h nodeName.
I really apprecite your replies.
Our Network, with many MS nodes, is controlled by an MS/Network expert and thus the many names!! The node GD2099 is IMS0205 is IMSF205, that is how they like it!
This is a new node, TCPIP seems to work with FTP, Telnet etc..
Set host does not work with TCP address or node name.
In the net$configure the Qu. Decnet over TCPIP the answer was Yes.
Have seen that the Show Net/Full decnet for an established node has far more info and have tried in vain to get them similar!
I shall try config with [LOCAL,DOMAIN] once more!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2006 08:00 PM
11-08-2006 08:00 PM
Re: DECNET
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 01:46 AM
11-09-2006 01:46 AM
Re: DECNET
This might help you with some of the background: http://h71000.www7.hp.com/openvms/journal/v5/index.html#decnet
A diagram of your configuration would be most helpful. Reading your notes it seems that your main interest is using DECnet over IP to reach a node outside the local LAN, not using DECnet native within the local LAN.
DECnet over IP needs both the PWIP driver enabled and the DOMAIN name service added to the list of name resolvers when you do the naming part of NET$CONFIGURE. I usually specify 127.0.0.1 (localhost) as the DOMAIN name service provider - that way the local node's BIND resolver can use a local hosts file and will also then chase down the list of DNS servers. For machines with static IP addresses (like the Alphas) this lets you remove a layer of complexity.
Something else to check is the number of NICs in the machines and which physical path you're actually using. Remember that DECnet Phase IV compatible addressing is per node, while IP addressing is per interface. Another thing to check is that all the software licences are valid and active.
If you still end up in difficulties it may be worth having someone else come to help you and teach you how to set up and debug this kind of configuration.
Good luck!
Cheers, Colin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 02:02 AM
11-09-2006 02:02 AM
Re: DECNET
Thanks for your help, I reconfgured with LOCAL plus a bit of guess work, followed by running sys$system:decnet_reister.exe and it works the new node is reachable by my local nodes and the new node reaches the local nodes.
I assume that I must register the node names of the remote network before I can set host to them ?? Or is there an automatic way of doing it??
Network is three node alphas and routed out to a larger network with many nodes, but my access is restricted!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2006 07:40 AM
11-09-2006 07:40 AM
Re: DECNET
if you want/need to use the DECnet node names for communication, you need to register them in DECNET_REGISTER first. If you have other nodes in your network running DECnet-Plus with a fully populated DECnet registry, you can export node name definitions on that node and import them on your local node.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2006 01:55 AM
11-10-2006 01:55 AM
Re: DECNET
and registered the nodes.