Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

- 执行以下内容获取激活所需机器码:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

- 执行以下内容获取激活所需机器码:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
+--------------------------------------------------------------+
Expand Down
Loading