Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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 @@ -167,7 +167,7 @@ On each server, navigate to the `sbin` directory and start the DataNode:

#### Option 2: Command-Based Activation

1. Enter the IoTDB CLI for each node:
1. Enter the IoTDB CLI on any node of the cluster:
- **For Table Model**:
```SQL
# For Linux or macOS
Expand All @@ -192,7 +192,7 @@ On each server, navigate to the `sbin` directory and start the DataNode:
```


3. Copy the returned machine code of each server (displayed as a green string) and send it to the Timecho team:
3. Copy the returned machine codes of all 3 nodes in the cluster (displayed as a green string) and send it to the Timecho team:

```Bash
+--------------------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ cd sbin

#### Option 2: Command-Based Activation

1. Enter the IoTDB CLI for each node:
1. Enter the IoTDB CLI on any node of the cluster:

- **For Table Model**:

Expand Down Expand Up @@ -197,7 +197,7 @@ cd sbin
show system info
```

3. Copy the returned machine code of each server (displayed as a green string) and send it to the Timecho team:
3. Copy the returned machine codes of all 3 nodes in the cluster (displayed as a green string) and send it to the Timecho team:

```Bash
+--------------------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,47 @@ If the startup fails, please refer to [Common Questions](#common-questions).
Import completed. Please start cluster and excute 'show cluster' to verify activation status
```


#### Method 3: Activation via CLI (Version 1.3.4)

- First start the Datanode nodes, then enter the CLI of any node in the cluster

```SQL
./sbin/start-datanode.sh
./sbin/start-cli.sh
```

- Obtain the machine codes of all 3 machines:

- Execute the following command to get the machine codes required for activation:

```Bash
show system info
```

- The following information will be displayed (machine codes of all 3 nodes in the cluster):

```Bash
+--------------------------------------------------------------+
| SystemInfo|
+--------------------------------------------------------------+
|01-TE5NLES4-UDDWCMYE,01-GG5NLES4-XXDWCMYE,01-FF5NLES4-WWWWCMYE|
+--------------------------------------------------------------+
Total line number = 1
It costs 0.030s
```

- Copy the obtained machine codes from all 3 machines and provide them to the Timecho team

- The Timecho team will return an activation code, which normally corresponds to the order of the 3 provided machine codes. Paste the complete activation code into the CLI for activation

- Note: The activation code must be enclosed in ' symbols, as shown below:

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
```


### Start DataNode

Enter the `sbin` directory of iotdb and start three datanode nodes in sequence:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,41 @@ License has been stored to sbin/../activation/license
Import completed. Please start cluster and excute 'show cluster' to verify activation status
```

#### Method 3: Activation via CLI (Version 1.3.4)

- First start the Datanode, then enter the CLI

```SQL
./sbin/start-datanode.sh
./sbin/start-cli.sh
```

- Execute the following command to obtain the machine code required for activation:

```Bash
show system info
```

- Copy the returned machine code (the green string) and provide it to the Timecho team:

```Bash
+--------------------------------------------------------------+
| SystemInfo|
+--------------------------------------------------------------+
| 01-TE5NLES4-UDDWCMYE|
+--------------------------------------------------------------+
Total line number = 1
It costs 0.030s
```

- Input the activation code returned by the Timecho team into the CLI using the following command:
- Note: The activation code must be enclosed in ' symbols, as shown:

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
```


### 5、Start DataNode

Enter the sbin directory of iotdb and start datanode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,46 @@ If the startup fails, please refer to [Common Questions](#common-questions).
Import completed. Please start cluster and excute 'show cluster' to verify activation status
```

#### Method 3: Activation via CLI (Version 1.3.4)

- First start the Datanode nodes, then enter the CLI of any node in the cluster

```SQL
./sbin/start-datanode.sh
./sbin/start-cli.sh
```

- Obtain the machine codes of all 3 machines:

- Execute the following command to get the machine codes required for activation:

```Bash
show system info
```

- The following information will be displayed (machine codes of all 3 nodes in the cluster):

```Bash
+--------------------------------------------------------------+
| SystemInfo|
+--------------------------------------------------------------+
|01-TE5NLES4-UDDWCMYE,01-GG5NLES4-XXDWCMYE,01-FF5NLES4-WWWWCMYE|
+--------------------------------------------------------------+
Total line number = 1
It costs 0.030s
```

- Copy the obtained machine codes from all 3 machines and provide them to the Timecho team

- The Timecho team will return an activation code, which normally corresponds to the order of the 3 provided machine codes. Paste the complete activation code into the CLI for activation

- Note: The activation code must be enclosed in ' symbols, as shown below:

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
```


### Start DataNode

Enter the `sbin` directory of iotdb and start three datanode nodes in sequence:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,41 @@ License has been stored to sbin/../activation/license
Import completed. Please start cluster and excute 'show cluster' to verify activation status
```

#### Method 3: Activation via CLI (Version 1.3.4)

- First start the Datanode, then enter the CLI

```SQL
./sbin/start-datanode.sh
./sbin/start-cli.sh
```

- Execute the following command to obtain the machine code required for activation:

```Bash
show system info
```

- Copy the returned machine code (the green string) and provide it to the Timecho team:

```Bash
+--------------------------------------------------------------+
| SystemInfo|
+--------------------------------------------------------------+
| 01-TE5NLES4-UDDWCMYE|
+--------------------------------------------------------------+
Total line number = 1
It costs 0.030s
```

- Input the activation code returned by the Timecho team into the CLI using the following command:
- Note: The activation code must be enclosed in ' symbols, as shown:

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
```


### 5、Start DataNode

Enter the sbin directory of iotdb and start datanode:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ On each server, navigate to the `sbin` directory and start the DataNode:

#### Option 2: Command-Based Activation

1. Enter the IoTDB CLI for each node:
1. Enter the IoTDB CLI on any node of the cluster:
- **For Table Model**:
```SQL
# For Linux or macOS
Expand All @@ -191,7 +191,7 @@ On each server, navigate to the `sbin` directory and start the DataNode:
show system info
```

3. Copy the returned machine code of each server (displayed as a green string) and send it to the Timecho team:
3. Copy the returned machine codes of all 3 nodes in the cluster (displayed as a green string) and send it to the Timecho team:

```Bash
+--------------------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ cd sbin

#### Option 2: Command-Based Activation

1. Enter the IoTDB CLI for each node:
1. Enter the IoTDB CLI on any node of the cluster:

- **For Table Model**:

Expand Down Expand Up @@ -197,7 +197,7 @@ cd sbin
show system info
```

3. Copy the returned machine code of each server (displayed as a green string) and send it to the Timecho team:
3. Copy the returned machine codes of all 3 nodes in the cluster (displayed as a green string) and send it to the Timecho team:

```Bash
+--------------------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cd sbin
- 工作人员将返回每个ConfigNode、Datanode节点的license文件,这里会返回3个license文件;
- 将3个license文件分别放入对应的ConfigNode节点的activation文件夹下;

#### 方式二:激活脚本激活
#### 方式二:通过 CLI 激活
- 依次获取3台机器的机器码,进入 IoTDB CLI

- 表模型 CLI 进入命令:
Expand Down Expand Up @@ -191,7 +191,7 @@ cd sbin
show system info
```

- 显示如下信息,这里显示的是1台机器的机器码
- 显示如下信息(集群3个节点机器的机器码)

```Bash
+--------------------------------------------------------------+
Expand All @@ -203,11 +203,11 @@ cd sbin
It costs 0.030s
```

- 其他2个节点依次进入到IoTDB树模型的CLI中,执行语句后将获取的3台机器的机器码都复制给天谋工作人员
- 将获取的3台机器的机器码复制给天谋工作人员

- 工作人员会返回3段激活码,正常是与提供的3个机器码的顺序对应的,请分别将各自的激活码粘贴到CLI中,如下提示:
- 工作人员会返回激活码,正常是与提供的3个机器码的顺序对应的,请将整串激活码粘贴到CLI中进行激活

- 注:激活码前后需要用`'`符号进行标注,如所示
- 注:激活码前后需要用`'`符号进行标注,如下所示

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ cd sbin
- 工作人员将返回每个ConfigNode、Datanode节点的license文件,这里会返回3个license文件;
- 将3个license文件分别放入对应的ConfigNode节点的activation文件夹下;

#### 方式二:激活脚本激活
#### 方式二:通过 CLI 激活
- 依次获取3台机器的机器码,进入 IoTDB CLI

- 表模型 CLI 进入命令:
Expand Down Expand Up @@ -191,7 +191,7 @@ cd sbin
show system info
```

- 显示如下信息,这里显示的是1台机器的机器码
- 显示如下信息(集群3个节点机器的机器码)

```Bash
+--------------------------------------------------------------+
Expand All @@ -203,11 +203,11 @@ cd sbin
It costs 0.030s
```

- 其他2个节点依次进入到IoTDB树模型的CLI中,执行语句后将获取的3台机器的机器码都复制给天谋工作人员
- 将获取的3台机器的机器码复制给天谋工作人员

- 工作人员会返回3段激活码,正常是与提供的3个机器码的顺序对应的,请分别将各自的激活码粘贴到CLI中,如下提示:
- 工作人员会返回激活码,正常是与提供的3个机器码的顺序对应的,请将整串激活码粘贴到CLI中进行激活

- 注:激活码前后需要用`'`符号进行标注,如所示
- 注:激活码前后需要用`'`符号进行标注,如下所示

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,46 @@ cd sbin
Import completed. Please start cluster and excute 'show cluster' to verify activation status
```

#### 方式三:通过 CLI 激活(V1.3.4 版本)

- 先启动 Datanode 节点,然后进入集群任一节点 CLI

```SQL
./sbin/start-datanode.sh
./sbin/start-cli.sh
```

- 获取3台机器的机器码

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

```Bash
show system info
```

- 显示如下信息(集群3个节点机器的机器码) :

```Bash
+--------------------------------------------------------------+
| SystemInfo|
+--------------------------------------------------------------+
|01-TE5NLES4-UDDWCMYE,01-GG5NLES4-XXDWCMYE,01-FF5NLES4-WWWWCMYE|
+--------------------------------------------------------------+
Total line number = 1
It costs 0.030s
```

- 将获取的3台机器的机器码复制给天谋工作人员

- 工作人员会返回激活码,正常是与提供的3个机器码的顺序对应的,请将整串激活码粘贴到CLI中进行激活

- 注:激活码前后需要用`'`符号进行标注,如下所示

```Bash
IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA===,01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOMN7-NB2E4BHI-7ZKGFVK6-GCIFXA4T-UG3XJTTD-SHJV6F2P-Q27B4OMJ-R47ZDIM3-UUASUXG2-OQXGVZCO-MMYKICZU-TWFQYYAO-ZOAGOKJA-NYHQTA5U-EWAR4EP5-MRC6R2CI-PKUTKRCT-7UDGRH3F-7BYV4P5D-6KKIA==='
```


### 启动DataNode 节点

分别进入iotdb的`sbin`目录下,依次启动3个datanode节点:
Expand Down
Loading