Skip to content
Closed
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 @@ -209,9 +209,21 @@ cd sbin

### 3.7 Verify Activation

Check the `ClusterActivationStatus` field. If it shows `ACTIVATED`, the database has been successfully activated.

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)
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|
+---------------+---------+-----------------------------+
```

### 3.8 One-click Cluster Start and Stop

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,21 @@ 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.

![](/img/%E9%9B%86%E7%BE%A4-%E9%AA%8C%E8%AF%81.png)
```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.8 One-click Cluster Start and Stop

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 @@ -208,9 +208,22 @@ cd sbin

### 3.6 验证激活

当看到“Result”字段状态显示为success表示激活成功
可在 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|
+---------------+---------+-----------------------------+
```

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


### 3.7 一键启停集群
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 @@ -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 @@ -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