-
- 启动/停止数据库集群组件
- 启动组件命令:
启动GTM节点语法:
gha_ctl START gtm name -l dcslist [-c cluster]
启动Coordinator节点语法:
gha_ctl START coordinator name -l dcslist [-c cluster]
启动Datanode节点语法:
gha_ctl START datanode group name -l dcslist [-c cluster]
- dcslist为DCS地址,一般情况下可以只列出一个节点地址,其他节点会自动同步消息。为了保证高可用,也可以列出所有节点地址;
- [-c cluster]表示集群名称,为可选字段,缺省默认值gbase8c;
- 停止组件命令:
停止GTM节点语法:
gha_ctl STOP gtm name -l dcslist [-c cluster]
停止Coordinator节点语法:
gha_ctl STOP coordinator name -l dcslist [-c cluster]
停止Datanode节点语法:
gha_ctl STOP datanode group name -l dcslist [-c cluster]
- dcslist为DCS地址,一般情况下可以只列出一个节点地址,其他节点会自动同步消息。为了保证高可用,也可以列出所有节点地址;
- [-c cluster]表示集群名称,为可选字段,缺省默认值gbase8c;
本次启停DN2节点,具体操作命令为:
停止DN2节点:
[gbase@localhost deploy]$ /home/gbase/deploy/bin/gha_ctl stop datanode dn2 dn2_1 -l http://192.168.142.211:2379,http://192.168.142.212:2379,http://192.168.142.213:2379
返回操作成功信息:
{
"ret":0,
"msg":"Success"
}
查询当前Datanode节点状态:
[gbase@localhost deploy]$ /home/gbase/deploy/bin/gha_ctl monitor datanode -l http://192.168.142.211:2379,http://192.168.142.212:2379,http://192.168.142.213:2379
返回DN1、DN3 running状态,DN2 stop状态信息:
{
"cluster":"gbase8c",
"datanode":{
"dn1":[
{
"host":"192.168.142.211"