Merge pull request #2821 from taosdata/liuyq-617-patch-2
Add files via upload
This commit is contained in:
commit
bcc64ac67e
|
@ -12,6 +12,7 @@ TDengine的集群管理极其简单,除添加和删除节点需要人工干预
|
|||
## 节点管理
|
||||
### 添加节点
|
||||
具体有以下几个步骤:
|
||||
|
||||
1. 修改新节点配置文件taos.cfg, 将其中参数first与second设置为现有集群中运行节点的End Point, 然后启动taosd。second可以不用设置,目的是为集群规模较大时,first无法访问时,该节点将尝试访问second节点。
|
||||
2. 使用CLI程序taos, 登录进系统, 使用命令:
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue