<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: High availability for MySQL on Amazon EC2 â€“ Part 2 &#8211; Setting up the initial instances</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dimitri</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-777381</link>
		<dc:creator>Dimitri</dc:creator>
		<pubDate>Tue, 12 Oct 2010 03:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-777381</guid>
		<description>ap1285,

Run the crm status command as root.</description>
		<content:encoded><![CDATA[<p>ap1285,</p>
<p>Run the crm status command as root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ap1285</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-777214</link>
		<dc:creator>ap1285</dc:creator>
		<pubDate>Sat, 09 Oct 2010 10:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-777214</guid>
		<description>Dear Yves Trudeau,

Thank You very much for the article.

I&#039;m trying to setup heartbeat and pacemaker on two Ubuntu 10.04 servers. I followed your setups. I can see in the output of &quot;tcpdump -i eth0 port 694&quot; that msgs sent and received. But &quot;crm status&quot; give me error &quot;Connection to cluster failed: connection failed&quot;.

Any Idea, I&#039;m quite new to heartbeat and pacemaker

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Dear Yves Trudeau,</p>
<p>Thank You very much for the article.</p>
<p>I&#8217;m trying to setup heartbeat and pacemaker on two Ubuntu 10.04 servers. I followed your setups. I can see in the output of &#8220;tcpdump -i eth0 port 694&#8243; that msgs sent and received. But &#8220;crm status&#8221; give me error &#8220;Connection to cluster failed: connection failed&#8221;.</p>
<p>Any Idea, I&#8217;m quite new to heartbeat and pacemaker</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Haas</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-769137</link>
		<dc:creator>Florian Haas</dc:creator>
		<pubDate>Mon, 12 Jul 2010 16:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-769137</guid>
		<description>Running heartbeat with non-identical ha.cf files is a bad idea. You can just use identical ha.cf files with two ucast lines in there. Any heartbeat node will happily ignore any ucast line that matches a locally configured IP address. Check out the ucast entry in the ha.cf man page (http://www.linux-ha.org/doc/re-hacf.html).</description>
		<content:encoded><![CDATA[<p>Running heartbeat with non-identical ha.cf files is a bad idea. You can just use identical ha.cf files with two ucast lines in there. Any heartbeat node will happily ignore any ucast line that matches a locally configured IP address. Check out the ucast entry in the ha.cf man page (<a href="http://www.linux-ha.org/doc/re-hacf.html" rel="nofollow">http://www.linux-ha.org/doc/re-hacf.html</a>).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morgan</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-768162</link>
		<dc:creator>Morgan</dc:creator>
		<pubDate>Wed, 30 Jun 2010 13:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-768162</guid>
		<description>It&#039;s important to keep in mind that EC2 network performance degrades significantly if you attempt to cross availability zones (e.g. going from us-east-1c to us-east-1b).  You&#039;ve chosen correctly to put the HA servers in the same zone.  This goes for any internal communication that might take place.</description>
		<content:encoded><![CDATA[<p>It&#8217;s important to keep in mind that EC2 network performance degrades significantly if you attempt to cross availability zones (e.g. going from us-east-1c to us-east-1b).  You&#8217;ve chosen correctly to put the HA servers in the same zone.  This goes for any internal communication that might take place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves Trudeau</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-806150</link>
		<dc:creator>Yves Trudeau</dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-806150</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;Luke,&lt;/p&gt;
&lt;p&gt;which version of the tool are you using and could you sent a sample output of ec2-describe-instance&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>Luke,</p>
<p>which version of the tool are you using and could you sent a sample output of ec2-describe-instance</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-806187</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-806187</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;Cleared the print line statement. now when running the line is just printed in a loop. It seems that for some reason the ec2-describe-instances isn&#8217;t being handled by the perl script, unless im mistaken.&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>Cleared the print line statement. now when running the line is just printed in a loop. It seems that for some reason the ec2-describe-instances isn&rsquo;t being handled by the perl script, unless im mistaken.</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves Trudeau</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-806191</link>
		<dc:creator>Yves Trudeau</dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-806191</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;Luke,&lt;br&gt;
remove the &#8220;#&#8221; in #print &#8220;Processing: $_n&#8221;; and look at the output.  maybe we don&#8217;t use the same version of the tool and that cause the regexp to fail.&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>Luke,<br />
remove the &ldquo;#&rdquo; in #print &ldquo;Processing: $_n&rdquo;; and look at the output.  maybe we don&rsquo;t use the same version of the tool and that cause the regexp to fail.</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-805936</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-805936</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;You can set the hostname and have it stick after reboot on ec2.&lt;/p&gt;
&lt;p&gt;vi /etc/rc.local&lt;br&gt;
then add a line at the bottom&lt;br&gt;
hostname hamysql&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>You can set the hostname and have it stick after reboot on ec2.</p>
<p>vi /etc/rc.local<br />
then add a line at the bottom<br />
hostname hamysql</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://www.mysqlperformanceblog.com/2010/06/29/high-availability-for-mysql-on-amazon-ec2-%e2%80%93-part-2-setting-up-the-initial-instances/comment-page-1/#comment-806204</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Tue, 29 Jun 2010 07:00:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=3094#comment-806204</guid>
		<description>&lt;div class=&quot;item-body&quot;&gt;&lt;p&gt;Great article! really been informative. &lt;/p&gt;
&lt;p&gt;However i am having a problem with the filtre_instances.pl script, whenever it is run the command line hangs then does nothing. any ideas? as you know this script is important in order to get the killing script working correctly.&lt;/p&gt;
&lt;p&gt;failing command&lt;br&gt;
ec2-describe-instances -K /usr/local/bin/pk-******.pem -C /usr/local/bin/cert-******.pem &#124; /usr/local/bin/filtre_instance.pl&lt;/p&gt;
&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;&lt;/div&gt;
</description>
		<content:encoded><![CDATA[<div class="item-body">
<p>Great article! really been informative. </p>
<p>However i am having a problem with the filtre_instances.pl script, whenever it is run the command line hangs then does nothing. any ideas? as you know this script is important in order to get the killing script working correctly.</p>
<p>failing command<br />
ec2-describe-instances -K /usr/local/bin/pk-******.pem -C /usr/local/bin/cert-******.pem | /usr/local/bin/filtre_instance.pl</p>
<div class="clear"></div>
</div>
]]></content:encoded>
	</item>
</channel>
</rss>

