作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试使用以下命令启动mysql-cluster-manager:
ndb_mgmd -f /var/lib/mysql-cluster/config.ini --configdir = / var / lib / mysql-cluster
但返回此错误:
[MgmtSrvr]错误-无法确定要用于哪个nodeid
这个节点。在命令行上使用--ndb-nodeid =进行指定
我的配置文件是:
[ndbd default]
# Options affecting ndbd processes on all data nodes:
NoOfReplicas=2 # Number of replicas
DataMemory=80M # How much memory to allocate for data storage
IndexMemory=18M # How much memory to allocate for index storage
# For DataMemory and IndexMemory, we have used the
# default values. Since the "world" database takes up
# only about 500KB, this should be more than enough for
# this example NDB Cluster setup.
ServerPort=2202 # This the default value; however, you can use any
# port that is free for all the hosts in the cluster
# Note1: It is recommended that you do not specify the port
# number at all and simply allow the default value to be used
# instead
# Note2: The port was formerly specified using the PortNumber
# TCP parameter; this parameter is no longer available in NDB
# Cluster 7.5.
[ndb_mgmd]
# Management process options:
HostName=192.168.0.40 # Hostname or IP address of MGM node
DataDir=/var/lib/mysql-cluster # Directory for MGM node log files
[ndbd]
# Options for data node "A":
# (one [ndbd] section per data node)
HostName=192.168.0.41 # Hostname or IP address
NodeId=2 # Node ID for this data node
DataDir=/usr/local/mysql/data # Directory for this data node's data files
#Id=2
[ndbd]
# Options for data node "B":
HostName=192.168.0.42 # Hostname or IP address
NodeId=3 # Node ID for this data node
DataDir=/usr/local/mysql/data # Directory for this data node's data files
#Id=3
[mysqld]
# SQL node options:
HostName=192.168.0.43 # Hostname or IP address
# (additional mysqld connections can be
最佳答案
我建议您遵循错误中的建议。
我建议您也在MGM服务器上添加NodeId
config.ini并在启动时设置--ndb-nodeid
MGM服务器。
我不确定何时可以使用的规则
跳过此节点ID,但我的建议是始终设置
所有MGM服务器和数据节点上的config中的节点ID
以及启动它们时。
在我看来,唯一的用例是节点没有
指定的节点ID供NDB工具使用
API节点。
关于mysql - MgmtSrvr错误—无法确定要用于此节点的节点ID。在命令行上使用--ndb-nodeid = <nodeid>进行指定,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49197048/
我是一名优秀的程序员,十分优秀!