<?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: Running MySQL Cluster over multiple Windows servers</title>
	<atom:link href="http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/</link>
	<description>MySQL Cluster database &#38; MySQL Replication</description>
	<lastBuildDate>Thu, 26 Aug 2010 08:05:11 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Carno</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-8284</link>
		<dc:creator>Carno</dc:creator>
		<pubDate>Sat, 17 Jul 2010 04:48:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-8284</guid>
		<description>DY;

I have the same error with you, mysql server would not run. 

Logs:
100717 12:31:30  InnoDB: Started; log sequence number 0 44233
100717 12:31:30 [Note] NDB: NodeID is 50, management server &#039;localhost:1186&#039;
100717 12:31:30 [Note] NDB[0]: NodeID: 50, all storage nodes connected
100717 12:31:30 [Warning] NDB: server id set to zero will cause any other mysqld with bin log to log with wrong server id
100717 12:31:30 [Note] Starting Cluster Binlog Thread
100717 12:31:30 [ERROR] Fatal error: Can&#039;t open and lock privilege tables: Table &#039;mysql.host&#039; doesn&#039;t exist


How did you manage to overcome it.</description>
		<content:encoded><![CDATA[<p>DY;</p>
<p>I have the same error with you, mysql server would not run. </p>
<p>Logs:<br />
100717 12:31:30  InnoDB: Started; log sequence number 0 44233<br />
100717 12:31:30 [Note] NDB: NodeID is 50, management server &#8216;localhost:1186&#8242;<br />
100717 12:31:30 [Note] NDB[0]: NodeID: 50, all storage nodes connected<br />
100717 12:31:30 [Warning] NDB: server id set to zero will cause any other mysqld with bin log to log with wrong server id<br />
100717 12:31:30 [Note] Starting Cluster Binlog Thread<br />
100717 12:31:30 [ERROR] Fatal error: Can&#8217;t open and lock privilege tables: Table &#8216;mysql.host&#8217; doesn&#8217;t exist</p>
<p>How did you manage to overcome it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-7054</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-7054</guid>
		<description>If a table is stored in MySQL Cluster (by specifying &quot;engine=ndb&quot; when creating the table) then the contents of that data will be visible through all MySQL Servers that are part of the Cluster. The data is automatically replicated between the data nodes in order to achieve High Availability. If you specify a different storage engine (or don&#039;t specify one at all) when creating the table then the data is held locally (and independently) within each MySQL Server. If you created the table with a different storage engine then you can migrate it to Cluster with &quot;mysql&gt; ALTER TABLE  engine=ndb;&quot;.

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>If a table is stored in MySQL Cluster (by specifying &#8220;engine=ndb&#8221; when creating the table) then the contents of that data will be visible through all MySQL Servers that are part of the Cluster. The data is automatically replicated between the data nodes in order to achieve High Availability. If you specify a different storage engine (or don&#8217;t specify one at all) when creating the table then the data is held locally (and independently) within each MySQL Server. If you created the table with a different storage engine then you can migrate it to Cluster with &#8220;mysql&gt; ALTER TABLE  engine=ndb;&#8221;.</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Confused</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-7053</link>
		<dc:creator>Confused</dc:creator>
		<pubDate>Mon, 07 Jun 2010 15:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-7053</guid>
		<description>Hi Andrew, 

The data on SQL data nodes is not in sync.

Do I have to setup replication separately between the data nodes as well to keep them in sync?

I have chosen mysql cluster setup over SQL server 2008 setup.

Your help would be really appreciated.</description>
		<content:encoded><![CDATA[<p>Hi Andrew, </p>
<p>The data on SQL data nodes is not in sync.</p>
<p>Do I have to setup replication separately between the data nodes as well to keep them in sync?</p>
<p>I have chosen mysql cluster setup over SQL server 2008 setup.</p>
<p>Your help would be really appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-7045</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 07 Jun 2010 10:35:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-7045</guid>
		<description>Hi DY,

 not sure if it will fix it for you but have you taken a look at http://forums.mysql.com/read.php?25,285742,285922#msg-285922 ?

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi DY,</p>
<p> not sure if it will fix it for you but have you taken a look at <a href="http://forums.mysql.com/read.php?25,285742,285922#msg-285922" rel="nofollow">http://forums.mysql.com/read.php?25,285742,285922#msg-285922</a> ?</p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DY</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-6919</link>
		<dc:creator>DY</dc:creator>
		<pubDate>Wed, 02 Jun 2010 07:13:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-6919</guid>
		<description>Hi Andrew,

Please ignore my previous post, I figured out. Now on the data nodes I keep getting warning: timerhandlinglab with diffs of mostly 62 to 63. I have checked the times of my win 2008 servers and they seem to be in sync. 

I have searched online but couldn&#039;t find any other useful info about this warning and how to resolve it.

Thanks,
DY</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>Please ignore my previous post, I figured out. Now on the data nodes I keep getting warning: timerhandlinglab with diffs of mostly 62 to 63. I have checked the times of my win 2008 servers and they seem to be in sync. </p>
<p>I have searched online but couldn&#8217;t find any other useful info about this warning and how to resolve it.</p>
<p>Thanks,<br />
DY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DY</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-6836</link>
		<dc:creator>DY</dc:creator>
		<pubDate>Sat, 29 May 2010 07:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-6836</guid>
		<description>Hi... I followed all the instructions and got to the point where everything is started except the mysql servers:

***********
ndb_mgm&gt; show
Cluster Configuration
---------------------
[ndbd(NDB)]     2 node(s)
id=2    @10.192.58.16  (mysql-5.1.44 ndb-7.1.3, starting, Nodegroup: 0)
id=3    @10.192.59.128  (mysql-5.1.44 ndb-7.1.3, starting, Nodegroup: 0)

[ndb_mgmd(MGM)] 1 node(s)
id=1    @10.192.57.123  (mysql-5.1.44 ndb-7.1.3)

[mysqld(API)]   2 node(s)
id=101 (not connected, accepting connect from any host)
id=102 (not connected, accepting connect from any host)
***********

When I try to start mysql I got the errors:

***********
C:\Users\Administrator\Documents\MySQL_Cluster\My_Cluster&gt;mysqld --defaults-file
=conf\my.101.cnf --console --verbose
100529  2:14:54 [Note] Plugin &#039;FEDERATED&#039; is disabled.
mysqld: Table &#039;mysql.plugin&#039; doesn&#039;t exist
100529  2:14:54 [ERROR] Can&#039;t open the mysql.plugin table. Please run mysql_upgr
ade to create it.
InnoDB: The first specified data file .\ibdata1 did not exist:
InnoDB: a new database to be created!
100529  2:14:54  InnoDB: Setting file .\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
100529  2:14:54  InnoDB: Log file .\ib_logfile0 did not exist: new to be created

InnoDB: Setting log file .\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
100529  2:14:54  InnoDB: Log file .\ib_logfile1 did not exist: new to be created

InnoDB: Setting log file .\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
100529  2:14:55  InnoDB: Started; log sequence number 0 0
100529  2:14:55 [Note] NDB: NodeID is 101, management server &#039;10.192.57.123:1186
&#039;
100529  2:14:56 [Note] NDB[0]: NodeID: 101, no storage nodes connected (timed ou
t)
100529  2:14:56 [Note] Starting Cluster Binlog Thread
100529  2:14:56 [ERROR] Fatal error: Can&#039;t open and lock privilege tables: Table
 &#039;mysql.host&#039; doesn&#039;t exist
***********

The only way mysql will even startup is if I use the c:\mysql\cluster\data as the data directory, instead of following the instructions. But then it says no storage nodes connected:

*********
C:\Users\Administrator\Documents\MySQL_Cluster\My_Cluster&gt;mysqld --defaults-file
=conf\my.101.cnf --console --verbose
100529  2:34:58 [Note] Plugin &#039;FEDERATED&#039; is disabled.
100529  2:34:58  InnoDB: Started; log sequence number 0 44233
100529  2:34:58 [Note] NDB: NodeID is 101, management server &#039;10.192.57.123:1186
&#039;
100529  2:34:59 [Note] NDB[0]: NodeID: 101, no storage nodes connected (timed ou
t)
100529  2:34:59 [Note] Starting Cluster Binlog Thread
100529  2:34:59 [Note] Event Scheduler: Loaded 0 events
100529  2:35:14 [Warning] NDB : Tables not available after 15 seconds.  Consider
 increasing --ndb-wait-setup value
100529  2:35:14 [Note] mysqld: ready for connections.
Version: &#039;5.1.44-ndb-7.1.3-cluster-gpl&#039;  socket: &#039;&#039;  port: 3306  MySQL Cluster S
erver (GPL)
**********



And then when I connect to the db and try to create db (gives first error below, but mysql prompt seems happy) and then a table (gives second error below) I get:

**********
100529  2:55:04 [Warning] NDB: Could not acquire global schema lock (4009)Cluste
r Failure
100529  2:55:50 [Warning] NDB: Could not acquire global schema lock (4009)Cluste
r Failure
**********

Any one know what&#039;s going on??? 

Thanks,
DY</description>
		<content:encoded><![CDATA[<p>Hi&#8230; I followed all the instructions and got to the point where everything is started except the mysql servers:</p>
<p>***********<br />
ndb_mgm&gt; show<br />
Cluster Configuration<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[ndbd(NDB)]     2 node(s)<br />
id=2    @10.192.58.16  (mysql-5.1.44 ndb-7.1.3, starting, Nodegroup: 0)<br />
id=3    @10.192.59.128  (mysql-5.1.44 ndb-7.1.3, starting, Nodegroup: 0)</p>
<p>[ndb_mgmd(MGM)] 1 node(s)<br />
id=1    @10.192.57.123  (mysql-5.1.44 ndb-7.1.3)</p>
<p>[mysqld(API)]   2 node(s)<br />
id=101 (not connected, accepting connect from any host)<br />
id=102 (not connected, accepting connect from any host)<br />
***********</p>
<p>When I try to start mysql I got the errors:</p>
<p>***********<br />
C:\Users\Administrator\Documents\MySQL_Cluster\My_Cluster&gt;mysqld &#8211;defaults-file<br />
=conf\my.101.cnf &#8211;console &#8211;verbose<br />
100529  2:14:54 [Note] Plugin &#8216;FEDERATED&#8217; is disabled.<br />
mysqld: Table &#8216;mysql.plugin&#8217; doesn&#8217;t exist<br />
100529  2:14:54 [ERROR] Can&#8217;t open the mysql.plugin table. Please run mysql_upgr<br />
ade to create it.<br />
InnoDB: The first specified data file .\ibdata1 did not exist:<br />
InnoDB: a new database to be created!<br />
100529  2:14:54  InnoDB: Setting file .\ibdata1 size to 10 MB<br />
InnoDB: Database physically writes the file full: wait&#8230;<br />
100529  2:14:54  InnoDB: Log file .\ib_logfile0 did not exist: new to be created</p>
<p>InnoDB: Setting log file .\ib_logfile0 size to 5 MB<br />
InnoDB: Database physically writes the file full: wait&#8230;<br />
100529  2:14:54  InnoDB: Log file .\ib_logfile1 did not exist: new to be created</p>
<p>InnoDB: Setting log file .\ib_logfile1 size to 5 MB<br />
InnoDB: Database physically writes the file full: wait&#8230;<br />
InnoDB: Doublewrite buffer not found: creating new<br />
InnoDB: Doublewrite buffer created<br />
InnoDB: Creating foreign key constraint system tables<br />
InnoDB: Foreign key constraint system tables created<br />
100529  2:14:55  InnoDB: Started; log sequence number 0 0<br />
100529  2:14:55 [Note] NDB: NodeID is 101, management server &#8217;10.192.57.123:1186<br />
&#8216;<br />
100529  2:14:56 [Note] NDB[0]: NodeID: 101, no storage nodes connected (timed ou<br />
t)<br />
100529  2:14:56 [Note] Starting Cluster Binlog Thread<br />
100529  2:14:56 [ERROR] Fatal error: Can&#8217;t open and lock privilege tables: Table<br />
 &#8216;mysql.host&#8217; doesn&#8217;t exist<br />
***********</p>
<p>The only way mysql will even startup is if I use the c:\mysql\cluster\data as the data directory, instead of following the instructions. But then it says no storage nodes connected:</p>
<p>*********<br />
C:\Users\Administrator\Documents\MySQL_Cluster\My_Cluster&gt;mysqld &#8211;defaults-file<br />
=conf\my.101.cnf &#8211;console &#8211;verbose<br />
100529  2:34:58 [Note] Plugin &#8216;FEDERATED&#8217; is disabled.<br />
100529  2:34:58  InnoDB: Started; log sequence number 0 44233<br />
100529  2:34:58 [Note] NDB: NodeID is 101, management server &#8217;10.192.57.123:1186<br />
&#8216;<br />
100529  2:34:59 [Note] NDB[0]: NodeID: 101, no storage nodes connected (timed ou<br />
t)<br />
100529  2:34:59 [Note] Starting Cluster Binlog Thread<br />
100529  2:34:59 [Note] Event Scheduler: Loaded 0 events<br />
100529  2:35:14 [Warning] NDB : Tables not available after 15 seconds.  Consider<br />
 increasing &#8211;ndb-wait-setup value<br />
100529  2:35:14 [Note] mysqld: ready for connections.<br />
Version: &#8217;5.1.44-ndb-7.1.3-cluster-gpl&#8217;  socket: &#8221;  port: 3306  MySQL Cluster S<br />
erver (GPL)<br />
**********</p>
<p>And then when I connect to the db and try to create db (gives first error below, but mysql prompt seems happy) and then a table (gives second error below) I get:</p>
<p>**********<br />
100529  2:55:04 [Warning] NDB: Could not acquire global schema lock (4009)Cluste<br />
r Failure<br />
100529  2:55:50 [Warning] NDB: Could not acquire global schema lock (4009)Cluste<br />
r Failure<br />
**********</p>
<p>Any one know what&#8217;s going on??? </p>
<p>Thanks,<br />
DY</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-6219</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 29 Apr 2010 08:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-6219</guid>
		<description>It&#039;s fairly straight forward to add new MySQL Server and data nodes (never tried adding management nodes).

For MySQL Server nodes, just add the relevant [mysqld] sections to your config.ini file(s) and then restart the management nodes followed by all of the data nodes in sequence. You can then start your new MySQL Server process.

It&#039;s a little more complex for the data nodes as you&#039;ll probably want to repartition your existing tables once you&#039;ve created the new node-group. Full instructions can be found in this white paper: http://www.mysql.com/why-mysql/white-papers/mysql_wp_cluster7_architecture.php</description>
		<content:encoded><![CDATA[<p>It&#8217;s fairly straight forward to add new MySQL Server and data nodes (never tried adding management nodes).</p>
<p>For MySQL Server nodes, just add the relevant [mysqld] sections to your config.ini file(s) and then restart the management nodes followed by all of the data nodes in sequence. You can then start your new MySQL Server process.</p>
<p>It&#8217;s a little more complex for the data nodes as you&#8217;ll probably want to repartition your existing tables once you&#8217;ve created the new node-group. Full instructions can be found in this white paper: <a href="http://www.mysql.com/why-mysql/white-papers/mysql_wp_cluster7_architecture.php" rel="nofollow">http://www.mysql.com/why-mysql/white-papers/mysql_wp_cluster7_architecture.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martyn Hughes</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-6027</link>
		<dc:creator>Martyn Hughes</dc:creator>
		<pubDate>Mon, 19 Apr 2010 19:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-6027</guid>
		<description>Hello, great article, thanks for this...

I have tested out the previous cluster example you kindly posted and that worked fine. I added a copy of one of our development databases into the cluster and tested it with our application (a game) and all worked fine..

Now I have a few other questions...

Can I add additional MySQL nodes, Data nodes and Management nodes without taking down the cluster?

In the original setup how can I close the cluster down and restart it, or do I have to manually restart each node?

Are there any GUI tools for cluster yet? Like MySQL query browser and MySQL Administrator</description>
		<content:encoded><![CDATA[<p>Hello, great article, thanks for this&#8230;</p>
<p>I have tested out the previous cluster example you kindly posted and that worked fine. I added a copy of one of our development databases into the cluster and tested it with our application (a game) and all worked fine..</p>
<p>Now I have a few other questions&#8230;</p>
<p>Can I add additional MySQL nodes, Data nodes and Management nodes without taking down the cluster?</p>
<p>In the original setup how can I close the cluster down and restart it, or do I have to manually restart each node?</p>
<p>Are there any GUI tools for cluster yet? Like MySQL query browser and MySQL Administrator</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: den</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-4215</link>
		<dc:creator>den</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-4215</guid>
		<description>Hi Andrew,
yes, the management node it is independent, but I try to figure out why mysqld(s) described in your article 

datadir=E:\am233268\Documents\MySQL_Cluster\My_Cluster\data\mysqld_1
and
datadir=E:\am233268\Documents\MySQL_Cluster\My_Cluster\data\mysqld_2

is different from the link that I&#039;ve post before; in substance why:
[mysqld(API)]   2 node(s)
id=101  @192.168.0.19  (mysql-5.1.39 ndb-7.0.9)
id=102  @192.168.0.19  (mysql-5.1.39 ndb-7.0.9)
and why not
[mysqld(API)]   2 node(s)
id=101  @192.168.0.201  (mysql-5.1.39 ndb-7.0.9)
id=102  @192.168.0.4  (mysql-5.1.39 ndb-7.0.9)

Maybe I&#039;ve missing something important in the link http://www.clusterdb.com/mysql-cluster/mysql-cluster-fault-tolerance-impact-of-deployment-decisions/ but I&#039;m not so expert..

Thx</description>
		<content:encoded><![CDATA[<p>Hi Andrew,<br />
yes, the management node it is independent, but I try to figure out why mysqld(s) described in your article </p>
<p>datadir=E:\am233268\Documents\MySQL_Cluster\My_Cluster\data\mysqld_1<br />
and<br />
datadir=E:\am233268\Documents\MySQL_Cluster\My_Cluster\data\mysqld_2</p>
<p>is different from the link that I&#8217;ve post before; in substance why:<br />
[mysqld(API)]   2 node(s)<br />
id=101  @192.168.0.19  (mysql-5.1.39 ndb-7.0.9)<br />
id=102  @192.168.0.19  (mysql-5.1.39 ndb-7.0.9)<br />
and why not<br />
[mysqld(API)]   2 node(s)<br />
id=101  @192.168.0.201  (mysql-5.1.39 ndb-7.0.9)<br />
id=102  @192.168.0.4  (mysql-5.1.39 ndb-7.0.9)</p>
<p>Maybe I&#8217;ve missing something important in the link <a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-fault-tolerance-impact-of-deployment-decisions/" rel="nofollow">http://www.clusterdb.com/mysql-cluster/mysql-cluster-fault-tolerance-impact-of-deployment-decisions/</a> but I&#8217;m not so expert..</p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.clusterdb.com/mysql-cluster/running-mysql-cluster-over-multiple-servers/comment-page-1/#comment-4214</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Feb 2010 17:03:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clusterdb.com/?p=807#comment-4214</guid>
		<description>Hi Den, if your management nodes are acting as arbitrators (which one of them is by default) then it&#039;s important that they are running on an independent host from the data nodes. More details on http://www.clusterdb.com/mysql-cluster/mysql-cluster-fault-tolerance-impact-of-deployment-decisions/

Regards, Andrew.</description>
		<content:encoded><![CDATA[<p>Hi Den, if your management nodes are acting as arbitrators (which one of them is by default) then it&#8217;s important that they are running on an independent host from the data nodes. More details on <a href="http://www.clusterdb.com/mysql-cluster/mysql-cluster-fault-tolerance-impact-of-deployment-decisions/" rel="nofollow">http://www.clusterdb.com/mysql-cluster/mysql-cluster-fault-tolerance-impact-of-deployment-decisions/</a></p>
<p>Regards, Andrew.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
