The configurable parameters list for each script is below.
HC_TIMEOUT | Set this parameter as the connection timeout value from the Load Balancer. If there is no connection for the specified number of seconds, it is treated as a failure and failover is performed. The default value is 60 seconds. This parameter should be set in the %LKROOT%\etc\default\LifeKeeper file. Example: HC_TIMEOUT=30 |
HC_READ_TIMEOUT | Set this parameter as the data arrival timeout value from the Load Balancer. If there is no data for the specified number of seconds, Gen LB sends the reply string to the Load Balancer, then Gen LB closes the TCP connection. The default value is 10 seconds. This parameter should be set in the %LKROOT%\etc\default\LifeKeeper file. Example: HC_READ_TIMEOUT=20 |
HC_MAX_ERROR | Set this parameter as the maximum allowable continuous error count in accepting of connection from the Load Balancer. If the error count exceeds, it is treated as a failure and failover is performed. The default value is 3. This parameter should be set in the %LKROOT%\etc\default\LifeKeeper file. Example: HC_MAX_ERROR=10 |
Parameters other than the above cannot be modified. Note that modifying parameters other than the allowed parameters is not supported. Modification of the code in the action scripts for the Gen LB resource is also prohibited.
Post your comment on this topic.