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 914354ac1..e0b008b7d 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 @@ -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 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 12058f850..88b82d006 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 @@ -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 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 db3fb62c7..987769e6b 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 @@ -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 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 e3c8482e6..85d9c3f21 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -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 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 2b803ad2c..1b07c09f4 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 @@ -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 一键启停集群 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 d056450a0..8cfdd2374 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 @@ -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 一键启停集群 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 e54a08de7..becd2e23f 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 @@ -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 一键启停集群 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 e83b95239..3d1b1a0f6 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 @@ -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 一键启停集群