- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: removing a service from service guard
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-17-2007 09:07 PM
09-17-2007 09:07 PM
I dont have much experience with service gaurd and was looking for some assistance ....
does anyone have the procedure for removing an application / service from the configuration.
basically we have a server that is no longer on the network that was part of the cluster.
Many Thanks
Chris.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 09:12 PM
09-17-2007 09:12 PM
Re: removing a service from service guard
cmdelete conf command helps you
cmdeleteconf - Delete either the cluster or the package configuration
Please look at man page
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 09:16 PM
09-17-2007 09:16 PM
Re: removing a service from service guard
See KB doc UXSGKBAN00000114 : How to remove a server from a ServiceGuard cluster
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 09:36 PM
09-17-2007 09:36 PM
Solutionhi Chris,
This process can be performed on a running cluster if ServiceGuard A.10.10 or
later is the current version running. If older than version A.10.10, the
cluster will need to be halted before performing the cmapplyconf step.
1) Halt the package
# cmhaltpkg
2) For clusters running ServiceGuard version 10.10 and newer perform:
# cmdeleteconf -p
For ServiceGuard version older than 10.10:
Halt the cluster
# cmhaltcl
Re-apply the cluster and package configuration files WITHOUT listing the
package configuration file that will not be included in the new cluster.
# cmapplyconf -C
3) Release the resources used in the package for other uses:
- strings /etc/lvmtab > lvmtab.out
- vgexport the package volume groups on each server that could
activate them.
- On one server, pvcreate the disks that were in the Volume
Group(s) - to make them available to other VGs. See lvmtab.out
- rmdir mount points for file systems on each adoptive server.
- remove reference to relocatable IP/alias from hostname service files.
- remove the package directory from every server designated to operate it.
Sample process (version 10.10 and later):
# cmviewcl
CLUSTER STATUS
eon_ion up
NODE STATUS STATE
eon up running
PACKAGE STATUS STATE AUTO_RUN NODE
aclk up running enabled eon
NODE STATUS STATE
ion down halted
UNOWNED_PACKAGES
PACKAGE STATUS STATE AUTO_RUN NODE
remove.me down halted enabled unowned
# cmdeleteconf -f -p remove.me
Completed the package deletion.
# cmviewcl
CLUSTER STATUS
eon_ion up
NODE STATUS STATE
eon up running
PACKAGE STATUS STATE AUTO_RUN NODE
aclk up running enabled eon
NODE STATUS STATE
ion down halted
WK
please assign points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2007 09:52 PM
09-17-2007 09:52 PM
Re: removing a service from service guard
I will test etc however where can I find:
How to remove a server from a ServiceGuard cluster: KB doc UXSGKBAN00000114
cheers
Chris.