7 messages in com.mysql.lists.clusterRe: New to Cluster.. (and list)| From | Sent On | Attachments |
|---|---|---|
| Cory Robin | 02 May 2005 08:30 | |
| Jim Hoadley | 02 May 2005 11:10 | |
| Hota, Chris G | 02 May 2005 11:24 | |
| Cory Robin | 02 May 2005 12:54 | |
| Stewart Smith | 02 May 2005 15:22 | |
| Hota, Chris G | 02 May 2005 16:03 | |
| Stewart Smith | 03 May 2005 08:03 |
| Subject: | Re: New to Cluster.. (and list)![]() |
|---|---|
| From: | Jim Hoadley (j_ho...@yahoo.com) |
| Date: | 05/02/2005 11:10:29 AM |
| List: | com.mysql.lists.cluster |
Cory --
According to Mikael Ronstrom, MySQL AB, "Some work on Windows (has) been performed but it is currently not supported."
Perhaps you could find another OSX box for use in your cluster? As has been frequently pointed out on this list, the Management server host doesn't require much in the way of RAM, CPU or disk space.
Best of luck.
-- Jim Hoadley Sr Soft Eng Dealer Fusion, Inc
--- Cory Robin <cro...@skyvantage.com> wrote:
Trying to setup a cluster with a management node on a Mac OSX box and two storage/MySQL nodes: 1 on OSX and the other WinServer2003.
Can anyone help? I think I've got the management node setup properly as it's waiting for the nodes to connect. I can't figure out how to get the Win node to connect.
Here is my config.ini on the management node (192.168.0.3).
---config.ini---
[NDBD DEFAULT] NoOfReplicas=2 [MYSQLD DEFAULT] [NDB_MGMD DEFAULT] [TCP DEFAULT] # Managment Server [NDB_MGMD] HostName=192.168.0.3 # the IP of THIS SERVER # Storage Engines [NDBD] HostName=192.168.0.5 # the IP of the FIRST SERVER DataDir= "C:/MySQL Datafiles/" [NDBD] HostName=192.168.0.4 # the IP of the SECOND SERVER DataDir=/usr/local/mysql/data # 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]
---end config.ini---
here's what I added to the end of the default my.ini on the Win box (192.168.0.5)
---my.ini--- # Added by CTR for Clustering [mysqld] ndbcluster ndb-connectstring=192.168.0.3 # the IP of the MANAGMENT (THIRD) SERVER [mysql_cluster] ndb-connectstring=192.168.0.3 # the IP of the MANAGMENT (THIRD) SERVER ---end my.ini---
-- MySQL Cluster Mailing List For list archives: http://lists.mysql.com/cluster To unsubscribe: http://lists.mysql.com/cluster?unsub=j_ho...@yahoo.com
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com




