- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I remove an MCSG cluster
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
12-28-2007 05:31 AM
12-28-2007 05:31 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:14 AM
12-28-2007 06:14 AM
Re: How do I remove an MCSG cluster
Shut down the cluster.
Shut down MC/SG services.
Remove the MC/SG software.
Do this on both servers and you now have 2 stand-alone servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:16 AM
12-28-2007 06:16 AM
Re: How do I remove an MCSG cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:16 AM
12-28-2007 06:16 AM
Re: How do I remove an MCSG cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:38 AM
12-28-2007 06:38 AM
Re: How do I remove an MCSG cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:43 AM
12-28-2007 06:43 AM
SolutionI would say, in a general guideline :
- halt all packages (cmhaltpkg)
- stop the cluster (cmhaltcl)
- remove cluster configuration (cmdeleteconf)
- inhibit automatic startup of cluster in file /etc/rc.config.d/cmcluster on each node
- delete vg configurations that will not be use on each node (vgexport)
- modify /etc/lvmrc on each node to re-activate automatic vg activation at startup
- disable cluster bit on remaining vg on each node (vgchange -c n)
- activate in a normal way remaining vg on each node (vgchange -a y)
- modify /etc/fstab to mount all needed filesystems on each node
- mount this filesystems on each node
Now, you have to deal with the floatting IP. Your software is probably configured to work with it. So the simpliest way is to permanently add it in /etc/rc.config.d/netconf with virtual NIC like lan0:1.
Hope this will help
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:47 AM
12-28-2007 06:47 AM
Re: How do I remove an MCSG cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 06:59 AM
12-28-2007 06:59 AM
Re: How do I remove an MCSG cluster
you said <
I don't think it's a good idea to remove MCSG. Just keep it inactive : maybe you will later decide to activate it again. And even if swremove works pretty well, there is always a risk to damage something. If you can avoid ...
And don't forget to assign points to each answer : it's a good engine so that this forum works well.
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2007 05:16 AM
12-29-2007 05:16 AM
Re: How do I remove an MCSG cluster
cmdeleteconf
removes the cluster configuration from each node also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2007 06:24 AM
12-29-2007 06:24 AM