[前][次][番号順一覧][スレッド一覧]

mysql:14446

From: Katsutoshi Nakatomi <Katsutoshi Nakatomi <nakatomi@xxxxxxxxxx>>
Date: Thu, 17 Apr 2008 14:27:45 +0900
Subject: [mysql 14446] Re: mysqlclusterでのAPIとMGMが接続できない

中冨です

書かれている内容の2カ所にアドレスがおかしい場所がありますが
気のせいでしょうか?

> [mysql_cluster]
> ndb-connectstring=1923168.0.3        # the IP of the MANAGMENT (THIRD) SERVER

> ndbd --daemon --ndb-connectstring=192.068.0.3


On Thu, 17 Apr 2008 14:09:01 +0900
oiron <norio.oiron@xxxxxxxxxx> wrote:

> はじめまして
> プログラマの谷口と申します。
> よろしくおねがいします。
> 
> http://www.mysql.gr.jp/mysqlml/mysql/msg/10948
> 
> を参考にmysqlclusterのセットアップを試みているんですが、
> 最後のAPI:mysqldとMGMの接続がうまくいきません(起動はうまくいきま
> す)。
> それぞれのmysqlは、5.0.51aを
> 
> 
> 
> 
> としてソースコンパイルしました。
> 
> /etc/my.cnfは
> 
> 
> [mysqld]
> ndbcluster
> ndb-connectstring=192.18.0.3        # the IP of the MANAGMENT (THIRD) SERVER
> [mysql_cluster]
> ndb-connectstring=1923168.0.3        # the IP of the MANAGMENT (THIRD) SERVER
> 
> 
> 
> としています。
> MGMのconfig.iniは、
> ━━━━━━━━━━━━━━━━━━━━━━━━
> [DB DEFAULT]
> NoOfReplicas: 2
> 
> [TCP DEFAULT]
> PortNumber: 10000
> 
> [NDB_MGMD]
> HostName:       192.18.0.3
> datadir:        /var/cluster/ndb_mgm
> 
> 
> [NDBD]
> HostName:       192.168.0.1
> datadir:        /var/cluster/ndb_mgm
> FileSystemPath: /var/cluster/ndb-fs
> 
> [NDBD]
> HostName:       192.168.0.2
> datadir:        /var/cluster/ndb_db
> FileSystemPath: /var/cluster/ndb-fs
> 
> 
> [MYSQLD]
> [MYSQLD]
> 
> ━━━━━━━━━━━━━━━━━━━━━━━━
> としています。
> 
> ndb_mgm> show
> Connected to Management Server at: localhost:1186
> Cluster Configuration
> ---------------------
> [ndbd(NDB)]     2 node(s)
> id=2    @xxxxxxxxxx  (Version: 5.0.51, starting, Nodegroup: 0)
> id=3    @xxxxxxxxxx  (Version: 5.0.51, starting, Nodegroup: 0)
> 
> [ndb_mgmd(MGM)] 1 node(s)
> id=1   (Version: 5.0.51)
> 
> [mysqld(API)]   2 node(s)
> id=4 (not connected, accepting connect from any host)
> id=5 (not connected, accepting connect from any host)
> 
> 
> となってしまいます。
> おおまかな流れは、
> http://www.mysql.gr.jp/mysqlml/mysql/msg/10948
> と
> 同じようにしたつもりです。
> APIとMGMを正常に接続するには、どのようにすればよろしいいでしょうか。
> ちなみに
> ndbdも始めうまくいかなかったので、起動オプションにを指定して起動
> 
> ndbd --daemon --ndb-connectstring=192.068.0.3
> でつながりました。
> また
> 
> mysql> show engines;
> +------------+---------+----------------------------------------------------------------+
> | Engine     | Support | Comment
>                  |
> +------------+---------+----------------------------------------------------------------+
> | MyISAM     | DEFAULT | Default engine as of MySQL 3.23 with great
> performance         |
> | MEMORY     | YES     | Hash based, stored in memory, useful for
> temporary tables      |
> | InnoDB     | YES     | Supports transactions, row-level locking, and
> foreign keys     |
> | BerkeleyDB | NO      | Supports transactions and page-level locking
>                  |
> | BLACKHOLE  | NO      | /dev/null storage engine (anything you write
> to it disappears) |
> | EXAMPLE    | NO      | Example storage engine
>                  |
> | ARCHIVE    | NO      | Archive storage engine
>                  |
> | CSV        | NO      | CSV storage engine
>                  |
> | ndbcluster | YES     | Clustered, fault-tolerant, memory-based
> tables                 |
> | FEDERATED  | NO      | Federated MySQL storage engine
>                  |
> | MRG_MYISAM | YES     | Collection of identical MyISAM tables
>                  |
> | ISAM       | NO      | Obsolete storage engine
>                  |
> +------------+---------+----------------------------------------------------------------+
> 12 rows in set (0.00 sec)
> となっております。
> 
> 
> どうぞよろしくお願いします。
> 
> -- 
> 谷口<norio.oiron@xxxxxxxxxx>

-- 
Katsutoshi Nakatomi <nakatomi@xxxxxxxxxx>


[前][次][番号順一覧][スレッド一覧]

     14445 2008-04-17 14:09 [oiron <norio.oiron@x] mysqlclusterでのAPIとMGMが接続できない  
->   14446 2008-04-17 14:27 ┗[Katsutoshi Nakatomi ]                                       
     14447 2008-04-17 14:39  ┗[oiron <norio.oiron@x]                                     
     14448 2008-04-17 14:50   ┗["TOUBOU Junichi" <to]                                   
     14449 2008-04-17 15:23    ┗[oiron <norio.oiron@x]