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 3b6689f99..63b460226 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 @@ -191,14 +191,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 d6235d8d1..1203bf6e7 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 @@ -158,14 +158,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 28b7b9454..8313b7051 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 @@ -194,15 +194,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 c18a14d00..560adfe88 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 @@ -157,14 +157,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 3b6689f99..63b460226 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 @@ -191,14 +191,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 d6235d8d1..1203bf6e7 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 @@ -158,14 +158,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 28b7b9454..8313b7051 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -194,15 +194,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 c18a14d00..560adfe88 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 @@ -157,14 +157,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 23c555aef..a10531462 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 @@ -189,15 +189,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 a37f137df..783545e00 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 @@ -152,14 +152,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 36ab5bee1..9a12df9f3 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 @@ -189,23 +189,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 e0cd859e3..5720497b4 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 @@ -159,14 +159,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 23c555aef..a10531462 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 @@ -189,15 +189,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 a37f137df..783545e00 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 @@ -152,14 +152,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 36ab5bee1..9a12df9f3 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 @@ -189,23 +189,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 e0cd859e3..5720497b4 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 @@ -159,14 +159,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