- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: How to change node name in NET$CONFIG.DAT (DEC...
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-03-2004 08:04 PM
06-03-2004 08:04 PM
I've just through the exercise of changing the node names in a 2-node cluster (2 x DS25, VMS 7.3-2). I followed the procedure in the VMS FAQ and most of it has gone to plan.
BUT! The SYS$NODE, SYS$NODE_FULLNAME and SYS$DECDTM_NODE_NAME logicals still point to the old node names.
I can see the old names in the SYS$SYSTEM:NET$CONFIG.DAT files on each node but I cannot for the life of me work out how to update that file. I've used the NET$CONFIGURE.COM file to change the name but it will not update NET$CONFIG.DAT
Am I on the right track, is that the correct file to modify. If so, how?
Am I missing something obvious?
Thanks in advance,
Tony
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2004 08:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 04:58 AM
06-04-2004 04:58 AM
Re: How to change node name in NET$CONFIG.DAT (DECnet-Plus)
I've tried this in the past and two DECnet-Plus experts steered me away from use net$config to avoid the side effects you are seeing. In fact, they both say once you've run net$config for the initial install, in general never run it again.
Try Wim's suggestion first.
If that doesn't work, then look at editing the .ncl files for the relevent occurences (use caution, backup the .ncl files, etc.).
I'm sure suggesting to edit .ncl files will spark a debate, but IMHO it is the best way to take care of such things as node renames.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2004 06:31 PM
06-04-2004 06:31 PM
Re: How to change node name in NET$CONFIG.DAT (DECnet-Plus)
John, I had already searched all the SYS$MANAGER:*.NCL files for the node names. They're not in there. Should they be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2004 09:09 PM
06-08-2004 09:09 PM
Re: How to change node name in NET$CONFIG.DAT (DECnet-Plus)
Had it several times and had to look too.
If you modify the ncl files, net$configure is not going to see them (it has some files containing all the parameters that are in the ncl scripts). Also : don't use logicals for the ncl files : net$configure doesn't handle it correctly.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:42 AM
06-09-2004 03:42 AM
Re: How to change node name in NET$CONFIG.DAT (DECnet-Plus)
> not going to see them (it has some files
> containing all the parameters that are in the
> ncl scripts). Also : don't use logicals for
> the ncl files : net$configure doesn't handle
> it correctly.
Yes. That is our experince too. We have to use logical names though. I have removed every single file that is specific to a node to a common disk. This way I can upgrade or patch or both in a matter of minutes on the production nodes. Did an upgrade from VMS V7.2-x to VMS V7.3 in a matter of minutes. Alas, the price we pay is we do not use net$config anymore. I consider it worth it because of the benefits.
So you are defintely correct. I have chosen to travel the road less traveled. ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2004 03:50 AM
06-09-2004 03:50 AM
Re: How to change node name in NET$CONFIG.DAT (DECnet-Plus)
Or save your .ncl files, use net$configure and add some of the generated files to your saved .ncl set. Then restore your files.
Wim