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 70f15343 add root and TimechoDB@2021 to deployment document (#907)
70f15343 is described below
commit 70f15343701fab26d5377facec7e0f3a8a435df0
Author: leto-b <[email protected]>
AuthorDate: Mon Dec 15 17:05:48 2025 +0800
add root and TimechoDB@2021 to deployment document (#907)
---
.../Cluster-Deployment_timecho.md | 27 +++++++++++++------
.../Stand-Alone-Deployment_timecho.md | 27 +++++++++++++------
.../Cluster-Deployment_timecho.md | 31 +++++++++++++++-------
.../Stand-Alone-Deployment_timecho.md | 25 ++++++++++++-----
.../Cluster-Deployment_timecho.md | 27 +++++++++++++------
.../Stand-Alone-Deployment_timecho.md | 27 +++++++++++++------
.../Cluster-Deployment_timecho.md | 31 +++++++++++++++-------
.../Stand-Alone-Deployment_timecho.md | 25 ++++++++++++-----
.../Cluster-Deployment_timecho.md | 27 ++++++++++++-------
.../Stand-Alone-Deployment_timecho.md | 26 ++++++++++++------
.../Cluster-Deployment_timecho.md | 31 ++++++++++++++--------
.../Stand-Alone-Deployment_timecho.md | 26 ++++++++++++------
.../Cluster-Deployment_timecho.md | 27 ++++++++++++-------
.../Stand-Alone-Deployment_timecho.md | 26 ++++++++++++------
.../Cluster-Deployment_timecho.md | 31 ++++++++++++++--------
.../Stand-Alone-Deployment_timecho.md | 26 ++++++++++++------
16 files changed, 306 insertions(+), 134 deletions(-)
diff --git
a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 47ed13ad..c4061986 100644
---
a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -194,14 +194,25 @@ On each server, navigate to the `sbin` directory and
start the DataNode:
#### Option 1: Command-Based Activation
1. Enter the IoTDB CLI on any node of the cluster:
- - **For Table Model**:
- ```SQL
- # For Linux or macOS
- ./start-cli.sh -sql_dialect table
-
- # For Windows
- ./start-cli.bat -sql_dialect table
- ```
+
+**Linux** or **MacOS**
+
+```Bash
+# Before version V2.0.6.x
+Shell> bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+```
+**Windows**
+
+```Bash
+# Before version V2.0.4.x
+Shell> sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell> sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 431d13ff..136a92a1 100644
---
a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -161,14 +161,25 @@ Navigate to the `sbin` directory of IoTDB and start the
DataNode:
#### Option 1: Command-Based Activation
1. Enter the IoTDB CLI.
- - **For Table Model**:
- - ```SQL
- # For Linux or macOS
- ./start-cli.sh -sql_dialect table
-
- # For Windows
- ./start-cli.bat -sql_dialect table
- ```
+
+**Linux** or **MacOS**
+
+```Bash
+# Before version V2.0.6.x
+Shell> bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+```
+**Windows**
+
+```Bash
+# Before version V2.0.4.x
+Shell> sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell> sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 67cd66dd..e3b4233e 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -197,15 +197,28 @@ cd sbin
1. Enter the IoTDB CLI on any node of the cluster:
-- **For Tree Model**:
-
- ```SQL
- # For Linux or macOS
- ./start-cli.sh
-
- # For Windows
- ./start-cli.bat
- ```
+The Linux and MacOS system startup commands are as follows:
+
+```shell
+# Before version V2.0.6.x
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+```
+
+The Windows system startup commands are as follows:
+
+```shell
+# Before version V2.0.4.x
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
+```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 8276edd9..f971b17e 100644
---
a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -159,14 +159,27 @@ Navigate to the `sbin` directory of IoTDB and start the
DataNode:
1. Enter the IoTDB CLI.
-- **For Tree Model**:
+The Linux and MacOS system startup commands are as follows:
-```SQL
-# For Linux or macOS
-./start-cli.sh
+```shell
+# Before version V2.0.6.x
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-# For Windows
-./start-cli.bat
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+```
+
+The Windows system startup commands are as follows:
+
+```shell
+# Before version V2.0.4.x
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 47ed13ad..c4061986 100644
---
a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -194,14 +194,25 @@ On each server, navigate to the `sbin` directory and
start the DataNode:
#### Option 1: Command-Based Activation
1. Enter the IoTDB CLI on any node of the cluster:
- - **For Table Model**:
- ```SQL
- # For Linux or macOS
- ./start-cli.sh -sql_dialect table
-
- # For Windows
- ./start-cli.bat -sql_dialect table
- ```
+
+**Linux** or **MacOS**
+
+```Bash
+# Before version V2.0.6.x
+Shell> bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+```
+**Windows**
+
+```Bash
+# Before version V2.0.4.x
+Shell> sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell> sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 431d13ff..136a92a1 100644
---
a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -161,14 +161,25 @@ Navigate to the `sbin` directory of IoTDB and start the
DataNode:
#### Option 1: Command-Based Activation
1. Enter the IoTDB CLI.
- - **For Table Model**:
- - ```SQL
- # For Linux or macOS
- ./start-cli.sh -sql_dialect table
-
- # For Windows
- ./start-cli.bat -sql_dialect table
- ```
+
+**Linux** or **MacOS**
+
+```Bash
+# Before version V2.0.6.x
+Shell> bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+```
+**Windows**
+
+```Bash
+# Before version V2.0.4.x
+Shell> sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell> sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 67cd66dd..e3b4233e 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -197,15 +197,28 @@ cd sbin
1. Enter the IoTDB CLI on any node of the cluster:
-- **For Tree Model**:
-
- ```SQL
- # For Linux or macOS
- ./start-cli.sh
-
- # For Windows
- ./start-cli.bat
- ```
+The Linux and MacOS system startup commands are as follows:
+
+```shell
+# Before version V2.0.6.x
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+```
+
+The Windows system startup commands are as follows:
+
+```shell
+# Before version V2.0.4.x
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
+```
2. Run the following command to retrieve the machine code required for
activation:
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 8e43388f..4688de17 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -160,14 +160,27 @@ Navigate to the `sbin` directory of IoTDB and start the
DataNode:
1. Enter the IoTDB CLI.
-- **For Tree Model**:
+The Linux and MacOS system startup commands are as follows:
-```SQL
-# For Linux or macOS
-./start-cli.sh
+```shell
+# Before version V2.0.6.x
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-# For Windows
-./start-cli.bat
+# V2.0.6.x and later versions
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+```
+
+The Windows system startup commands are as follows:
+
+```shell
+# Before version V2.0.4.x
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x and later versions, before version V2.0.6.x
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x and later versions
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
```
2. Run the following command to retrieve the machine code required for
activation:
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 b5a8e028..e8402625 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
@@ -192,15 +192,24 @@ cd sbin
- 进入集群任一节点 CLI,执行获取机器码的语句
- - 表模型 CLI 进入命令:
-
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh -sql_dialect table
-
- # windows系统
- ./start-cli.bat -sql_dialect table
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
- 执行以下内容获取激活所需机器码:
diff --git
a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index c337ec16..23b32c48 100644
---
a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -154,14 +154,24 @@ DataNode 配置
- 进入 IoTDB CLI
- - 表模型 CLI 进入命令:
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh -sql_dialect table
-
- # windows系统
- ./start-cli.bat -sql_dialect table
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
- 执行以下内容获取激活所需机器码:
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index d361b001..69f29e28 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -191,23 +191,32 @@ cd sbin
- 进入集群任一节点 CLI,执行获取机器码的语句
- - 树模型 CLI 进入命令:
-
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh
-
- # windows系统
- ./start-cli.bat
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
+```
- - 执行以下内容获取激活所需机器码:
+- 执行以下内容获取激活所需机器码:
```Bash
show system info
```
- - 系统将自动返回集群所有节点的机器码
+- 系统将自动返回集群所有节点的机器码
```Bash
+--------------------------------------------------------------+
diff --git
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 02bcc90a..99609108 100644
---
a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -161,14 +161,24 @@ cd iotdb-enterprise-{version}-bin
#### 方式一:命令激活
- 进入 IoTDB CLI
- - 树模型 CLI 进入命令:
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh
-
- # windows系统
- ./start-cli.bat
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
+```
- 执行以下内容获取激活所需机器码:
```Bash
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 b5a8e028..e8402625 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
@@ -192,15 +192,24 @@ cd sbin
- 进入集群任一节点 CLI,执行获取机器码的语句
- - 表模型 CLI 进入命令:
-
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh -sql_dialect table
-
- # windows系统
- ./start-cli.bat -sql_dialect table
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
- 执行以下内容获取激活所需机器码:
diff --git
a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 6c83b5ff..9ecff26e 100644
---
a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -155,14 +155,24 @@ DataNode 配置
- 进入 IoTDB CLI
- - 表模型 CLI 进入命令:
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh -sql_dialect table
-
- # windows系统
- ./start-cli.bat -sql_dialect table
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
-sql_dialect table
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root -sql_dialect
table
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
-sql_dialect table
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021 -sql_dialect table
+```
- 执行以下内容获取激活所需机器码:
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 357cf048..86c5194c 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -191,23 +191,32 @@ cd sbin
- 进入集群任一节点 CLI,执行获取机器码的语句
- - 树模型 CLI 进入命令:
-
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh
-
- # windows系统
- ./start-cli.bat
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
+```
- - 执行以下内容获取激活所需机器码:
+- 执行以下内容获取激活所需机器码:
```Bash
show system info
```
- - 系统将自动返回集群所有节点的机器码
+- 系统将自动返回集群所有节点的机器码
```Bash
+--------------------------------------------------------------+
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 02bcc90a..99609108 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -161,14 +161,24 @@ cd iotdb-enterprise-{version}-bin
#### 方式一:命令激活
- 进入 IoTDB CLI
- - 树模型 CLI 进入命令:
- ```SQL
- # Linux或MACOS系统
- ./start-cli.sh
-
- # windows系统
- ./start-cli.bat
- ```
+```shell
+# Linux 系统与 MacOS 系统启动命令如下:
+# V2.0.6.x 版本之前
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > bash sbin/start-cli.sh -h 127.0.0.1 -p 6667 -u root -pw TimechoDB@2021
+
+# Windows 系统启动命令如下:
+# V2.0.4.x 版本之前
+Shell > sbin\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.4.x 版本及之后, V2.0.6.x 版本之前
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw root
+
+# V2.0.6.x 版本及之后
+Shell > sbin\windows\start-cli.bat -h 127.0.0.1 -p 6667 -u root -pw
TimechoDB@2021
+```
- 执行以下内容获取激活所需机器码:
```Bash