- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- implementing package priority in a SG 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
08-19-2007 08:53 PM
08-19-2007 08:53 PM
In my cluster, one of the nodes has a lower capacity (weak node). Therefore I must limit the number of packages running at the same time on that node. The limit is 1.
This issue forces to assign priorities to the three packages of the cluster in order that a higher priority package IS ALLOWED to throw out a lower priority package from the weak node.
Is there any trick of the configuration parameters (besides customizing control scripts) to achieve this behaviour on that weak node ?
Thanx in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 09:08 PM
08-19-2007 09:08 PM
SolutionHave you checked the failover_package and the failback_policy parameters
http://docs.hp.com/en/B3936-90117/ch06s01.html#cacdjhfd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 10:29 PM
08-19-2007 10:29 PM
Re: implementing package priority in a SG cluster
But my ServiceGuard version is A.11.14...
I'll have to edit the control scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 10:33 PM
08-19-2007 10:33 PM
Re: implementing package priority in a SG cluster
Hi Oskar,
Not sure if you check this doc out.
Good documents on setting the Package order.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c00941165-3
WK
p/s: please assign point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2007 11:41 PM
08-19-2007 11:41 PM
Re: implementing package priority in a SG cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 01:29 AM
08-20-2007 01:29 AM
Re: implementing package priority in a SG cluster
The previous document recommended is a good starting point.
Be advised that the latest version of Serviceguard - A.11.18 (which only runs on 11.23 and newer) has a package dependency and priority feature.
Details are available in the latest Managing Serviceguard manual at
http://docs.hp.com/en/ha.html#Serviceguard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 02:59 AM
08-20-2007 02:59 AM
Re: implementing package priority in a SG cluster
As far as I know, you'll have to edit the control scripts. We've done something similar at my client site with no ill effects.
There are any number of clever ways to do this; we have a simple 2-node cluster so it was an easy if statement checking to see if the hostname matched the weak node and if the unwanted package is running to stop it.
Remember, the control scripts are exactly that - scripts. Read through them and edit them to have them do what you need. Just remember to take backups. I usually check mine into RCS.
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2007 06:52 PM
08-20-2007 06:52 PM