- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- service guard query
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
11-05-2003 03:35 PM
11-05-2003 03:35 PM
I had to swap out a non mirrored disk yesterday within a sg package. Due to an issue with the database I had a few rogue processes and a zombie kicking around, i therefore opted to reboot the server after I had replaced the disk etc. The data for the database hadn't yet been restored so i didn't want the package to try and start up after reboot.
To do this I cheated and stopped the cluster software from restarting during bootup by editing /etc/rc.config.d/cmcluster This of course stopped the other databases from restarting. (dev server, so no worries. I had tried to failover the other packages and disable switching, but thats another issue)
When the server came back I made the volume group cluster unaware
vgchange -c n vgsg02
Then activated it
vgchange -a y vgsg02
Before manually remounting my filesystem
What I have been searching through the documentation for is how to stop a single node from coming back after a reboot without having to stop the service guard software from starting
Thanks in advance
Steve
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:04 PM
11-05-2003 04:04 PM
Re: service guard query
is that you want to bring up a cluster node but dont want it to join the cluster.
One way to do that is to stop the daemon from coming on that node by editing /etc/rc.config.d/cmcluster and make 0.
Other way is to remove this node from cluster.
If i am wrong in undertstanding let me know i'll try it again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:07 PM
11-05-2003 04:07 PM
Re: service guard query
Editing /etc/rc.config.d/cmcluster is what I did.
I want to stop one specific package from restarting after a reboot without having to stop them all, or removing the config for that particular package
Thanks
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:17 PM
11-05-2003 04:17 PM
Re: service guard query
Instead if it just the package that you dont want to start after a reboot then u can modify the package control scripts to start the package manually.
i know this is not of much help but if you were thinking in this line pl recert back.
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:22 PM
11-05-2003 04:22 PM
Re: service guard query
Other thing you could do is edit the package script and comment all the file systems from being mounting, comment all VG belonging to the package to be activated and also comment all services starting in the package. This way you'll have only a dummy package running with no applications running...
There are the only 2 options available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:22 PM
11-05-2003 04:22 PM
Re: service guard query
Sorry didnt see your reply to Rajeev's answer.You can find the control scripts in /etc/cmcluster/packagename.
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:30 PM
11-05-2003 04:30 PM
Solutionhere is a document which explains about how to prevent the package from starting in a cluster.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063209051
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:34 PM
11-05-2003 04:34 PM
Re: service guard query
I've been looking for that doc
Thanks guys
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:38 PM
11-05-2003 04:38 PM
Re: service guard query
I went for a smoke and thinking in realised this solution to make
AUTO_RUN = NO in the package file and disable autoswitching by cmmodnet...
I was too late to reply...aaah..
Sorry , no points please...
This is just that the day is ending here and i needed a break
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 04:39 PM
11-05-2003 04:39 PM
Re: service guard query
i mean cmmodpkg -d
...sorry i close and go home now