The list of parameters configurable within each script is provided below.
When modifying any of the parameters listed below, ensure that all scripts registered as restore, remove, quickCheck, or recover are updated with the same changes on all cluster nodes.
| Parameter |
Description |
| $debug |
Sets whether to output debug logs (0 or 1). 0: disable debug print 1: enable debug print (*) The default value is 0. |
| $exe_path |
Specify the full path to the HULFT Bin directory. (*) Example: “C:\HULFT\Family\hulft8\bin” |
| $conf_file |
Specify the full path to the HULFT configuration file. (*) Example: “E:\HULFT\Family\hulft8\etc\hulenv.cnf” |
(*) You cannot modify any parameters or code other than those listed above. Modifying parameters not listed here will void LifeKeeper product support. Please be aware of this beforehand.
The following parameters can be configured by editing the configuration file (%LKROOT%\etc\default\LifeKeeper).
| Parameter |
Description |
| LKHULFT_TIMEOUT |
Set the timeout value for each script’s processing. (seconds) (*) Default is 300 seconds |
| LKHULFT_RETRIES |
Set the retry count for each process. (times) (*) Default is 2 times |
| LKHULFT_FORCE_REMOVE |
If the remove process terminates abnormally, it will force a normal termination. (*) Default is enabled Due to issues like shared disk failures, the HULFT resource remove process may fail, causing the failover process to fail. Forcing a normal termination allows the failover process to continue. (*) Note: Forcing a normal termination may leave the HULFT service running instead of stopping. Stop it as needed. Specify either 0 or 1 for the setting. 0: Disabled 1: Enabled (default) Example setting (disabled) LKHULFT_FORCE_REMOVE=0 |



Post your comment on this topic.