This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 293443bf fix add datanode script in 2.0.x table zh (#653)
293443bf is described below

commit 293443bff5aca2e5ed6940b28e3031ee3ee72c12
Author: leto-b <[email protected]>
AuthorDate: Mon Mar 24 11:00:30 2025 +0800

    fix add datanode script in 2.0.x table zh (#653)
---
 .../Deployment-and-Maintenance/Cluster-Deployment_timecho.md      | 8 +++++++-
 .../Deployment-and-Maintenance/Cluster-Deployment_timecho.md      | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git 
a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
 
b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 6daedfec..0a2d6676 100644
--- 
a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++ 
b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -355,7 +355,13 @@ DataNode节点维护有两个常见场景:
 脚本命令:
 
 ```Bash
-remove confignode [confignode_id]
+# Linux / MacOS 
+# 首先切换到IoTDB根目录
+sbin/start-datanode.sh
+
+#Windows
+# 首先切换到IoTDB根目录
+sbin/start-datanode.bat
 ```
 
 
说明:在添加DataNode后,随着新的写入到来(以及旧数据过期,如果设置了TTL),集群负载会逐渐向新的DataNode均衡,最终在所有节点上达到存算资源的均衡。
diff --git 
a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
 
b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 6daedfec..0a2d6676 100644
--- 
a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++ 
b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -355,7 +355,13 @@ DataNode节点维护有两个常见场景:
 脚本命令:
 
 ```Bash
-remove confignode [confignode_id]
+# Linux / MacOS 
+# 首先切换到IoTDB根目录
+sbin/start-datanode.sh
+
+#Windows
+# 首先切换到IoTDB根目录
+sbin/start-datanode.bat
 ```
 
 
说明:在添加DataNode后,随着新的写入到来(以及旧数据过期,如果设置了TTL),集群负载会逐渐向新的DataNode均衡,最终在所有节点上达到存算资源的均衡。

Reply via email to