- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- changing cluster nodes IP and hostname
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
04-08-2009 01:29 AM
04-08-2009 01:29 AM
Actually i am planning to change the ip address and hostname of the two nodes "hpux 11i v1"which creating a serviceguard clutser.
what is the steps that i should follow to do this without any side-effects.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 01:50 AM
04-08-2009 01:50 AM
Re: changing cluster nodes IP and hostname
cmquerycl -C clu.conf -c
Adapt the cluster conf file
NODE_NAME
Apply the cluster conf file
cmapplyconf
Distribute to all nodes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 01:57 AM
04-08-2009 01:57 AM
Re: changing cluster nodes IP and hostname
only lanx is nominated.
In the ascii package control.sh script you
find the package ip@ for your package (change manually)
e.g.
IP[0]="10.214.16.153"
SUBNET[0]="10.214.0.0"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 02:00 AM
04-08-2009 02:00 AM
Re: changing cluster nodes IP and hostname
1)Get the current cluster config file by cmgetconf keep a copy of it.
2) Halt the cluster and keep autostart option of cluster off in /etc/rc.config.d/cmcluster
3)Change the hostname and IP address of the cluster node by set_parms
4)Reboot both the server
5)Either chnage the current cluster acsii file or recreate it by cmquerycl
6)Finally check and apply cluster config
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 02:06 AM
04-08-2009 02:06 AM
SolutionThe sequence will be for example
cmgetconf -C /tmp/cluster.ascii
modify the cluster.ascii file with the new IP
cmcheckconf -C /tmp/cluster.ascii
cmhaltcl
cmapplyconf -v -C /tmp/cluster.ascii
cmruncl
mv the conf file on /etc/cmcluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 02:40 AM
04-08-2009 02:40 AM
Re: changing cluster nodes IP and hostname
edit the below file for new name.
vi /etc/cmcluster/cmclnodelist
Regards
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2009 05:27 AM
04-08-2009 05:27 AM
Re: changing cluster nodes IP and hostname
Check this thread...
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1239197032951+28353475&threadId=1268908
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2009 02:15 PM
04-17-2009 02:15 PM
Re: changing cluster nodes IP and hostname
check this thread below
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1328056
Good Luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2009 03:47 AM
04-30-2009 03:47 AM