Operating System - HP-UX
1856411 Members
2939 Online
104112 Solutions
New Discussion

differnce service_fail_fast and node_fail_fast

 
firas_1
Advisor

differnce service_fail_fast and node_fail_fast

What is the differnce between service_fail_fast_enabled and node_fail_fast_enabled, with both options YES/NO. please elaborate as am get confused.
Keep walking
3 REPLIES 3
melvyn burnard
Honored Contributor

Re: differnce service_fail_fast and node_fail_fast

If you have service_fail_fast set to yes, and any package has a service configured, if that service fails, then this will casue hte node to TOC.

If you have node_fail_fast set to yes, then any failure such as a subnet failure, will cause the node to TOC.

In other words, service_fail_fast only TOC's the node if a package SERVICE failure occurs, and node_fail_fast is more of a generic failure monitor.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Steve Steel
Honored Contributor

Re: differnce service_fail_fast and node_fail_fast

Hi

Service Fail Fast
Enter Enabled or Disabled for each service. This parameter indicates whether or not the failure of a service results in the failure of a node. If the parameter is set to Enabled, in the event of a service failure, LockManager will halt the node on which the service is running with a TOC. The default is Disabled.

In the ASCII package configuration file, this parameter is SERVICE_FAIL_FAST_ENABLED, and possible values are YES and NO. The default is NO. Define one SERVICE_FAIL_FAST_ENABLED entry for each service.


Package Fail Fast Enabled
In the event of the failure of the control script itself or the failure of a subnet, if this parameter is set to Enabled, MC/LockManager will issue a TOC on the node where the control script fails. The default is Disabled.

In the ASCII package configuration file, this parameter is called NODE_FAIL_FAST_ENABLED, and possible values are YES and NO. The default is NO.



see
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B5158-90001/B5158-90001_top.html&con=/hpux/onlinedocs/B5158-90001/00/00/20-con.html&toc=/hpux/onlinedocs/B5158-90001/00/00/20-toc.html&searchterms=node_fail_fast&queryid=20030207-061025


steve Steel

If you want truly to understand something, try to change it. (Kurt Lewin)
firas_1
Advisor

Re: differnce service_fail_fast and node_fail_fast

sorry for delay, I was in Haj, anyways, if service_fail_fast = false and node_fail_fast=true, then if you kill for example the service proccess being monitored. then MC/SG will try to start running the halting script in the pkg control script, and if execution went fine then only the package wil be halted and node will not TOC. this is what I experinces in my testing cluster. could you please comment on this.
Keep walking