- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ServiceGuard Cluster name 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
09-13-2007 05:08 AM
09-13-2007 05:08 AM
ServiceGuard Cluster name change?
I just wonder if it is possible to change the name of a cluster without recreating it from scratch.
Could anyone provide some info on this?
Your time is greatly appreciated.
thanks
Lorne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 05:59 AM
09-13-2007 05:59 AM
Re: ServiceGuard Cluster name change?
Basically you need to create the cluster ascii and packages config files of currently running cluster and packages using cmgetconf. Then halt the cluster. Delete the cluster and cluster ID using cmdeleteconf. Edit the cluster ascii file and update it with new cluster name. Create new cluster using the cluster ascii and packages config files using cmapplyconf. Then start the cluster using cmruncl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 07:36 AM
09-13-2007 07:36 AM
Re: ServiceGuard Cluster name change?
You can do a cmgetconf to get the ascii configuration from the current cluster & packages
Take the cluster down.
Delete the cluster.
Recreate the cluster and packages using the ascii configuration files from the cmgetconf command.
This will not be exactly recrating the whole thing from scratch, but close.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2007 11:52 AM
09-13-2007 11:52 AM
Re: ServiceGuard Cluster name change?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 02:51 AM
09-14-2007 02:51 AM
Re: ServiceGuard Cluster name change?
cmhaltcl -f
cmdeleteconf -f
vi
change name
vgchange -C n vgXX (lock disk vg)
vgchange -a y vgXX
cmapplyconf
vgchange -a n vgXX (lock disk vg)
cmruncl
This should work. Might have to activate the volume group with the lock disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2007 03:40 AM
09-14-2007 03:40 AM
Re: ServiceGuard Cluster name change?
Last time I tried cmdeleteconf and ended up recovering disk group info from the disk. It was not a pleasant experience. I guess cmgetconf will do it.
any comments are welcome.
have a good weekend, all
Thanks
Lorne