- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Hostname in Cluster OS V7.3-2
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
10-16-2006 04:36 AM
10-16-2006 04:36 AM
Hostname in Cluster OS V7.3-2
I am very new to Ovms, we have a 4 node cluster running in our test env, how can i change the hostname of a node. Which command will help me out to change the node name without affecting my cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 04:42 AM
10-16-2006 04:42 AM
Re: Hostname in Cluster OS V7.3-2
check the app. chapter of the FAQ here:
http://h71000.www7.hp.com/faq/vmsfaq_007.html#mgmt9
Btw. the FAQ is always a good starting point...
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 05:52 AM
10-16-2006 05:52 AM
Re: Hostname in Cluster OS V7.3-2
follow Kalle's lead to find the documentation.
However, as it is by no way a trivial procedure,
WHAT ARE YOU TRYING TO ACHIEVE?
If you must comply to some changed company standard, that is just it. Periood. Follow the docs.
But if you are only trying to make things friendlier for the user community, by making them connect to a frienlier name, there are MUCH easier (AND more friendly!) ways.
By what protocol are the connections made? DECnet, LAT, TELNET, or something else?
Assuming some IP-based protocol, you can assign many alias names. (In fact, the _NODE_ does not have an IP-name, but the network-interfaces have. If you have multiple interfaces in a node, each must have its own IP address (usually with a name) and you can assign the same CNAME to those.
In the same way, you can assign multiple CNAMES (say, the application names) to one, some, or all of the nodes (interfaces).
If you are using a DNS, the different translations of a name (ultimately: IP addresses) can be assigned in round-robin fashion, or by a METRIC-LOADBROAKER system. (just make sure the name-translation cache timeouts of any routers are set to tens of seconds, instead of the default 24 hours).
If we know more of tour real need, we will be better able to give more exact answers.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:32 AM
10-16-2006 06:32 AM
Re: Hostname in Cluster OS V7.3-2
We are using TCP/IP lan, basically while installation we gave a hostname eg(kf1234), and we then joined the cluster, but later on we changed the SCSNODENAME in kf1234 from sysgen to MERC. AFter changing the SCSNODENAME, we took a reboot of the machine, after that he is not able to join the cluster. But he is able to ping to other machines/cluster memebers using TCP/IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:49 AM
10-16-2006 06:49 AM
Re: Hostname in Cluster OS V7.3-2
We are using TCP/IP lan/SCS, basically while installation we gave a hostname eg(kf1234), and we then joined the cluster, but later on we changed the SCSNODENAME in kf1234 from sysgen to MERC. AFter changing the SCSNODENAME, we took a reboot of the machine, after that he is not able to join the cluster. But he is able to ping to other machines/cluster memebers using TCP/IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:57 AM
10-16-2006 06:57 AM
Re: Hostname in Cluster OS V7.3-2
if you ONLY changed SCSNODENAME, you MIGHT try to change it back. I never tried that, however. ( Anyone got a finite answer on this being possible or not? )
However, changing the nodeNAME without changing SCSSYSTEMID will definitely make the cluster refuse to accept the node, for "the cluster" (ie, every single member) knows all members and former members. A NAME<-> ID combination that conflicts with the known members will be refused.
You will probably have to choose a new name & a new ID (which means you must reconfigure DECnet etc per the info given by Kalle), OR, you must reboot the entire cluster. (Yacks!!, did _I_ write that??))
I would try to revert first, but NO PROMISSES!
Tell us the result, please?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 06:58 AM
10-16-2006 06:58 AM
Re: Hostname in Cluster OS V7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 09:39 AM
10-16-2006 09:39 AM
Re: Hostname in Cluster OS V7.3-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2006 05:59 PM
10-16-2006 05:59 PM
Re: Hostname in Cluster OS V7.3-2
Maybe this:
>>> boot -flag 3,1 (3 is number of root and 1 is for sysboot)
SYSBOOT> set SCSNODENAME kf1234
SYSBOOT> set SCSSYSTEMID 7.200 (for example)
SYSBOOT> CONT