- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Service Guard Failover Config
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-30-2002 01:02 PM
09-30-2002 01:02 PM
Different type of question, which I did not see a clear answer to in the SG documentation.
Is it possible to configure service guard to, upon the failure of the primary node, verify if there are specific PROCESSES running on the secondary node (NOT to see if the node is simply "up", but check for specific processes) and use the process information of the secondary node to determine if it continues on the secondary node, or moves onto the tertiary node?
Thanks!
Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:09 PM
09-30-2002 01:09 PM
Re: Service Guard Failover Config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:13 PM
09-30-2002 01:13 PM
Re: Service Guard Failover Config
In one sense, in effect, you are asking for a multiple node failover. Consider the case where the primary node panics for reason of a hardware failure. The second(ary) node acquires the package as designed, but then, depending on what else its running, must divest itself of the package.
One way (obviously) is for the second node to panic (assuming the package can move again).
I suppose that you could interrogate your environment and if you found a particular set of conditions you (a piece of code you wrote) could halt the package and move it to the tertiary node.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:15 PM
09-30-2002 01:15 PM
Re: Service Guard Failover Config
Try the 'search' option on the forum. I know I've seen similar discussions here about how to code things in those functions. I'm sure you'll be able to find some threads there.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:16 PM
09-30-2002 01:16 PM
Re: Service Guard Failover Config
I think one way of doing it could be like this . IF your processes on secondary node could be started from a package/packages , then SG package on the primary node could be configured to failover to tertiary node using the MIN_PACKAGE_NODE variable in the package conf file .
Another way , I think is to write a script/function and put it in the primary nodes package control file where in checks the following before VG activation and checking and mounting file systems :
a . If running on primary host , then start normally .
b. If running on secondary node , then look for PROCESSES , if processes not found then startup normally , else do a cmrunpkg on the tertiary node .
Or you can build any logic that suits your purpose .
I hope others provide a better solution .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2002 01:28 PM
09-30-2002 01:28 PM
Re: Service Guard Failover Config
It took some time to get everything to work correctly. Unfortunately, somone had the brilliant idea to fail over only some packages from node1 to node2 to make data transfer between applications controlled by the packages easier. This wreaked havoc. Eventually, we set things up so node1 packages can automatically fail over to node2, but node2 was sized to handle both sets of packages. The fail over to node3 is now a manual task.
Be careful, test thouroughly! Remember KISS (Keep It Simple, Stupid)
HTH
Marty