Hello Linux-HA community,
Current Setup: Linux HA Version: 2.1.4 Red Hat Enterprise Linux 5.5 Active/Standby mode. 1. I would like to know about "Killing with signal SIGTERM (15)." after resource monitoring is timeout. as I assume, I think resource monitoring status was killing in order to start a new resource monitoring process, It this correct? lrmd[4484]: 2012/10/17_00:07:04 WARN: resource_broker7:status process (PID 3665) timed out (try 1). Killing with signal SIGTERM (15). lrmd[4484]: 2012/10/17_00:07:04 WARN: operation status[12] on heartbeat::broker7::resource_broker7 for client 4487, its parameters: CRM_meta_interval=[5000] CRM_meta_prereq=[n othing] CRM_meta_start_delay=[15000] CRM_meta_role=[Started] CRM_meta_id=[Mon_broker7] CRM_meta_timeout=[30000] CRM_meta_on_fail=[ignore] crm_feature_set=[2.0] CRM_meta_disabl ed=[false] CRM_meta_description=[Mon_broker7] CRM_meta_name=[status] : pid [3665] timed out crmd[4487]: 2012/10/17_00:07:04 ERROR: process_lrm_event: LRM operation resource_broker7_status_5000 (12) Timed Out (timeout=30000ms) 2. I really need to understand the resource agent monitoring process. from the configuration below, it is correct that "the operation status is performed every 5 seconds and has 15 seconds to complete before Linux HA assume the resource is failed" when resource is failed , Linux HA will see on_fail value and take some action. (ignore, stop) 3. in case that on_fail="stop" when resource monitoring is timeout. the Linux HA will stop that resource ? and failover to standby node? <primitive id="resource_broker7" class="heartbeat" type="broker7" provider="heartbeat"> <meta_attributes id="resource_broker7_meta_attrs"> <attributes> <nvpair id="resource_broker7_metaattr_target_role" name="target_role" value="started"/> </attributes> </meta_attributes> <operations> <op name="status" description="Mon_broker7" interval="5" timeout="15" start_delay="15" disabled="false" role="Started" on_fail="ignore" id="Mon_broker7" prereq="n othing"/> </operations> </primitive> Thank you very much. Thanachit. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
