Serviceguard Toolkits for Contrib User Guide Version A.12.00.00

A Sample Apache toolkit package configuration file
package_name APACHE1
package_description "Serviceguard Package"
module_name sg/basic
.
.
.
module_version 1
package_type failover
node_name *
auto_run yes
node_fail_fast_enabled no
run_script_timeout no_timeout
halt_script_timeout no_timeout
successor_halt_timeout no_timeout
script_log_file $SGRUN/log/$SG_PACKAGE.log
.
.
.
tkit/apache/apache/HTTPD_CONFIG_FILE /etc/httpd/conf/httpd.conf
tkit/apache/apache/PID_FILE /var/run/httpd_s1.pid
tkit/apache/apache/FAIL_CRITERIA Parent_Process_Only
tkit/apache/apache/MONITOR_INTERVAL 30
tkit/apache/apache/RETRY_TIMES 1
service_name apache1_service
service_cmd "$SGCONF/scripts/tkit/apache/tkit_module.sh apache_monitor"
service_restart none
service_fail_fast_enabled no
service_halt_timeout 300
.
.
.
41