MySQL Forums
Forum List  »  NDB clusters

Re: Error: ndbd & mysqld & ndb_mgm for cluster
Posted by: Mikael Ronström
Date: May 13, 2005 05:08PM

varun tayal wrote:
> pls check this error:
>
> # mysqld &
> [1] 3727
> # 050513 16:17:05 Can't find messagefile
> '/usr/local/mysql/share/mysql/english/errmsg.sys'
> 050513 16:17:05 Aborting
>

Some error in the installation it seems since it doesn't find the error message file.

> one more error in ndbd :
>
> # ndbd
> Cannot become daemon:
> /usr/local/mysql/data/ndb_2.pid: open for write
> failed: No such file or directory
>

Probably a missing directory.

> but it will work in another storage node
>
> one more error in ndb_mgm :
>
> # ndb_mgm
> -- NDB Cluster -- Management Client --
> ndb_mgm> show
> Unable to connect with connect string:
> nodeid=0,localhost:1186
> Retrying every 5 seconds. Attempts left: 2 1,
> failed.

You need to specify hostname and port of management server also when starting the
management client. E.g.
ndb_mgm 127.127.127.127 1234

Rgrds Mikael

>

Mikael Ronstrom
Senior Software Architect, MySQL AB
My blog: http://mikaelronstrom.blogspot.com

Options: ReplyQuote


Subject
Views
Written By
Posted
3332
May 09, 2005 04:52AM
Re: Error: ndbd & mysqld & ndb_mgm for cluster
4464
May 13, 2005 05:08PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.