<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Serviceguard cluster for MySQL on RHEL4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201321#M57874</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No, mysql will not start normally with the standard /etc/init.d/mysqld startup script.&lt;BR /&gt;&lt;BR /&gt;You will need to modify the startup script in a copy somewhat.&lt;BR /&gt;&lt;BR /&gt;Please upload your configuration and error messages.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 20 May 2008 12:53:18 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2008-05-20T12:53:18Z</dc:date>
    <item>
      <title>Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201320#M57873</link>
      <description>Dear all&lt;BR /&gt;i want to make a 2-node cluster with SGLX A.11.18&lt;BR /&gt;and MySQL on RHEL4.&lt;BR /&gt;Servers=2xBL20p&lt;BR /&gt;Storage=MSA1000 in SAN&lt;BR /&gt;The package that i created with MySQL Toolkit,   does not start normally, but base package on this cluster works good.&lt;BR /&gt;Any help will be appreciated.</description>
      <pubDate>Tue, 20 May 2008 12:16:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201320#M57873</guid>
      <dc:creator>pymsh</dc:creator>
      <dc:date>2008-05-20T12:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201321#M57874</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;No, mysql will not start normally with the standard /etc/init.d/mysqld startup script.&lt;BR /&gt;&lt;BR /&gt;You will need to modify the startup script in a copy somewhat.&lt;BR /&gt;&lt;BR /&gt;Please upload your configuration and error messages.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 20 May 2008 12:53:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201321#M57874</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-20T12:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201322#M57875</link>
      <description>Hi SEP&lt;BR /&gt;I have followed the "Using MySQL Toolkit in a ServiceGuard for Linux Cluster" guide and make the config and script file.&lt;BR /&gt;After creating and applying these files, MySQL package does not run on any nodes.&lt;BR /&gt;I have repeat steps 3 times, but the problem still exists.&lt;BR /&gt;</description>
      <pubDate>Tue, 20 May 2008 13:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201322#M57875</guid>
      <dc:creator>pymsh</dc:creator>
      <dc:date>2008-05-20T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201323#M57876</link>
      <description>Easy one to fix.&lt;BR /&gt;&lt;BR /&gt;Putting the basic call to start mysql doesn't work because the environment is not correct. All you need to do is use the extract below in your SG control script, and mysql will stop/start with no problems (at least it works for me).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;function customer_defined_run_cmds&lt;BR /&gt;{&lt;BR /&gt;# ADD customer defined run commands.&lt;BR /&gt;    su - -c "/etc/init.d/mysql start"&lt;BR /&gt;&lt;BR /&gt;    test_return 51&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;function customer_defined_halt_cmds&lt;BR /&gt;{&lt;BR /&gt;# ADD customer defined halt commands.&lt;BR /&gt;    su - -c "/etc/init.d/mysql stop"&lt;BR /&gt;&lt;BR /&gt;    test_return 52&lt;BR /&gt;}&lt;BR /&gt;</description>
      <pubDate>Sun, 25 May 2008 14:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201323#M57876</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2008-05-25T14:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201324#M57877</link>
      <description>Thank you all,&lt;BR /&gt;I changed content of control script to run /etc/init.d/mysqld but the problem still exists.&lt;BR /&gt;The error is reported as:&lt;BR /&gt;&lt;BR /&gt;# cmmodpkg -e -n N1-n N2 mysql_1&lt;BR /&gt;Package mysql_1 is already enabled on node N1&lt;BR /&gt;Package mysql_1 is already enabled on node N2&lt;BR /&gt;cmmodpkg: Completed successfully on all packages specified&lt;BR /&gt;&lt;BR /&gt;# cmrunpkg mysql_1&lt;BR /&gt;Running package mysql_1 on node N1&lt;BR /&gt;The package script for mysql_1 failed with no restart. mysql_1 should not be restarted&lt;BR /&gt;Unable to run package mysql_1 on node N1&lt;BR /&gt;Check the syslog and pkg log files for more detailed information&lt;BR /&gt;cmrunpkg: Unable to start some package or package instances&lt;BR /&gt;&lt;BR /&gt;As i said before, i followed T2377-90001 MySQL Toolkit Guide for configuration.&lt;BR /&gt;Any suggestion??</description>
      <pubDate>Mon, 26 May 2008 04:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201324#M57877</guid>
      <dc:creator>pymsh</dc:creator>
      <dc:date>2008-05-26T04:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201325#M57878</link>
      <description>What's in the package log file?</description>
      <pubDate>Mon, 26 May 2008 20:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201325#M57878</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2008-05-26T20:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201326#M57879</link>
      <description>Hi,&lt;BR /&gt;MySQL package is halted as soon as it's started!!&lt;BR /&gt;The MySQL log file is as followed:&lt;BR /&gt;&lt;BR /&gt;###### Node "pec0360s": Starting package at Tue Jun 10 18:58:00 IRST 2008 ######&lt;BR /&gt;Attempting to addtag to vg vgpkg1...&lt;BR /&gt;addtag was successful on vg vgpkg1.&lt;BR /&gt;Jun 10 18:58:00 - Node "pec0360s": Activating volume group vgpkg1 .&lt;BR /&gt;Jun 10 18:58:00 - Node "pec0360s": Checking filesystems:&lt;BR /&gt;   /dev/vgpkg1/MySQL_1&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;Starting MySQL:  [  OK  ]^M&lt;BR /&gt;Jun 10 18:58:02 - Node "pec0360s": Starting service mysql_monitor using&lt;BR /&gt;         "toolkit.sh"&lt;BR /&gt;sh: line 0: exec: toolkit.sh: not found&lt;BR /&gt;###### Node "pec0360s": Package start completed at Tue Jun 10 18:58:02 IRST 2008 ######&lt;BR /&gt;&lt;BR /&gt;####### Node "pec0360s": Halting package at Tue Jun 10 18:58:02 IRST 2008 #######&lt;BR /&gt;Jun 10 18:58:02 - Node "pec0360s": Halting service mysql_monitor&lt;BR /&gt;cmhaltserv: Service name mysql_monitor is not running.&lt;BR /&gt;. . .&lt;BR /&gt;Any suggestion?&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 10 Jun 2008 06:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201326#M57879</guid>
      <dc:creator>pymsh</dc:creator>
      <dc:date>2008-06-10T06:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Serviceguard cluster for MySQL on RHEL4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201327#M57880</link>
      <description>Well here is a clue:&lt;BR /&gt;Jun 10 18:58:02 - Node "pec0360s": Starting service mysql_monitor using&lt;BR /&gt;"toolkit.sh"&lt;BR /&gt;sh: line 0: exec: toolkit.sh: not found&lt;BR /&gt;^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^&lt;BR /&gt;&lt;BR /&gt;Investigate this and you may find an answer</description>
      <pubDate>Tue, 10 Jun 2008 07:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/serviceguard-cluster-for-mysql-on-rhel4/m-p/4201327#M57880</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2008-06-10T07:29:23Z</dc:date>
    </item>
  </channel>
</rss>

