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 @@ -206,9 +206,22 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 3.7 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)

### 3.8 One-click Cluster Start and Stop

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 2.6 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command. Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.

![](/img/%E5%8D%95%E6%9C%BA-%E9%AA%8C%E8%AF%81.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,22 @@ cd sbin

### 3.7 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)

### 3.8 One-click Cluster Start and Stop

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 2.6 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command. Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.

![](/img/%E5%8D%95%E6%9C%BA-%E9%AA%8C%E8%AF%81.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,22 @@ When you see the display of `Activated` on the far right, it indicates successfu

![](/img/%E4%BC%81%E4%B8%9A%E7%89%88%E6%BF%80%E6%B4%BB.png)

In the CLI, you can also check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

> The appearance of `ACTIVATED (W)` indicates passive activation, which means that this Configurable Node does not have a license file (or has not issued the latest license file with a timestamp), and its activation depends on other Activated Configurable Nodes in the cluster. At this point, it is recommended to check if the license file has been placed in the license folder. If not, please place the license file. If a license file already exists, it may be due to inconsistency between the license file of this node and the information of other nodes. Please contact Timecho staff to reapply.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,22 @@ When you see the display "Activated" on the far right, it indicates successful a

![](/img/show%20cluster.png)

In the CLI, you can also check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```


> The appearance of 'Activated (W)' indicates passive activation, indicating that this Config Node does not have a license file (or has not issued the latest license file with a timestamp). At this point, it is recommended to check if the license file has been placed in the license folder. If not, please place the license file. If a license file already exists, it may be due to inconsistency between the license file of this node and the information of other nodes. Please contact Timecho staff to reapply.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,22 @@ When you see the display of `Activated` on the far right, it indicates successfu

![](/img/%E4%BC%81%E4%B8%9A%E7%89%88%E6%BF%80%E6%B4%BB.png)

In the CLI, you can also check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

> The appearance of `ACTIVATED (W)` indicates passive activation, which means that this Configurable Node does not have a license file (or has not issued the latest license file with a timestamp), and its activation depends on other Activated Configurable Nodes in the cluster. At this point, it is recommended to check if the license file has been placed in the license folder. If not, please place the license file. If a license file already exists, it may be due to inconsistency between the license file of this node and the information of other nodes. Please contact Timecho staff to reapply.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,21 @@ When you see the display "Activated" on the far right, it indicates successful a

![](/img/show%20cluster.png)

In the CLI, you can also check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

> The appearance of 'Activated (W)' indicates passive activation, indicating that this Config Node does not have a license file (or has not issued the latest license file with a timestamp). At this point, it is recommended to check if the license file has been placed in the license folder. If not, please place the license file. If a license file already exists, it may be due to inconsistency between the license file of this node and the information of other nodes. Please contact Timecho staff to reapply.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,22 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 3.7 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)

### 3.8 One-click Cluster Start and Stop

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 2.6 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command. Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.

![](/img/%E5%8D%95%E6%9C%BA-%E9%AA%8C%E8%AF%81.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,22 @@ cd sbin

### 3.7 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command; the example below shows a status of ACTIVATED, indicating successful activation.

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)

### 3.8 One-click Cluster Start and Stop

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 2.6 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.
In the CLI, you can check the activation status by running the `show activation` command. Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.

![](/img/%E5%8D%95%E6%9C%BA-%E9%AA%8C%E8%AF%81.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,21 @@ cd sbin

### 3.6 验证激活

当看到“Result”字段状态显示为success表示激活成功

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)

可在 CLI 中通过执行 `show activation` 命令查看激活状态,示例如下,状态显示为 ACTIVATED 表示激活成功

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

### 3.7 一键启停集群

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,10 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 2.6 验证激活

当看到“ClusterActivationStatus”字段状态显示为ACTIVATED表示激活成功
可在 CLI 中通过执行 `show activation` 命令查看激活状态,当看到“ClusterActivationStatus”字段状态显示为 ACTIVATED 表示激活成功

![](/img/%E5%8D%95%E6%9C%BA-%E9%AA%8C%E8%AF%81.png)


## 3. 常见问题

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,21 @@ cd sbin

### 3.6 验证激活

当看到“Result”字段状态显示为success表示激活成功

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)
可在 CLI 中通过执行 `show activation` 命令查看激活状态,示例如下,状态显示为 ACTIVATED 表示激活成功

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```


### 3.7 一键启停集群
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,11 @@ IoTDB> activate '01-D4EYQGPZ-EAUJJODW-NUKRDR6F-TUQS3B75-EDZFLK3A-6BOKJFFZ-ALDHOM

### 2.6 验证激活

当看到“ClusterActivationStatus”字段状态显示为ACTIVATED表示激活成功
可在 CLI 中通过执行 `show activation` 命令查看激活状态,当看到“ClusterActivationStatus”字段状态显示为 ACTIVATED 表示激活成功

![](/img/%E5%8D%95%E6%9C%BA-%E9%AA%8C%E8%AF%81.png)


## 3. 常见问题

1. 部署过程中多次提示激活失败
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,23 @@ It costs 0.030s

![](/img/%E4%BC%81%E4%B8%9A%E7%89%88%E6%BF%80%E6%B4%BB.png)

还可在 CLI 中通过执行 `show activation` 命令查看激活状态,示例如下,状态显示为ACTIVATED表示激活成功

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```


> 出现`ACTIVATED(W)`为被动激活,表示此ConfigNode没有license文件(或没有签发时间戳最新的license文件),其激活依赖于集群中其它Activate状态的ConfigNode。此时建议检查license文件是否已放入license文件夹,没有请放入license文件,若已存在license文件,可能是此节点license文件与其他节点信息不一致导致,请联系天谋工作人员重新申请.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,26 @@ Import completed. Please start cluster and excute 'show cluster' to verify activ

![](/img/show%20cluster.png)

还可在 CLI 中通过执行 `show activation` 命令查看激活状态,示例如下,状态显示为ACTIVATED表示激活成功

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```

> 出现`ACTIVATED(W)`为被动激活,表示此ConfigNode没有license文件(或没有签发时间戳最新的license文件)。此时建议检查license文件是否已放入license文件夹,没有请放入license文件,若已存在license文件,可能是此节点license文件与其他节点信息不一致导致,请联系天谋工作人员重新申请.



## 常见问题

1. 部署过程中多次提示激活失败
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,28 @@ It costs 0.030s

![](/img/%E4%BC%81%E4%B8%9A%E7%89%88%E6%BF%80%E6%B4%BB.png)


还可在 CLI 中通过执行 `show activation` 命令查看激活状态,示例如下,状态显示为ACTIVATED表示激活成功

```sql
IoTDB> show activation
+---------------+---------+-----------------------------+
| LicenseInfo| Usage| Limit|
+---------------+---------+-----------------------------+
| Status|ACTIVATED| -|
| ExpiredTime| -|2026-04-30T00:00:00.000+08:00|
| DataNodeLimit| 1| Unlimited|
| CpuLimit| 16| Unlimited|
| DeviceLimit| 30| Unlimited|
|TimeSeriesLimit| 72| 1,000,000,000|
+---------------+---------+-----------------------------+
```


> 出现`ACTIVATED(W)`为被动激活,表示此ConfigNode没有license文件(或没有签发时间戳最新的license文件),其激活依赖于集群中其它Activate状态的ConfigNode。此时建议检查license文件是否已放入license文件夹,没有请放入license文件,若已存在license文件,可能是此节点license文件与其他节点信息不一致导致,请联系天谋工作人员重新申请.



### 一键启停集群

#### 概述
Expand Down
Loading