You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_Upgrade_apache.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ To ensure the AINode installation package you obtained is complete and correct,
55
55
56
56
**Preparation:**
57
57
58
-
- Obtain the official SHA512 checksum: Please contact Timecho staff.
58
+
- Obtain the official SHA512 checksum: Please contact commercial support.
59
59
60
60
**Verification Steps (using Linux as an example):**
61
61
@@ -77,7 +77,7 @@ To ensure the AINode installation package you obtained is complete and correct,
77
77
78
78
**Notes:**
79
79
80
-
- If the verification results do not match, please contact Timecho staff to obtain a new installation package.
80
+
- If the verification results do not match, please contact commercial support to obtain a new installation package.
81
81
- If you encounter a "file not found" prompt during verification, check if the file path is correct or if the installation package was downloaded completely.
82
82
83
83
### 2.3 Environment Requirements
@@ -116,7 +116,7 @@ AINode supports modifying some necessary parameters. You can find the following
116
116
### 3.3 Importing Built-in Weight Files
117
117
118
118
*If the deployment environment has network connectivity and can access HuggingFace, the system will automatically pull the built-in model weight files. This step can be skipped.*
119
-
*For offline environments, contact Timecho staff to obtain the model weight folder and place it under the `/IOTDB_AINODE_HOME/data/ainode/models/builtin` directory.*
119
+
*For offline environments, contact commercial support to obtain the model weight folder and place it under the `/IOTDB_AINODE_HOME/data/ainode/models/builtin` directory.*
120
120
**NOTE:** Pay attention to the directory hierarchy. The parent directory for all built-in model weights should be `builtin`.
121
121
122
122
### 3.4 Starting AINode
@@ -228,7 +228,7 @@ If you need to upgrade the version of the current AINode, you can refer to the f
228
228
229
229
3. Update built-in model weights (optional)
230
230
231
-
* If the new version involves updates to built-in models, relevant information will be updated in the [Release History](../IoTDB-Introduction/Release-history_apache.md). You may contact Timecho staff to obtain the latest weight package and replace it in the `data/ainode/models/builtin` directory.
231
+
* If the new version involves updates to built-in models, relevant information will be updated in the [Release History](../IoTDB-Introduction/Release-history_apache.md). You may contact commercial support to obtain the latest weight package and replace it in the `data/ainode/models/builtin` directory.
232
232
233
233
4. After the upgrade is completed, you can start the AINode service and check the node status. For specific commands, refer to Sections 3.4 and 3.5.
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Deployment-and-Maintenance/Environment-Requirements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ IoTDB does not have strict operational requirements for disk array configuration
80
80
81
81
### 2.1 Version Requirements
82
82
83
-
IoTDB supports operating systems such as Linux, Windows, and MacOS. TimechoDB also supports Chinese CPUs like Loongson, Phytium, and Kunpeng, as well as Chinese operating systems like Kylin, UOS, and NingSi.
83
+
IoTDB supports operating systems such as Linux, Windows, and MacOS. IoTDB also supports Chinese CPUs like Loongson, Phytium, and Kunpeng, as well as Chinese operating systems like Kylin, UOS, and NingSi.
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,19 @@
20
20
-->
21
21
# Monitoring Panel Deployment
22
22
23
-
The monitoring panel is one of the supporting tools for TimechoDB. It aims to solve the monitoring problems of TimechoDB and its operating system, mainly including operating system resource monitoring, TimechoDB performance monitoring, and hundreds of kernel monitoring metrics, in order to help users monitor cluster health, optimize performance, and perform maintenance. This guide demonstrates how to enable the system monitoring module in a TimechoDB instance and visualize monitoring metrics using Prometheus + Grafana, using a typical 3C3D cluster (3 ConfigNodes and 3 DataNodes) as an example.
23
+
The monitoring panel is one of the supporting tools for IoTDB. It aims to solve the monitoring problems of IoTDB and its operating system, mainly including operating system resource monitoring, IoTDB performance monitoring, and hundreds of kernel monitoring metrics, in order to help users monitor cluster health, optimize performance, and perform maintenance. This guide demonstrates how to enable the system monitoring module in a IoTDB instance and visualize monitoring metrics using Prometheus + Grafana, using a typical 3C3D cluster (3 ConfigNodes and 3 DataNodes) as an example.
24
24
25
25
## 1. Installation Preparation
26
26
27
-
1. Installing TimechoDB: Install TimechoDB V1.0 or above. Contact sales or technical support to obtain the installation package.
27
+
1. Installing IoTDB: Install IoTDB V1.0 or above. Contact sales or technical support to obtain the installation package.
28
28
29
-
2. Obtain the monitoring panel installation package: The monitoring panel is exclusive to the enterprise-grade TimechoDB. Contact sales or technical support to obtain it.
29
+
2. Obtain the monitoring panel installation package: The monitoring panel is exclusive to the enterprise-grade IoTDB. Contact sales or technical support to obtain it.
30
30
31
31
## 2. Installation Steps
32
32
33
-
### 2.1 Enable Monitoring Metrics Collection in TimechoDB
33
+
### 2.1 Enable Monitoring Metrics Collection in IoTDB
34
34
35
-
1. Enable related configuration options. The configuration options related to monitoring in TimechoDB are disabled by default. Before deploying the monitoring panel, you need to enable certain configuration options (note that the service needs to be restarted after enabling monitoring configuration).
35
+
1. Enable related configuration options. The configuration options related to monitoring in IoTDB are disabled by default. Before deploying the monitoring panel, you need to enable certain configuration options (note that the service needs to be restarted after enabling monitoring configuration).
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/QuickStart/QuickStart_apache.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This guide will assist you in quickly installing and deploying IoTDB. You can qu
31
31
32
32
2. Complete system configuration preparations: IoTDB's system configuration involves multiple aspects. For an introduction to key system configurations, please see [System Requirements](../Deployment-and-Maintenance/Environment-Requirements.md)
33
33
34
-
3. Obtain the installation package: You can obtain the IoTDB installation package on the [Apache IoTDB official website](https://iotdb.apache.org/zh/Download/).For the specific structure of the installation package, please refer to[Obtain TimechoDB](../Deployment-and-Maintenance/IoTDB-Package_apache.md)
34
+
3. Obtain the installation package: You can obtain the IoTDB installation package on the [Apache IoTDB official website](https://iotdb.apache.org/zh/Download/).For the specific structure of the installation package, please refer to[Obtain IoTDB](../Deployment-and-Maintenance/IoTDB-Package_apache.md)
35
35
36
36
4. Install the database and activate it: Depending on your actual deployment architecture, you can choose from the following tutorials for installation and deployment:
Copy file name to clipboardExpand all lines: src/UserGuide/Master/Table/Tools-System/Monitor-Tool_apache.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ For more details, refer to the following documents:
99
99
100
100
## 4. Apache IoTDB Dashboard
101
101
102
-
The `Apache IoTDB Dashboard` is a companion product of TimechoDB, supporting unified centralized operation and maintenance management. It allows monitoring multiple clusters through a single monitoring panel. You can contact the business team to obtain the Dashboard's JSON file.
102
+
The `Apache IoTDB Dashboard` is a companion product of IoTDB, supporting unified centralized operation and maintenance management. It allows monitoring multiple clusters through a single monitoring panel. You can contact the business team to obtain the Dashboard's JSON file.
1. To ensure the TimechoDB installation package you obtained is complete and correct, it is recommended to perform an SHA512 checksum before installation and deployment.
140
+
1. To ensure the IoTDB installation package you obtained is complete and correct, it is recommended to perform an SHA512 checksum before installation and deployment.
141
141
2. Unzip the installation package and enter the installation directory.
142
142
143
143
```
144
-
unzip timechodb-{version}-bin.zip
145
-
cd timechodb-{version}-bin
144
+
unzip apache-iotdb-{version}-bin.zip
145
+
cd apache-iotdb-{version}-bin
146
146
```
147
147
148
148
3. Modify the relevant configuration.
149
149
150
150
```
151
-
cd timechodb-{version}-bin/conf
151
+
cd apache-iotdb-{version}-bin/conf
152
152
vim iotdb-system.properties
153
153
```
154
154
@@ -175,10 +175,10 @@ Navigate to the `sbin`directory under IoTDB and start the datanode:
0 commit comments