- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SCSNODE change
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-14-2006 01:58 PM
11-14-2006 01:58 PM
SCSNODE change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 02:08 PM
11-14-2006 02:08 PM
Re: SCSNODE change
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 02:12 PM
11-14-2006 02:12 PM
Re: SCSNODE change
I concur with Rob. You will also need to recreate the queues.
For consistency, it is recommended that the SCSNODE be the same as the DECnet node name (not required, but it does reduce confusion).
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 02:23 PM
11-14-2006 02:23 PM
Re: SCSNODE change
devoted to name changes.
http://h71000.www7.hp.com/faq/openvms_faq.html
http://h71000.www7.hp.com/faq/vmsfaq_stmlf.txt
5.7 HOW DO I CHANGE THE NODE NAME OF AN
OPENVMS SYSTEM?
Some of that may be useful, even if you're
not doing all of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 05:48 PM
11-14-2006 05:48 PM
Re: SCSNODE change
to allow the queue manager to start automatically after the name change, you would need to start it with $ START/QUE/MANA/ON=(new_scsnode) or /ON=*
Watch out, if this node is part of a cluster: you need to change both SCSNODE and SCSSYSTEMID at the same time or you would need to reboot the whole cluster.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 07:00 PM
11-14-2006 07:00 PM
Re: SCSNODE change
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2006 07:54 PM
11-14-2006 07:54 PM
Re: SCSNODE change
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 02:21 AM
11-16-2006 02:21 AM
Re: SCSNODE change
Modparams then run autogen - remove old modparams or archive them so the old name doesn't accidently get rewritten
Check Licenses
TCPIP - Usually have to reconfigure
Decnet - Check against the SCSSYSTEMID
Queue manager - I would suggest show que/full/out=filename so you can recreate all of the needed queues
DCPS - if you hardcoded the nodename in the queues
Other nodes that might know it (decnet, host table, etc)
DNS - if the scsnode matches your registered IP.
Startup files in case you hard coded system name.
I normally match my Decnet and TCPIP name. I do have aliases and additional names associated with IPs on different machines so for IP I really have multiple names.
I hope I didn't miss anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 05:31 AM
11-16-2006 05:31 AM
Re: SCSNODE change
What is meant by "TCPIP node name" anyway? Does everybody mean "the name in the DNS or in local host tables"? If so it has to be configured in DNS or in local host tables on OTHER nodes (using TCPIP>SET HOST), not the node in question.
Thanks for your help. Ziggy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2006 07:20 AM
11-16-2006 07:20 AM
Re: SCSNODE change
the TCPIP name of the local node is used in two places:
$ TCPIP SHOW CONF COMM
$ TCPIP SHO HOST/LOCAL
The first one is used to set up TCPIP$INET_HOST and TCPIP$INET_HOSTADDR and is shown by $ SHOW NETWORK
The second one is the name for the primary IP address given to the first interface during @TCPIP$CONFIG. It's stored in the local host file for the node to be able to translate it's address to it's name, even if it cannot (yet) use DNS for translation.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2006 12:12 PM
11-22-2006 12:12 PM
Re: SCSNODE change
1) Edit MODPARAMS.DAT to change SCSNODE and SCSSYSTEMID at the same time (SCSSYSTEMID=1024*area number+ node number)
2)$ mcr ncp
NCP>DEFINE NODE new_name /ADDRESS=n.n.n.n
NCP>DEFINE EXECUTOR NAME new_name
NCP>DEFINE EXECUTOR ADDRESS a.n
NCP>EXIT
3) $set def sys$system
$ run authorize
UAF>RENAME/IDENT SYS$NODE_old SYS$NODE_new
UAF>EXIT
3) Stop queue manager TWICE to prevent it to start after a re-boot, also comment out any start/queue/manager and @sys$startup:tcpip$startup lines in systartup_vms.com
4)$@sys$update:autogen SAVPARAMS SETPARAMS
5)reboot the system
6) From console (since TCP is not running):
$@sys$manager:tcpip$config
configure all from scratch
7) $ @sys$startup:tcpip$startup
8) $ start/queue/manager/on=new_node
TCP/IP obviously needs to be configured AFTER the re-boot
I thank everybody for your help
Ziggy