- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disarm 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-22-2004 06:44 AM
12-22-2004 06:44 AM
I want to desintall the Service Guard.
What are the steps to do this?
Thanks
Merry Chrismas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 07:44 AM
12-22-2004 07:44 AM
Re: disarm cluster
cmhaltcl
# halts the entire cluseter
cmhalt node -v
# this will halt individual nodes in the cluster.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 08:32 AM
12-22-2004 08:32 AM
Solutioncmhaltcl
Then run this on the node to be removed
cmhaltnode
Edit the file /etc/rc.config.d/cmcluster and set
AUTOSTART_CMCLD=0
You may then use swremove to remove the MC/Serviceguard software.
Note:
You may need to remove references to the removed node in the remaining cluster nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 08:37 AM
12-22-2004 08:37 AM
Re: disarm cluster
AUTO_VG_ACTIVATE=0
to
AUTO_VG_ACTIVATE=1
You will also need to make sure that you add your filesystem that the packages used into /etc/fstab so that they are now mounted automatically when the system boots.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 08:37 AM
12-22-2004 08:37 AM
Re: disarm cluster
You need to shutdown the cluster first.
cmhaltcl -f would shutdown all the nodes in the cluster. Then delete the cluster info, using cmdeleteconf to delete the cluster info. Then activate the vg manually and mount the filesystems and you are good to go. For future purpose, remove any entry made in /etc/lvmrc for the SG and make new entries in /etc/fstab for the filesystems to be now mounted without a SG package to control their mount.
Hoep this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2004 10:45 PM
12-22-2004 10:45 PM
Re: disarm cluster
remember to put the startup/shutdown scripts in the package .cntl files into e.g /sbin/rc3.d (start) /sbin/rc2.d (kill)
and set the filesystemmounting /etc/fstab
-paul