Operating System - HP-UX
1833875 Members
1671 Online
110063 Solutions
New Discussion

Re: Test a serviceguard package

 
SOLVED
Go to solution
Bob Carback
Frequent Advisor

Test a serviceguard package

I would like to create/install a simple test package to test failover from 1 node to another. Any suggestions on something simple to use?
4 REPLIES 4
Michael Steele_2
Honored Contributor

Re: Test a serviceguard package

Kill the application PID. If you have monitoring scripts they will sense its loss. For example, oracle

ps -ef | grep -i oracle
kill -9 PID

HW failovers are something else and should have been tested before building the application. Pulling a network cable for instance. Can you specify HW or SW and application?
Support Fatherhood - Stop Family Law
Bob Carback
Frequent Advisor

Re: Test a serviceguard package

actually what I'm asking for is the name of a simple piece of software for testing. I understand how to test the failover, I just want something to test
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Test a serviceguard package

Well, the first application that is packaged in the MC/SG class is xclock. It's a very simple application although it assume that you have a Xserver somewhere (e.g. eXceed or ReflectionX or a Linux box).
If it ain't broke, I can fix that.
Bob Carback
Frequent Advisor

Re: Test a serviceguard package

thanks