<?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: Setting up a MySQL cluster 7.0 in Redhat based linux</title>
	<atom:link href="http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/</link>
	<description>Adding more reasons to celebrate Open Source.</description>
	<lastBuildDate>Thu, 09 Sep 2010 18:04:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Mereset username dan password untuk MySQL dan PostgreSQL &#171; eX-GeodetaNews</title>
		<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/comment-page-1/#comment-641</link>
		<dc:creator>Mereset username dan password untuk MySQL dan PostgreSQL &#171; eX-GeodetaNews</dc:creator>
		<pubDate>Thu, 29 Jul 2010 06:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=173#comment-641</guid>
		<description>[...] posts in this blog on MySQL: 1. Setup MySQL Cluster in RedHat based Linux 2. Setup Multiple MySQL server instances in a single Linux Server. 3. Optimize a large installation [...]</description>
		<content:encoded><![CDATA[<p>[...] posts in this blog on MySQL: 1. Setup MySQL Cluster in RedHat based Linux 2. Setup Multiple MySQL server instances in a single Linux Server. 3. Optimize a large installation [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathiau</title>
		<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/comment-page-1/#comment-566</link>
		<dc:creator>Mathiau</dc:creator>
		<pubDate>Thu, 06 May 2010 23:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=173#comment-566</guid>
		<description>Great guide, i am currently looking into configuring a cluster under linux (since windows i only in beta) and this guide is so clear, i am sure i will be visiting it often!


&quot;Currently I’m testing that thing and will blog the stuff here very soon, till then stay tuned.&quot;


Cant wait, will be doing this in 3 vm&#039;s first for testing.</description>
		<content:encoded><![CDATA[<p>Great guide, i am currently looking into configuring a cluster under linux (since windows i only in beta) and this guide is so clear, i am sure i will be visiting it often!</p>
<p>&#8220;Currently I’m testing that thing and will blog the stuff here very soon, till then stay tuned.&#8221;</p>
<p>Cant wait, will be doing this in 3 vm&#8217;s first for testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mukund</title>
		<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/comment-page-1/#comment-508</link>
		<dc:creator>Mukund</dc:creator>
		<pubDate>Thu, 15 Apr 2010 07:26:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=173#comment-508</guid>
		<description>Hi after following up the steps i can see my ndbd node is not connected. here is teh output:
ndb_mgm&gt; show
Connected to Management Server at: localhost:1186
Cluster Configuration
---------------------
[ndbd(NDB)]     2 node(s)
id=2 (not connected, accepting connect from x.x.x.x)
id=3 (not connected, accepting connect from x.x.x.y)

[ndb_mgmd(MGM)] 1 node(s)
id=1    @x.x.x.z  (mysql-5.1.41 ndb-7.0.13)

[mysqld(API)]   2 node(s)
id=4 (not connected, accepting connect from any host)
id=5 (not connected, accepting connect from any host)

i tried restarting data nodes.Please suggest.</description>
		<content:encoded><![CDATA[<p>Hi after following up the steps i can see my ndbd node is not connected. here is teh output:<br />
ndb_mgm&gt; show<br />
Connected to Management Server at: localhost:1186<br />
Cluster Configuration<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ndbd(NDB)]     2 node(s)<br />
id=2 (not connected, accepting connect from x.x.x.x)<br />
id=3 (not connected, accepting connect from x.x.x.y)</p>
<p>[ndb_mgmd(MGM)] 1 node(s)<br />
id=1    @x.x.x.z  (mysql-5.1.41 ndb-7.0.13)</p>
<p>[mysqld(API)]   2 node(s)<br />
id=4 (not connected, accepting connect from any host)<br />
id=5 (not connected, accepting connect from any host)</p>
<p>i tried restarting data nodes.Please suggest.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagbir</title>
		<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/comment-page-1/#comment-441</link>
		<dc:creator>jagbir</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=173#comment-441</guid>
		<description>&lt;a href=&quot;#comment-440&quot; rel=&quot;nofollow&quot;&gt;@Phrontiste&lt;/a&gt; 
Hi phrontiste, 

I preferred combining data nodes+sql nodes in both servers, so you can access mysql from any of them. I tested my cluster and it gave good results. 

on other side for your info, for my environment, though I tested MySQl cluster but at the end, decided on implementing Master-Master replication setup because MySQL cluster have some distinct characteristics which your app might not like. more details can be found on MySQL site docs. 

- Jagbir</description>
		<content:encoded><![CDATA[<p><a href="#comment-440" rel="nofollow">@Phrontiste</a><br />
Hi phrontiste, </p>
<p>I preferred combining data nodes+sql nodes in both servers, so you can access mysql from any of them. I tested my cluster and it gave good results. </p>
<p>on other side for your info, for my environment, though I tested MySQl cluster but at the end, decided on implementing Master-Master replication setup because MySQL cluster have some distinct characteristics which your app might not like. more details can be found on MySQL site docs. </p>
<p>- Jagbir</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phrontiste</title>
		<link>http://linuxadminzone.com/setting-up-a-mysql-cluster-7-0-in-redhat-based-linux/comment-page-1/#comment-440</link>
		<dc:creator>Phrontiste</dc:creator>
		<pubDate>Mon, 22 Mar 2010 17:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxadminzone.com/?p=173#comment-440</guid>
		<description>Hi Jagpir,

Thank you so MUCH !!!!!!

I read a sun.com article / pdf, in which it states that data nodes are separate as compared to the MySQL Server ?

Do you think one would be good in a high traffic environment with One Management and 2 data nodes ? or do we need the MySQL Server installed on two servers and then they talk to the data nodes ?
Sorry for being dump, I will post my findings / results to you.

my email is phrontiste @ gmail dot com

Thanks again</description>
		<content:encoded><![CDATA[<p>Hi Jagpir,</p>
<p>Thank you so MUCH !!!!!!</p>
<p>I read a sun.com article / pdf, in which it states that data nodes are separate as compared to the MySQL Server ?</p>
<p>Do you think one would be good in a high traffic environment with One Management and 2 data nodes ? or do we need the MySQL Server installed on two servers and then they talk to the data nodes ?<br />
Sorry for being dump, I will post my findings / results to you.</p>
<p>my email is phrontiste @ gmail dot com</p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
</channel>
</rss>
