- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Configuring 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
06-15-2004 02:34 AM
06-15-2004 02:34 AM
Okay, this is my private network behind a router on Road Runner broadband. I have two PCs and the Alphastation connected directly to the router. I have two other OpenVMS VAX systems on thinwire, going through a CentreCOM MR122T thinwire to Cat 5 converter.
I'm trying to set up DECnet Phase IV on this machine so that the three VMS machines can talk. I do have TCP/IP running on all three as well - yes, I want both, please.
On the Alphastation, I had started to try setting up DECnet before I realized I should just use sys$manager:netconfig.com to set it up. D'OH! Anyhow.... now it's complaining when attempting to set up the circuit (EWA-0). It shows with "LIST KNOWN CIRCUITS", but not in "SHOW KNOWN CIRCUITS". If I attempt to manually set it, I get "%NCP-W-UNRCMP, Unrecognized component , Circuit" and back to the NCP prompt.
How can I clean things back out, and start over again? At this point, I'm not adverse to reformatting the drives, because so far I have nothing on the system drive to lose.
And here I've been playing with VMS since about 198x... and thought I'd learned a lot.
Thanks for the assist!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 02:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 03:11 AM
06-15-2004 03:11 AM
Re: Configuring DECnet
The LIST command shows the configuration from the 'permanent database' - what is stored in files like NETCIRC.DAT. The SHOW command shows the configuration from the 'volatile database' - this is the contents from the running system (volatile, because it's gone when you cut the power ;-)
Ian has already mentioned that you need to start DECnet before TCP/IP, because DECnet Phase IV changes the MAC address of the ethernet interface. You should have received an error message when you stared DECnet.
You can try this:
$ MCR NCP SET EXECUTOR STATE OFF
$ @ SYS$MANAGER:TCPIP$SHUTDOWN
$ @ SYS$STARTUP:STARTNET
$ @ SYS$STARTUP:TCPIP$STARTUP
If that does not work, then just edit SYSTARTUP_VMS.COM and reboot the system.
Oh, and this is not Windows! You can run NETCONFIG.COM again and it will be able to PURGE your DECnet database before it starts all over.
I have been play\yalp\working with VMS since 1982 and I have learned a lot, too, but I still learn something new every day - welcome to the club!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 04:01 AM
06-15-2004 04:01 AM
Re: Configuring DECnet
$ MCR NCP
SET KNOWN LINE STATE OFF
SET KNOWN CIRC STATE OFF
SET EXECUTOR STATE SHUT
$ @ SYS$MANAGER:TCPIP$SHUTDOWN
$ @ SYS$MANAGER:NETCONFIG
$ @ SYS$STARTUP:TCPIP$STARTUP
Then you can test
$ MCR NCP SHOW KNON CIRC
and you have to see all circuit running on
When network run, add in SYS$MANAGER:SYSTARTUP_VMS.COM
the follow line
@SYS$MANAGER:STARTNET
(you could find it, removing remark point)
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 04:07 AM
06-15-2004 04:07 AM
Re: Configuring DECnet
Not Windows??? *GASP* LMAO - yes, I'm aware of that, and most happy about it! ;) I'm just rather rusty on my VMS experience, and need to get myself back up to speed. I haven't actually *managed* a system since somewhere around 1996, and hardly played with one between 1997 and the tail end of 2002.
Now, with the phasing out of some of the older Alphastations, I'm able to become the owner of a few... and having fun with them! Heck, I even have an MicroVAX 3400 and a MicroVAX 3100... both still work, too!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 05:48 AM
06-15-2004 05:48 AM
Re: Configuring DECnet
First there was a DEC3000-600 'around' that disk, but when I came back one day from a customer visit it was 'downgraded' ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 06:33 AM
06-15-2004 06:33 AM
Re: Configuring DECnet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2004 07:30 PM
06-15-2004 07:30 PM
Re: Configuring DECnet
I was a new, little Indian without a feather and the system was needed for a project. Some time after this I was allowed to take it home for a couple of years.