- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cluster hostname 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-04-2003 09:25 PM
11-04-2003 09:25 PM
Cluster hostname change
I would like to know if someone knows what is the procedure to change the hostname of the nodes in a cluster environment in the VPO database.
The problem I have is that the nodes are in the database with the short name and should be with the long name resolved by DNS, so the VPO applications doesn´t work, and when I open the browser the messages doesn´t appear unless I change the name of the nodes to it´s long name.
If someone can tell me what is the procedure to change the hostname in both nodes , I would be very gratefull.
Thanks for your help
Cr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 10:33 PM
11-05-2003 10:33 PM
Re: Cluster hostname change
First you have to get current configuration
of cluster and each package in it.
cmgetconf -v cmcl.ascii
cmgetconf -v -p package_name package_name.ascii
Change names in each ascii file and
.rhosts if you use it or cmclnodelist
Shutdown both nodes in single user mode
and use
/sbin/set_parms hostname
to set new host name on each
Start both nodes without starting cluster
Then
cmcheckconf -v -C cmcl.ascii -p package_name.ascii ...
If it pass repeat same syntax but instead
of check use apply
Then cmruncl -v
Kind regards,
Hrvoje
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 10:49 PM
11-05-2003 10:49 PM
Re: Cluster hostname change
>and use
>/sbin/set_parms hostname
I would think you can avoid the shutdown.
Simply execute
hostname
uname -S
To make it permanent edit /etc/rc.config.d/netconf and redefine the variable HOSTNAME in there.
Then execute
/sbin/init.d/hostname start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 03:34 AM
11-11-2003 03:34 AM
Re: Cluster hostname change
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2003 03:50 AM
11-11-2003 03:50 AM
Re: Cluster hostname change
TITLE: Changing HOSTNAME on a ServiceGuard node
Edited to comply with ITRC Guidelines
Document ID:
UMCSGKBRC00006541
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 08:53 PM
12-04-2003 08:53 PM
Re: Cluster hostname change
where can I find this document ??
TIA
Christian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2003 09:51 PM
12-04-2003 09:51 PM
Re: Cluster hostname change
First check software on nodename based licensing if so aquire new licences.
Here is a solution.
Check for all the package config files with contain the "old node name. Adjust those files so the packages are not able to start up on that node, check and apply those. Mark these files.
Use set parms initial to alter the node name.
Add the new name to the clusterascii file and check and apply the configuration.
Alter the packages config files you marked to put in the new node name and check and apply those.
Hope this helps,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 01:51 AM
12-05-2003 01:51 AM
Re: Cluster hostname change
Consider going to the VPO forum?
-StephenDoud
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2003 02:05 AM
12-05-2003 02:05 AM
Re: Cluster hostname change
You'll have to reapply the cluster binaries once the hostnames have changed. You can delete the cluster configuration and change the hostname, re-edit the cluster configuration file with the new hostnames and reapply the configuration.
I'm not sure about the VPO database, but the long / short names of the cluste nodes should not affect the app in any manner.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2003 05:08 AM
12-06-2003 05:08 AM
Re: Cluster hostname change
instead of changing your hostname, consider putting an alias with the short name on DNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 06:52 PM
12-08-2003 06:52 PM
Re: Cluster hostname change
As Stephen says it seems more a VPO problem , so I contacted HP support.
The final solution I believe is to change the hostname of the VPO server in VPO database but I want to know how it affects the cluster.
Cristina