<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Good Morning,<BR>
<BR>
I am doing some tests with MySQL Cluster, and I want to migrate my backend to it. But I am having some "troubles/doubts" with it. When I use a empty radius database, it works ok. But when I try to import my current database to MySQL with the NDBCLUSTER engine, I got this error:<BR>
<BR>
ERROR 1114 (HY000) at line 143: The table 'radacct' is full<BR>
<BR>
I think that I must do some tuning to adjust MySQL cluster to my requirements, but I don't know exactly what to change, below is my config.ini:<BR>
<BR>
[ndbd default]<BR>
# Options affecting ndbd processes on all data nodes:<BR>
NoOfReplicas=2    # Number of replicas<BR>
DataMemory=512M    # How much memory to allocate for data storage<BR>
IndexMemory=512M   # How much memory to allocate for index storage<BR>
                  # For DataMemory and IndexMemory, we have used the<BR>
                  # default values. Since the "world" database takes up<BR>
                  # only about 500KB, this should be more than enough for<BR>
                  # this example Cluster setup.<BR>
<BR>
[tcp default]<BR>
# TCP/IP options:<BR>
portnumber=2202   # This the default; however, you can use any<BR>
                  # port that is free for all the hosts in the cluster<BR>
                  # Note: It is recommended that you do not specify the port<BR>
                  # number at all and simply allow the default value to be used<BR>
                  # instead<BR>
<BR>
[ndb_mgmd]<BR>
# Management process options:<BR>
hostname=192.168.1.32           # Hostname or IP address of MGM node<BR>
datadir=/var/lib/mysql-cluster  # Directory for MGM node log files<BR>
<BR>
[ndbd]<BR>
hostname=192.168.1.30           # Hostname or IP address<BR>
datadir=/usr/local/mysql/data   # Directory for this data node's data files<BR>
<BR>
[ndbd]<BR>
hostname=192.168.1.31           # Hostname or IP address<BR>
datadir=/usr/local/mysql/data   # Directory for this data node's data files<BR>
<BR>
[mysqld]<BR>
<BR>
[mysqld]<BR>
<BR>
<BR>
I know that this is not the best place to talk about database problems, but I think that there is a lot of people here that use Freeradius with MySQL Cluster that could help me.<BR>
<BR>
Thanks in advance.<BR>
<BR>
<BR>
</BODY>
</HTML>