Hello Christian, Thanks for your hint.
/etc/ha.d/resource.d/mysql is start-up script which comes with MySQL Server binary, and I copied it from the original path... First I thohght it is used only to start/stop MySQL Server resource, but perhaps, also used to monitor MySQL Server. Anyway, thanks! ARIGATO-GOZAIMASHITA Kenji On 8/15/07, Christian Rishøj <[EMAIL PROTECTED]> wrote: > On 8/14/07, Kenji HIROHAMA <[EMAIL PROTECTED]> wrote: > > > The question is; > > "How Heartbeat2 monitor MySQL Server alive or death?" > > > > Does it monitor mysqld process itself? > > Or, does it issue some command like "mysqladmin ping" to check mysqld > > availability? > > Take a look in the resource agent script you are using and see what it > does. You seem to be using a HeartbeatResourceAgent: > > > <primitive class="heartbeat" id="mysql_4" provider="heartbeat" type="mysql"> > > According to http://www.linux-ha.org/HeartbeatResourceAgent you can > expect to find the script in /etc/ha.d/resource.d or /etc/init.d. > > Ganbatte : ) > > Christian > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- [EMAIL PROTECTED] Kenji Hirohama _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
