From: Wagner Bianchi Date: November 8 2011 12:10pm Subject: Re: Managment Server Can't read Config.ini List-Archive: http://lists.mysql.com/cluster/8177 Message-Id: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=001636c5bb7d218d8904b1380ebd --001636c5bb7d218d8904b1380ebd Content-Type: text/plain; charset=ISO-8859-1 Management Node, after to be rose by the first time, used to persist cache into some files located at /usr/mysql-cluster Check whether those files are on that mentioned location and if yes, "rm" those and try to restart your ndb_mgmd Best wishes, -- *Wagner Bianchi* - Administrador de Bancos de Dados *Mobile:* +55 (31) 8654 - 9510 *LinkedIn*: http://br.linkedin.com/in/wagnerbianchi *Twitter*: @wagnerbianchijr *Skype*: wbianchijr 2011/11/8 Ridd1ck > This is the config.ini file in /var/lib/mysql-cluster/ > > [NDBD DEFAULT] > NoOfReplicas=2 > DataMemory=15675M > IndexMemory=1960M > LockPagesInMainMemory=1 > MaxNoOfConcurrentOperations=100000 > MaxNoOfConcurrentTransactions=16384 > StringMemory=25 > MaxNoOfTables=20320 > MaxNoOfOrderedIndexes=10160 > MaxNoOfUniqueHashIndexes=2540 > MaxNoOfAttributes=121920 > MaxNoOfTriggers=71120 > > [MYSQLD DEFAULT] > > [NDB_MGMD DEFAULT] > > [TCP DEFAULT] > > # Section for the cluster management node > [NDB_MGMD] > # IP address of the management node (this system) > NodeId=1 > HostName=10.0.0.164 > > # Section for the storage nodes > [NDBD] > # IP address of the first storage node > HostName=10.0.0.165 > DataDir=/var/lib/mysql-cluster > > [NDBD] > # IP address of the second storage node > HostName=10.0.0.166 > DataDir=/var/lib/mysql-cluster > > > # one [MYSQLD] per storage node > [MYSQLD] > HostName=10.0.0.165 > [MYSQLD] > HostName=10.0.0.166 > > > i run the command that you said but whne i try to view the config > with this command nbd_mgmd -P > the MaxNoOfConcurrentOperations for example remain the default value... > > Can you Help me? > I think that my config.ini file is correct. > > -- > View this message in context: > http://mysql-cluster.1050023.n4.nabble.com/Managment-Server-Can-t-read-Config-ini-tp4015584p4015729.html > Sent from the MySQL - Cluster mailing list archive at Nabble.com. > > -- > MySQL Cluster Mailing List > For list archives: http://lists.mysql.com/cluster > To unsubscribe: > http://lists.mysql.com/cluster?unsub=wagnerbianchijr@stripped > > --001636c5bb7d218d8904b1380ebd--