Operating System - Linux
1827853 Members
1511 Online
109969 Solutions
New Discussion

Minimum failover time for SGLX

 
SOLVED
Go to solution
klemerS
Frequent Advisor

Minimum failover time for SGLX

Hi.

How can i determine The minimum failover time i can get - when a member fail or when a pkg fail? ( including the time its take to find hardware failare. )

its very simple application - start in notime&
killed in notime. ( almost)

I need 12 sec. for failover. Is it A
reasonable request??

Thanks.
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Minimum failover time for SGLX

Shalom,

It is reasonable for most software, though oracle may give you trouble, since it often takes more than 12 seconds for an oracle instance to get started up.

You need to test this to be certain.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
melvyn burnard
Honored Contributor

Re: Minimum failover time for SGLX

One thing to be aware of is that the failover time of a Serviceguard package can be determined and controlled by the various parameters, but the point to stress here is that it only makes the time taken to START the package deterministic. What is difficult to give a time for is the actual startup time of the application in the package, as this can be influenced by far too many factors, not least of which is roll forward or roll back of transactions for example.
So although you could configure for a time of 12 seconds from failure to the package start BEGINNING, you cannot realistically configure for a time whereby the application is up and ready (i.e. the package start has completed) for any and all scenarios
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
John Bigg
Esteemed Contributor
Solution

Re: Minimum failover time for SGLX

I do not believe that you will be able to get a 12 second failover time. Without the fast failover product which is available on HP-UX but not for Linux, with a 2 second node timeout you would expect around a 30 second failover time. If you reduce the node timeout to 1 second and have a 0.5 second heartbeat interval you can roughly halve this but I would think that puts your cluster at too much risk of transient problems resulting in false failovers.

And of course these times are simply the Serviceguard failover times and do not take into account any application startup or recovery which would be needed after Serviceguard failsover and starts the applicaitons on an adoptive node.
klemerS
Frequent Advisor

Re: Minimum failover time for SGLX

Thanks for your replays.

I also think that 28 sec is the min i can get with QS & 56 sec with lock lun. I will

check it today.