<?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: Feedback from MySQL Cluster tutorial</title>
	<atom:link href="http://www.flamingspork.com/blog/2009/04/26/feedback-from-mysql-cluster-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.flamingspork.com/blog/2009/04/26/feedback-from-mysql-cluster-tutorial/</link>
	<description>Ramblings which occasionally resemble reality. This is the blog of Stewart Smith.</description>
	<lastBuildDate>Mon, 15 Mar 2010 20:52:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Avijit</title>
		<link>http://www.flamingspork.com/blog/2009/04/26/feedback-from-mysql-cluster-tutorial/comment-page-1/#comment-90146</link>
		<dc:creator>Avijit</dc:creator>
		<pubDate>Fri, 08 May 2009 06:56:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1615#comment-90146</guid>
		<description>I am using following RPM for mysql and clustering
Mysql
---------
MySQL-server-community-5.0.77-0.rhel5
MySQL-client-community-5.0.77-0.rhel5

Cluster
---------
MySQL-clustermanagement-community-5.0.77-0.rhel5
MySQL-clusterstorage-community-5.0.77-0.rhel5
MySQL-clustertools-community-5.0.77-0.rhel5



After installing all these above rpm I create config.ini in /var/lib/mysql-cluster/
[NDBD DEFAULT]
NoOfReplicas=2
[MYSQLD DEFAULT]
[NDB_MGMD DEFAULT]
[TCP DEFAULT]
# Managment Server
[NDB_MGMD]
# the IP of THIS SERVER
HostName=192.168.0.218
# Storage Engines
[NDBD]
# the IP of the FIRST SERVER (STORAGE NODE)
HostName=192.168.0.236
DataDir=/var/lib/mysql-cluster
[NDBD]
# the IP of the SECOND SERVER (STORAGE NODE)
HostName=192.168.0.42
DataDir=/var/lib/mysql-cluster
# 2 MySQL Clients
# I personally leave this blank to allow rapid changes of the mysql clients;
# you can enter the hostnames of the above two servers here. I suggest you dont.
[MYSQLD]
[MYSQLD]

And on the other hand I configured nodes and restarted all mysql
But in when I tried to run ndb_mgm it shows

[root@testDev mysql-cluster]# ndb_mgm
-- NDB Cluster -- Management Client --
ndb_mgm&gt; show
Unable to connect with connect string: nodeid=0,localhost:1186
Retrying every 5 seconds. Attempts left: 2
Can u please guide me what can be the possible reasons behind that.</description>
		<content:encoded><![CDATA[<p>I am using following RPM for mysql and clustering<br />
Mysql<br />
&#8212;&#8212;&#8212;<br />
MySQL-server-community-5.0.77-0.rhel5<br />
MySQL-client-community-5.0.77-0.rhel5</p>
<p>Cluster<br />
&#8212;&#8212;&#8212;<br />
MySQL-clustermanagement-community-5.0.77-0.rhel5<br />
MySQL-clusterstorage-community-5.0.77-0.rhel5<br />
MySQL-clustertools-community-5.0.77-0.rhel5</p>
<p>After installing all these above rpm I create config.ini in /var/lib/mysql-cluster/<br />
[NDBD DEFAULT]<br />
NoOfReplicas=2<br />
[MYSQLD DEFAULT]<br />
[NDB_MGMD DEFAULT]<br />
[TCP DEFAULT]<br />
# Managment Server<br />
[NDB_MGMD]<br />
# the IP of THIS SERVER<br />
HostName=192.168.0.218<br />
# Storage Engines<br />
[NDBD]<br />
# the IP of the FIRST SERVER (STORAGE NODE)<br />
HostName=192.168.0.236<br />
DataDir=/var/lib/mysql-cluster<br />
[NDBD]<br />
# the IP of the SECOND SERVER (STORAGE NODE)<br />
HostName=192.168.0.42<br />
DataDir=/var/lib/mysql-cluster<br />
# 2 MySQL Clients<br />
# I personally leave this blank to allow rapid changes of the mysql clients;<br />
# you can enter the hostnames of the above two servers here. I suggest you dont.<br />
[MYSQLD]<br />
[MYSQLD]</p>
<p>And on the other hand I configured nodes and restarted all mysql<br />
But in when I tried to run ndb_mgm it shows</p>
<p>[root@testDev mysql-cluster]# ndb_mgm<br />
&#8211; NDB Cluster &#8212; Management Client &#8211;<br />
ndb_mgm&gt; show<br />
Unable to connect with connect string: nodeid=0,localhost:1186<br />
Retrying every 5 seconds. Attempts left: 2<br />
Can u please guide me what can be the possible reasons behind that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LinuxJedi</title>
		<link>http://www.flamingspork.com/blog/2009/04/26/feedback-from-mysql-cluster-tutorial/comment-page-1/#comment-90119</link>
		<dc:creator>LinuxJedi</dc:creator>
		<pubDate>Sun, 26 Apr 2009 07:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.flamingspork.com/blog/?p=1615#comment-90119</guid>
		<description>In general the people I was helping around my end of the room seemed to get it and appeared happy.  Good job!</description>
		<content:encoded><![CDATA[<p>In general the people I was helping around my end of the room seemed to get it and appeared happy.  Good job!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
