- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Installing DECNet Plus
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
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
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
тАО10-25-2009 03:34 PM
тАО10-25-2009 03:34 PM
I have an upcoming project where I need to install DECNet Plus on to a production system running OpenVMS 8.3 (Alpha). Having read the manuals I decided that I should practice and document the steps needed. To that end I did a fresh install of 8.3 on a DS10 I had available. I did the install and excluded DECNet. Once the install was done and the system was available on the network via TCPIP I shut the system down, booted from the 8.3 install CD and installed DECNet Plus from the install layered products menu. A reboot and autogen later I ran NET$CONFIGURE and DECNet_REGISTER assigning the node name DRSA01 with the Address 1.2.
Everything works! I was patting myself on the back for getting it in one when I noticed that when I enter $SHOW NET the DECNet Address is displaying as 63,1022.
I've retraced my steps and find NET$CONFIGURE is correct and DECNet_REGISTER shows the assigned 1.2.
Any idea's on why the displays wrong and how I might correct it.
Thanks
Steve/
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2009 05:54 PM
тАО10-25-2009 05:54 PM
SolutionHere's a list of where the host name can lurk:
http://labs.hoffmanlabs.com/node/589
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2009 10:52 PM
тАО10-25-2009 10:52 PM
Re: Installing DECNet Plus
did you do another reboot after NET$CONFIGURE ?
If not, did you manually run @SYS$STARTUP:SYS$NET_SERVICES.COM ? This procedure will register information about all network stack (TCPIP and DECnet) for SHOW NETWORK to display.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2009 11:39 PM
тАО10-25-2009 11:39 PM
Re: Installing DECNet Plus
All this goes back to when clustering and DECnet were both integral parts of the OS. With Phase V and the removal of the requirement that clustering required DECnet it's not so tightly coupled, but there are things that expect the SCSSYSTEMID field and the DECnet Phase IV address to match.
It's easy enough to fix - modify MODPARAMS.DAT and set the SCSSYSTEMID value in there, then use AUTOGEN and reboot the machine.
The good thing about Phase V is that you can control which NICs have Phase IV compatible addresses (and thus get a Phase IV compatible MAC address change). You can also use "DECnet over IP", where the TCP/IP stack gets used as a pseudo transport for DECnet traffic. If you use "DECnet over IP" only, without running NSP or OSI over a physical NIC, then you don't need a DECnet Phase IV compatible address at all.
This article from the OpenVMS Technical Journal V5 might help with some of the background if you're interested: http://www.downloads.xdelta.co.uk/vmstjv5%20feb2005/decnet%20article%20vms%20tj%20v5%20feb2005.pdf
Cheers, Colin (http://www.xdelta.co.uk).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-25-2009 11:54 PM
тАО10-25-2009 11:54 PM
Re: Installing DECNet Plus
After this, you can also try doing SET HOST 1.2 and see that you get to your node with no errors or warnings of host name not being translatable (I don't remember the exact phrase that the error message uses). If you can communicated with the node 1.2 then you're ok. If not then try:
$ mc ncl flush session control naming cache entry "*"
to make sure that there's nothing odd that's in cache. TCP/IP drops all of the host information and reloads it when it restarts. DECnet Plus tends to keep stuff in cache instead.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-29-2009 05:31 PM
тАО10-29-2009 05:31 PM
Re: Installing DECNet Plus
Thanks for the help. Hoff's document gave me my answer so top points to him. Colin your answer was on the money but second to get to me so I gave you points to.
Solution was,
Corrected SCSSYSTEMID based on the calculation provided followed by an AUTOGEN.
Thanks Again
Steve/