- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disable MC Service Guard cluster and disable t...
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
03-28-2012 01:05 AM
03-28-2012 01:05 AM
Disable MC Service Guard cluster and disable the share storage
We have 2 node MC service guard with 2 pkg and share storage between 2 node
I want used temporary these node as single server .. Therefore I want disable the Cluster and deactivate the share storage ..
what is best procedure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2012 07:17 AM
03-28-2012 07:17 AM
Re: Disable MC Service Guard cluster and disable the share storage
You did not indicate whether the applications running from Serviceguard packages will still be used after temporarily disabling Serviceguard.
Halt the cluster with cmhaltcl -f
De-cluster the VGs used by the packages: vgchange -c n <vgname>
Activate the VGs on shared storage manually: vgchange -a y <vgname>
Add mount information to /etc/fstab, unless you want to explicitly mount the file systems on the shared storage
Determine whether a relocatable IP was associated with either package, and whether it will be needed. If so, use ifconfig to assign it to a NIC.
Identify any other system resources that the package(s) activated, and make them available for the applications.
Start the applications.