diff --git a/src/.vuepress/public/img/sha512-02.png b/src/.vuepress/public/img/sha512-02.png new file mode 100644 index 000000000..504e36105 Binary files /dev/null and b/src/.vuepress/public/img/sha512-02.png differ diff --git a/src/.vuepress/public/img/sha512-03.png b/src/.vuepress/public/img/sha512-03.png new file mode 100644 index 000000000..a368d79e9 Binary files /dev/null and b/src/.vuepress/public/img/sha512-03.png differ diff --git a/src/.vuepress/public/img/sha512-04.png b/src/.vuepress/public/img/sha512-04.png new file mode 100644 index 000000000..4d877c681 Binary files /dev/null and b/src/.vuepress/public/img/sha512-04.png differ diff --git a/src/.vuepress/public/img/sha512-05.png b/src/.vuepress/public/img/sha512-05.png new file mode 100644 index 000000000..aa05b3acc Binary files /dev/null and b/src/.vuepress/public/img/sha512-05.png differ diff --git a/src/.vuepress/public/img/sha512-06.png b/src/.vuepress/public/img/sha512-06.png new file mode 100644 index 000000000..50faad0ce Binary files /dev/null and b/src/.vuepress/public/img/sha512-06.png differ diff --git a/src/.vuepress/public/img/sha512-07.png b/src/.vuepress/public/img/sha512-07.png new file mode 100644 index 000000000..d5e25cdc3 Binary files /dev/null and b/src/.vuepress/public/img/sha512-07.png differ diff --git a/src/.vuepress/public/img/sha512-08.png b/src/.vuepress/public/img/sha512-08.png new file mode 100644 index 000000000..43089ed15 Binary files /dev/null and b/src/.vuepress/public/img/sha512-08.png differ diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md index 0e6610163..6299219da 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -52,7 +52,37 @@ Unzip and install the package | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation + +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md index e17233214..08882b31d 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -52,7 +52,36 @@ Unzip and install the package | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum:please contact Timecho Team to re-obtain the installation package. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please contact Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 35294d16b..8d80765d4 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -58,6 +58,38 @@ Use the hostname for `cn_internal_address` and `dn_internal_address` in IoTDB co 2. Configure the operating system environment according to environmental requirements (system environment configuration can be found in:[Environment Requirement](../Deployment-and-Maintenance/Environment-Requirements.md)) +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + ## 3. Installation Steps Taking a cluster with three Linux servers with the following information as example: 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 722792ae0..3b6689f99 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 @@ -77,7 +77,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index af7b5e309..85779a527 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -48,7 +48,39 @@ Use the hostname for `cn_internal_address` and `dn_internal_address` in IoTDB co ## 2. Installation Steps -### 2.1 Extract Installation Package +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + +### 2.2 Extract Installation Package Unzip the installation package and navigate to the directory: @@ -57,9 +89,9 @@ unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 Parameters Configuration +### 2.3 Parameters Configuration -#### 2.2.1 Memory Configuration +#### 2.3.1 Memory Configuration Edit the following files for memory allocation: @@ -70,7 +102,7 @@ Edit the following files for memory allocation: | :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | | MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | -#### 2.2.2 General Configuration +#### 2.3.2 General Configuration Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/iotdb-system.properties.template` for a complete list. @@ -105,7 +137,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i | dn_schema_region_consensus_port | Port used for metadata replica consensus protocol communication | 10760 | 10760 | This parameter cannot be modified after the first startup. | | dn_seed_config_node | Address of the ConfigNode for registering and joining the cluster. (e.g.,`cn_internal_address:cn_internal_port`) | 127.0.0.1:10710 | Use `cn_internal_address:cn_internal_port` | This parameter cannot be modified after the first startup. | -### 2.3 Start ConfigNode +### 2.4 Start ConfigNode Navigate to the `sbin` directory and start ConfigNode: @@ -117,7 +149,7 @@ If the startup fails, refer to the [Common Issues](#3-common-issues)。 section -### 2.4 Start DataNode +### 2.5 Start DataNode Navigate to the `sbin` directory of IoTDB and start the DataNode: @@ -125,7 +157,7 @@ Navigate to the `sbin` directory of IoTDB and start the DataNode: ./sbin/start-datanode.sh -d # The "-d" flag starts the process in the background. ``` -### 3.5 Start CLI +### 2.6 Start CLI Enter the IoTDB CLI. diff --git a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 5ae4294d8..d6235d8d1 100644 --- a/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -68,7 +68,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md index 540ead30f..8c841fb35 100644 --- a/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md @@ -482,21 +482,23 @@ Key updates: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | -| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | -| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | -| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | -| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | -| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | -| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | -| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | -| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | -| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | -| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | -| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | -| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | + +| **Version** | **Description** | **Supported IoTDB Versions** | **SHA512 checksum** | +| ----------- | ------------------------------------------------------------ | ----------------------------------- | ------------------------------------------------------------ | +| V2.1.1 | Optimize the measuring point selection on the trend interface to support scenarios without devices | V2.0 and above | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md index b83ca8a12..6d38c04dc 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -52,7 +52,37 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation + +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md index 47b3bdf33..8981ee335 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -52,7 +52,36 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum:please contact Timecho Team to re-obtain the installation package. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please contact Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md index b965efb1c..7377a5c98 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,38 @@ This section will take the IoTDB classic cluster deployment architecture 3C3D (3 2. Configure the operating system environment according to environmental requirements (system environment configuration can be found in:[Environment Requirement](../Deployment-and-Maintenance/Environment-Requirements.md)) +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + ## 3. Installation Steps Assuming there are three Linux servers now, the IP addresses and service roles are assigned as follows: 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 93e4e85eb..28b7b9454 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 @@ -79,7 +79,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index ea7e1772f..784c50313 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,14 +42,45 @@ ## 2. Installation Steps -### 2.1 Unzip the installation package and enter the installation directory +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.2 Unzip the installation package and enter the installation directory ```Shell unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 Parameter Configuration +### 2.3 Parameter Configuration #### Environment Script Configuration @@ -103,7 +134,7 @@ Open the DataNode configuration file (./conf/iotdb-system. properties file) and > ❗️Attention: Editors such as VSCode Remote do not have automatic configuration saving function. Please ensure that the modified files are saved persistently, otherwise the configuration items will not take effect -### 2.3 Start ConfigNode +### 2.4 Start ConfigNode Enter the sbin directory of iotdb and start confignode @@ -112,7 +143,7 @@ Enter the sbin directory of iotdb and start confignode ``` If the startup fails, please refer to [Common Questions](#common-questions). -### 2.4 Start DataNode +### 2.5 Start DataNode Enter the sbin directory of iotdb and start datanode: @@ -121,7 +152,7 @@ cd sbin ./start-datanode.sh -d #The "- d" parameter will start in the background ``` -### 2.5 Verify Deployment +### 2.6 Verify Deployment Can be executed directly/ Cli startup script in sbin directory: diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 9170231ab..c18a14d00 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -68,7 +68,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md index 1d54b9b24..35224ec1a 100644 --- a/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -41,7 +41,36 @@ The instructions for using the visualization console tool can be found in the [I ## 2. Installation Steps -### 2.1 IoTDB enables monitoring indicator collection +### 2.1 Pre-installation Check + +To ensure the Workbench installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Contact the Timecho Team to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/workbench): + ```Bash + cd /data/workbench + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-04.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. + +#### Notes: + +- If the verification results do not match, please contact the Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.2 IoTDB enables monitoring indicator collection 1. Open the monitoring configuration item. The configuration items related to monitoring in IoTDB are disabled by default. Before deploying the monitoring panel, you need to open the relevant configuration items (note that the service needs to be restarted after enabling monitoring configuration). @@ -111,7 +140,7 @@ The instructions for using the visualization console tool can be found in the [I ![](/img/%E5%90%AF%E5%8A%A8.png) -### 2.2 Install and configure Prometheus +### 2.3 Install and configure Prometheus 1. Download the Prometheus installation package, which requires installation of V2.30.3 and above. You can go to the Prometheus official website to download it (https://prometheus.io/docs/introduction/first_steps/) 2. Unzip the installation package and enter the unzipped folder: @@ -157,7 +186,7 @@ The instructions for using the visualization console tool can be found in the [I -### 2.3 Install Workbench +### 2.4 Install Workbench 1. Enter the config directory of iotdb Workbench -`` @@ -190,7 +219,7 @@ The instructions for using the visualization console tool can be found in the [I ![](/img/workbench-en.png) -### 2.4 Configure Instance Information +### 2.5 Configure Instance Information 1. Configure instance information: You only need to fill in the following information to connect to the instance diff --git a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md index 540ead30f..8c841fb35 100644 --- a/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md @@ -482,21 +482,23 @@ Key updates: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | -| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | -| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | -| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | -| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | -| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | -| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | -| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | -| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | -| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | -| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | -| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | -| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | + +| **Version** | **Description** | **Supported IoTDB Versions** | **SHA512 checksum** | +| ----------- | ------------------------------------------------------------ | ----------------------------------- | ------------------------------------------------------------ | +| V2.1.1 | Optimize the measuring point selection on the trend interface to support scenarios without devices | V2.0 and above | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md index 2cd8e2917..73574db6b 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -53,6 +53,35 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | `README.md` | file | Instructions | +### Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-05.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ### Environment preparation - Suggested operating environment:Ubuntu, CentOS, MacOS diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md index f59234aa8..35070c791 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -53,6 +53,36 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | `README.md` | file | Instructions | + +### Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum:please contact Timecho Team to re-obtain the installation package. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-05.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please contact Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ### Environment preparation - Suggested operating environment:Ubuntu, CentOS, MacOS diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md index f136efd14..2f31ca03b 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,38 @@ This section will take the IoTDB classic cluster deployment architecture 3C3D (3 2. Configure the operating system environment according to environmental requirements (system environment configuration can be found in:[Environment Requirements](https://iotdb.apache.org/UserGuide/latest/Deployment-and-Maintenance/Environment-Requirements.html)) +### Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-08.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + ## Installation Steps Assuming there are three Linux servers now, the IP addresses and service roles are assigned as follows: diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 24accd11d..516e8df5d 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -72,7 +72,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index d3d92aa69..ec298b5e9 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,14 +42,46 @@ ## Installation Steps -### 1、Unzip the installation package and enter the installation directory +### 1、Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + + +![img](/img/sha512-08.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2、Unzip the installation package and enter the installation directory ```Shell unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2、Parameter Configuration +### 3 Configuration #### Environment Script Configuration @@ -103,7 +135,7 @@ Open the DataNode configuration file (./conf/iotdb-system. properties file) and > ❗️Attention: Editors such as VSCode Remote do not have automatic configuration saving function. Please ensure that the modified files are saved persistently, otherwise the configuration items will not take effect -### 3、Start ConfigNode +### 4、Start ConfigNode Enter the sbin directory of iotdb and start confignode @@ -112,7 +144,7 @@ Enter the sbin directory of iotdb and start confignode ``` If the startup fails, please refer to [Common Questions](#common-questions). -### 4、Start DataNode +### 5、Start DataNode Enter the sbin directory of iotdb and start datanode: @@ -121,7 +153,7 @@ cd sbin ./start-datanode.sh -d #The "- d" parameter will start in the background ``` -### 5、Verify Deployment +### 6、Verify Deployment Can be executed directly/ Cli startup script in sbin directory: diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 0c4a051b2..5c9055c63 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -66,7 +66,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md index 6297c2128..1e37e14ca 100644 --- a/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,36 @@ The instructions for using the visualization console tool can be found in the [I | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it | + +### Pre-installation Check + +To ensure the Workbench installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Contact the Timecho Team to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/workbench): + ```Bash + cd /data/workbench + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-03.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. + +#### Notes: + +- If the verification results do not match, please contact the Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ## Installation Steps ### Step 1: IoTDB enables monitoring indicator collection diff --git a/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md index d0c857f2a..e391685d7 100644 --- a/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md @@ -302,20 +302,21 @@ Key updates: ## Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | -| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | -| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | -| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | -| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | -| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | -| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | -| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | -| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | -| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | -| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | -| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | + +| **Version** | **Description** | **Supported IoTDB Versions** | **SHA512 checksum** | +| ----------- | ------------------------------------------------------------ | ----------------------------------- | ------------------------------------------------------------ | +| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md index 592d5c733..57967f345 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -53,6 +53,35 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | `README.md` | file | Instructions | +### Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-05.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ### Environment preparation - Suggested operating environment:Ubuntu, CentOS, MacOS diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md index f59234aa8..35070c791 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -53,6 +53,36 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | `README.md` | file | Instructions | + +### Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum:please contact Timecho Team to re-obtain the installation package. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-05.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please contact Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ### Environment preparation - Suggested operating environment:Ubuntu, CentOS, MacOS diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 684875d8a..f3d576dcb 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,39 @@ This section will take the IoTDB classic cluster deployment architecture 3C3D (3 2. Configure the operating system environment according to environmental requirements (system environment configuration can be found in:[Environment Requirements](https://iotdb.apache.org/UserGuide/latest/Deployment-and-Maintenance/Environment-Requirements.html)) + +### Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + + +![img](/img/sha512-08.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ## Installation Steps Assuming there are three Linux servers now, the IP addresses and service roles are assigned as follows: @@ -62,6 +95,7 @@ Assuming there are three Linux servers now, the IP addresses and service roles a | 192.168.1.4 | iotdb-2 | ConfigNode、DataNode | | 192.168.1.5 | iotdb-3 | ConfigNode、DataNode | + ### Set Host Name On three machines, configure the host names separately. To set the host names, configure `/etc/hosts` on the target server. Use the following command: diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 24accd11d..516e8df5d 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -72,7 +72,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 4dea1fe8e..3aecd9698 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -39,17 +39,53 @@ - Using a fixed non root user: - Using the same user operation: Ensure that the same user is used for start, stop and other operations, and do not switch users. - Avoid using sudo: Try to avoid using sudo commands as they execute commands with root privileges, which may cause confusion or security issues. - + + ## Installation Steps -### 1、Unzip the installation package and enter the installation directory + +### 1、Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + + +![img](/img/sha512-08.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + + +### 2、Unzip the installation package and enter the installation directory ```Shell unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2、Parameter Configuration +### 3、Parameter Configuration #### Environment Script Configuration @@ -103,7 +139,7 @@ Open the DataNode configuration file (./conf/iotdb-system. properties file) and > ❗️Attention: Editors such as VSCode Remote do not have automatic configuration saving function. Please ensure that the modified files are saved persistently, otherwise the configuration items will not take effect -### 3、Start ConfigNode +### 4、Start ConfigNode Enter the sbin directory of iotdb and start confignode @@ -112,7 +148,7 @@ Enter the sbin directory of iotdb and start confignode ``` If the startup fails, please refer to [Common Questions](#common-questions). -### 4、Start DataNode +### 5、Start DataNode Enter the sbin directory of iotdb and start datanode: @@ -121,7 +157,7 @@ cd sbin ./start-datanode.sh -d #The "- d" parameter will start in the background ``` -### 5、Verify Deployment +### 6、Verify Deployment Can be executed directly/ Cli startup script in sbin directory: diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 0c4a051b2..5c9055c63 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -66,7 +66,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md index 8f9278152..6d4bac18d 100644 --- a/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,37 @@ The instructions for using the visualization console tool can be found in the [I | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it | + +### Pre-installation Check + +To ensure the Workbench installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Contact the Timecho Team to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/workbench): + ```Bash + cd /data/workbench + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-03.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. + +#### Notes: + +- If the verification results do not match, please contact the Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + ## Installation Steps ### Step 1: IoTDB enables monitoring indicator collection diff --git a/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md index d0c857f2a..e391685d7 100644 --- a/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md @@ -302,20 +302,21 @@ Key updates: ## Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | -| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | -| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | -| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | -| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | -| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | -| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | -| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | -| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | -| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | -| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | -| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | + +| **Version** | **Description** | **Supported IoTDB Versions** | **SHA512 checksum** | +| ----------- | ------------------------------------------------------------ | ----------------------------------- | ------------------------------------------------------------ | +| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md index 0e6610163..6299219da 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -52,7 +52,37 @@ Unzip and install the package | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation + +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md index e17233214..08882b31d 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -52,7 +52,36 @@ Unzip and install the package | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum:please contact Timecho Team to re-obtain the installation package. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please contact Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 29a910b31..c4590b136 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -58,6 +58,38 @@ Use the hostname for `cn_internal_address` and `dn_internal_address` in IoTDB co 2. Configure the operating system environment according to environmental requirements (system environment configuration can be found in:[Environment Requirement](../Deployment-and-Maintenance/Environment-Requirements.md)) +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + ## 3. Installation Steps Taking a cluster with three Linux servers with the following information as example: 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 722792ae0..3b6689f99 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 @@ -77,7 +77,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 2f7da68b2..639ad7cf7 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -48,7 +48,40 @@ Use the hostname for `cn_internal_address` and `dn_internal_address` in IoTDB co ## 2. Installation Steps -### 2.1 Extract Installation Package + +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + +### 2.2 Extract Installation Package Unzip the installation package and navigate to the directory: @@ -57,9 +90,9 @@ unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 Parameters Configuration +### 2.3 Parameters Configuration -#### 2.2.1 Memory Configuration +#### 2.3.1 Memory Configuration Edit the following files for memory allocation: @@ -70,7 +103,7 @@ Edit the following files for memory allocation: | :------------ | :---------------------------------- | :---------- | :-------------- | :---------------------- | | MEMORY_SIZE | Total memory allocated for the node | Empty | As needed | Save changes without immediate execution; modifications take effect after service restart. | -#### 2.2.2 General Configuration +#### 2.3.2 General Configuration Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/iotdb-system.properties.template` for a complete list. @@ -105,7 +138,7 @@ Set the following parameters in `conf/iotdb-system.properties`. Refer to `conf/i | dn_schema_region_consensus_port | Port used for metadata replica consensus protocol communication | 10760 | 10760 | This parameter cannot be modified after the first startup. | | dn_seed_config_node | Address of the ConfigNode for registering and joining the cluster. (e.g.,`cn_internal_address:cn_internal_port`) | 127.0.0.1:10710 | Use `cn_internal_address:cn_internal_port` | This parameter cannot be modified after the first startup. | -### 2.3 Start ConfigNode +### 2.4 Start ConfigNode Navigate to the `sbin` directory and start ConfigNode: @@ -117,7 +150,7 @@ If the startup fails, refer to the [Common Issues](#3-common-issues)。 section -### 2.4 Start DataNode +### 2.5 Start DataNode Navigate to the `sbin` directory of IoTDB and start the DataNode: @@ -125,7 +158,7 @@ Navigate to the `sbin` directory of IoTDB and start the DataNode: ./sbin/start-datanode.sh -d # The "-d" flag starts the process in the background. ``` -### 2.5 Start CLI +### 2.6 Start CLI Enter the IoTDB CLI. diff --git a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 5ae4294d8..d6235d8d1 100644 --- a/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -68,7 +68,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md index 540ead30f..8c841fb35 100644 --- a/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md @@ -482,21 +482,23 @@ Key updates: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | -| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | -| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | -| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | -| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | -| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | -| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | -| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | -| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | -| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | -| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | -| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | -| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | + +| **Version** | **Description** | **Supported IoTDB Versions** | **SHA512 checksum** | +| ----------- | ------------------------------------------------------------ | ----------------------------------- | ------------------------------------------------------------ | +| V2.1.1 | Optimize the measuring point selection on the trend interface to support scenarios without devices | V2.0 and above | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md index b83ca8a12..6d38c04dc 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -52,7 +52,37 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation + +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md index 47b3bdf33..8981ee335 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -52,7 +52,36 @@ | README_ZH.md | file | Explanation of the Chinese version of the markdown format | | README.md | file | Instructions | -### 2.2 Environmental Preparation +### 2.2 Pre-installation Check + +To ensure the AINode installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum:please contact Timecho Team to re-obtain the installation package. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/ainode): + ```Bash + cd /data/ainode + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-06.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of AINode as per the procedures below. + +#### Notes: + +- If the verification results do not match, please contact Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.3 Environmental Preparation 1. Recommended operating systems: Ubuntu, MacOS 2. IoTDB version: >= V 2.0.5.1 diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md index c4e5d0879..afdd5b986 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,38 @@ This section will take the IoTDB classic cluster deployment architecture 3C3D (3 2. Configure the operating system environment according to environmental requirements (system environment configuration can be found in:[Environment Requirement](../Deployment-and-Maintenance/Environment-Requirements.md)) +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + + ## 3. Installation Steps Assuming there are three Linux servers now, the IP addresses and service roles are assigned as follows: 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 93e4e85eb..28b7b9454 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -79,7 +79,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index f682982d9..52aeddeda 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,14 +42,45 @@ ## 2. Installation Steps -### 2.1 Unzip the installation package and enter the installation directory +### 2.1 Pre-installation Check + +To ensure the IoTDB installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Visit the [Release Versions](https://iotdb.apache.org/zh/Download/) page on the IoTDB open-source official website to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/iotdb): + ```Bash + cd /data/iotdb + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + + +![img](/img/sha512-07.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment of IoTDB as per the procedures below. + + +#### Notes: + +- If the verification results do not match, please re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + +### 2.2 Unzip the installation package and enter the installation directory ```Shell unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 Parameter Configuration +### 2.3 Parameter Configuration #### Environment Script Configuration @@ -103,7 +134,7 @@ Open the DataNode configuration file (./conf/iotdb-system. properties file) and > ❗️Attention: Editors such as VSCode Remote do not have automatic configuration saving function. Please ensure that the modified files are saved persistently, otherwise the configuration items will not take effect -### 2.3 Start ConfigNode +### 2.4 Start ConfigNode Enter the sbin directory of iotdb and start confignode @@ -112,7 +143,7 @@ Enter the sbin directory of iotdb and start confignode ``` If the startup fails, please refer to [Common Questions](#common-questions). -### 2.4 Start DataNode +### 2.5 Start DataNode Enter the sbin directory of iotdb and start datanode: @@ -121,7 +152,7 @@ cd sbin ./start-datanode.sh -d #The "- d" parameter will start in the background ``` -### 2.5 Verify Deployment +### 2.6 Verify Deployment Can be executed directly/ Cli startup script in sbin directory: diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 9170231ab..c18a14d00 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -68,7 +68,7 @@ To ensure the IoTDB Enterprise Edition installation package you obtained is comp ``` 3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. diff --git a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md index 1d54b9b24..c0c93e3d3 100644 --- a/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,35 @@ The instructions for using the visualization console tool can be found in the [I | Database | IoTDB | Requires V1.2.0 Enterprise Edition and above | You can contact business or technical support to obtain | | Console | IoTDB-Workbench-`` | - | You can choose according to the appendix version comparison table and contact business or technical support to obtain it | +### Pre-installation Check + +To ensure the Workbench installation package you obtained is complete and valid, we recommend performing an SHA512 verification before proceeding with the installation and deployment. + +#### Preparation: + +- Obtain the officially released SHA512 checksum: Contact the Timecho Team to get it. + +#### Verification Steps (Linux as an Example): + +1. Open the terminal and navigate to the directory where the installation package is stored (e.g., /data/workbench): + ```Bash + cd /data/workbench + ``` +2. Execute the following command to calculate the hash value: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. The terminal will output a result (the left part is the SHA512 checksum, and the right part is the file name): + +![img](/img/sha512-04.png) + +4. Compare the output result with the official SHA512 checksum. Once confirmed that they match, you can proceed with the installation and deployment operations in accordance with the procedures below. + +#### Notes: + +- If the verification results do not match, please contact the Timecho Team to re-obtain the installation package. +- If a "file not found" prompt appears during verification, check whether the file path is correct or if the installation package has been fully downloaded. + ## 2. Installation Steps ### 2.1 IoTDB enables monitoring indicator collection diff --git a/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md b/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md index 540ead30f..1cde2a556 100644 --- a/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md +++ b/src/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md @@ -482,21 +482,22 @@ Key updates: ## 2. Workbench (Console Tool) -| Version | Description | Supported IoTDB Versions | -|---------|-----------------------------------------------------------------------------------------------------------------------------|-------------------------------------| -| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | -| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | -| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | -| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | -| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | -| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | -| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | -| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | -| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | -| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | -| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | -| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | -| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | -| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | -| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | -| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | +| **Version** | **Description** | **Supported IoTDB Versions** | **SHA512 checksum** | +| ----------- | ------------------------------------------------------------ | ----------------------------------- | ------------------------------------------------------------ | +| V2.1.1 | Optimize the measuring point selection on the trend interface to support scenarios without devices | V2.0 and above | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | The first version of the V2.x series, supporting dual models of tree and table | V2.0 and above | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | Optimize the point list by splitting point names into device names and points, ensure the point selection area supports horizontal scrolling, and align the export file column order with the page display. | All 1.x versions from V1.3.4 onward | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | Enhanced CSV import/export: optional tags/aliases on import; support for measurement descriptions with backtick-quoted quotes on export. | All 1.x versions from V1.3.4 onward | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | Added server clock functionality and support for activating Enterprise Edition license databases | All 1.x versions from V1.3.4 onward | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | Added authentication for Prometheus settings in Instance Management | All 1.x versions from V1.3.4 onward | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | Added AI analysis and pattern matching | All 1.x versions from V1.3.2 onward | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | Added tree model display and English UI | All 1.x versions from V1.3.2 onward | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | Enhanced analysis methods and import templates | All 1.x versions from V1.3.2 onward | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | Added DB configuration and UI refinements | All 1.x versions from V1.3.2 onward | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | Optimized permission controls | All 1.x versions from V1.3.1 onward | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | Added "Common Templates" and caching | All 1.x versions from V1.3.0 onward | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | Added import/export for calculations, time alignment field | All 1.x versions from V1.2.2 onward | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | Added activation details and analysis features | All 1.x versions from V1.2.2 onward | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | Optimized point description display | All 1.x versions from V1.2.2 onward | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | Added sync monitoring panel, Prometheus hints | All 1.x versions from V1.2.2 onward | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | Major Workbench upgrade | All 1.x versions from V1.2.0 onward | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md index cbe5b64fa..7bf8a380f 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -51,7 +51,36 @@ AINode 安装包(`apache-iotdb--ainode-bin.zip`),安装包解压 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md index f4f2be0a4..a3259a987 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -51,7 +51,36 @@ AINode 安装包(`timechodb--ainode-bin.zip`),安装包解压后 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 94d7d020f..48f464f3b 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -57,6 +57,36 @@ 1. 准备IoTDB数据库安装包 :apache-iotdb-{version}-all-bin.zip(安装包获取见:[链接](../Deployment-and-Maintenance/IoTDB-Package_apache.md)) 2. 按环境要求配置好操作系统环境(系统环境配置见:[链接](../Deployment-and-Maintenance/Environment-Requirements.md)) + +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 3. 安装步骤 假设现在有3台linux服务器,IP地址和服务角色分配如下: 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 b459c61f4..23c555aef 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 @@ -83,7 +83,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ## 3. 安装步骤 diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 6c6dbd2c6..3f9157d7c 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,14 +42,44 @@ ## 2. 安装步骤 -### 2.1 解压安装包并进入安装目录 + +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.2 解压安装包并进入安装目录 ```Plain unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 参数配置 +### 2.3 参数配置 #### 2.2.1 内存配置 @@ -65,7 +95,7 @@ cd apache-iotdb-{version}-all-bin | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | -#### 2.2.2 功能配置 +#### 2.3.2 功能配置 系统实际生效的参数在文件 conf/iotdb-system.properties 中,启动需设置以下参数,可以从 conf/iotdb-system.properties.template 文件中查看全部参数 @@ -99,7 +129,7 @@ DataNode 配置 | dn_schema_region_consensus_port | DataNode用于元数据副本共识协议通信使用的端口 | 10760 | 10760 | 首次启动后不能修改 | | dn_seed_config_node | 节点注册加入集群时连接的ConfigNode地址,即cn_internal_address:cn_internal_port | 127.0.0.1:10710 | cn_internal_address:cn_internal_port | 首次启动后不能修改 | -### 2.3 启动 ConfigNode 节点 +### 2.4 启动 ConfigNode 节点 进入iotdb的sbin目录下,启动confignode @@ -109,7 +139,7 @@ DataNode 配置 如果启动失败,请参考下方[常见问题](#常见问题)。 -### 2.4 启动 DataNode 节点 +### 2.5 启动 DataNode 节点 进入iotdb的sbin目录下,启动datanode: @@ -117,7 +147,7 @@ DataNode 配置 ./sbin/start-datanode.sh -d #“-d”参数将在后台进行启动 ``` -### 3.5 启动 CLI +### 2.6 启动 CLI 表模型 CLI 进入命令: diff --git a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index b8a8a7d28..a37f137df 100644 --- a/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -68,7 +68,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ### 2.2 解压安装包并进入安装目录 diff --git a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md index 38cc4ded5..8cc376a65 100644 --- a/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/Master/Table/IoTDB-Introduction/Release-history_timecho.md @@ -453,21 +453,22 @@ V1.1.0.1主要改进增加了部分新特性,如支持 GROUP BY VARIATION、GR ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|--------------------------------------------------------|----------------| -| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | -| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | -| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | **SHA512 校验码** | +| ---------------- | ------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ | +| V2.1.1 | 优化趋势界面测点选择,支持无设备场景 | V2.0 及以上版本 | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md index 27d03f65e..ee1bc4c5a 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -51,7 +51,36 @@ AINode 安装包(`apache-iotdb--ainode-bin.zip`),安装包解压 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md index f1d62434b..2dd610188 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -51,7 +51,36 @@ AINode 安装包(`timechodb--ainode-bin.zip`),安装包解压后 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md index e96bc0bd5..af27bed92 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,36 @@ 2. 按环境要求配置好操作系统环境(系统环境配置见:[链接](../Deployment-and-Maintenance/Environment-Requirements.md)) + +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 3. 安装步骤 假设现在有3台linux服务器,IP地址和服务角色分配如下: 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 b7f21bfc7..36ab5bee1 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 @@ -79,7 +79,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ## 3. 安装步骤 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/IoTDB-Package_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/IoTDB-Package_timecho.md index f502069a7..86feb9852 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/IoTDB-Package_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/IoTDB-Package_timecho.md @@ -30,7 +30,7 @@ | **目录** | **类型** | **说明** | | ---------------- | -------- | ------------------------------------------------------------ | -| activation | 文件夹 | 激活文件所在目录,包括生成的机器码以及从天谋工作人员获取的企业版激活码(启动ConfigNode后才会生成该目录,即可获取激活码) | +| activation | 文件夹 | 激活文件所在目录,包括生成的机器码以及天谋工作人员获取的企业版激活码(启动ConfigNode后才会生成该目录,即可获取激活码) | | conf | 文件夹 | 配置文件目录,包含 ConfigNode、DataNode、JMX 和 logback 等配置文件 | | data | 文件夹 | 默认的数据文件目录,包含 ConfigNode 和 DataNode 的数据文件。(启动程序后才会生成该目录) | | lib | 文件夹 | 库文件目录 | diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 89793f49d..f6fea8ac3 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,14 +42,44 @@ ## 2. 安装步骤 -### 2.1 解压安装包并进入安装目录 + +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.2 解压安装包并进入安装目录 ```shell unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 参数配置 +### 2.3 参数配置 #### 环境脚本配置 @@ -103,7 +133,7 @@ cd apache-iotdb-{version}-all-bin > ❗️注意:VSCode Remote等编辑器无自动保存配置功能,请确保修改的文件被持久化保存,否则配置项无法生效 -### 2.3 启动ConfigNode 节点 +### 2.4 启动ConfigNode 节点 进入iotdb的sbin目录下,启动confignode @@ -112,7 +142,7 @@ cd apache-iotdb-{version}-all-bin ``` 如果启动失败,请参考[常见问题](#常见问题)。 -### 2.4 启动DataNode 节点 +### 2.5 启动DataNode 节点 进入iotdb的sbin目录下,启动datanode: @@ -121,7 +151,7 @@ cd sbin ./start-datanode.sh -d #-d参数将在后台进行启动 ``` -### 2.5 验证部署 +### 2.6 验证部署 可直接执行 ./sbin 目录下的 Cli 启动脚本: diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 93e52025d..e0cd859e3 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -72,7 +72,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ### 2.2 解压安装包并进入安装目录 diff --git a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md index 5d3d1dbc2..a1db28ad8 100644 --- a/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,35 @@ | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | +### 1.1 前置检查 + +为确保您获取的可视化控制台安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/workbench`): + ```Bash + cd /data/workbench + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-04.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行可视化控制台的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 2. 安装步骤 ### 2.1 步骤一:IoTDB 开启监控指标采集 diff --git a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md index 38cc4ded5..8cc376a65 100644 --- a/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/Master/Tree/IoTDB-Introduction/Release-history_timecho.md @@ -453,21 +453,22 @@ V1.1.0.1主要改进增加了部分新特性,如支持 GROUP BY VARIATION、GR ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|--------------------------------------------------------|----------------| -| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | -| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | -| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | **SHA512 校验码** | +| ---------------- | ------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ | +| V2.1.1 | 优化趋势界面测点选择,支持无设备场景 | V2.0 及以上版本 | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md index 4bf9d9e70..548b7e5eb 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -52,6 +52,35 @@ AINode 是 IoTDB 在 ConfigNode、DataNode 后提供的第三种内生节点, | README_ZH.md | 文件 | markdown格式的中文版说明 | | `README.md` | 文件 | 使用说明 | +### 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-05.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ### 环境准备 - 建议操作环境: Ubuntu, CentOS, MacOS diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md index 2b9d1db07..185ba32d8 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -52,6 +52,35 @@ AINode 是 IoTDB 在 ConfigNode、DataNode 后提供的第三种内生节点, | README_ZH.md | 文件 | markdown格式的中文版说明 | | `README.md` | 文件 | 使用说明 | +### 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-05.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ### 环境准备 - 建议操作环境: Ubuntu, CentOS, MacOS diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md index 590642793..0a71d5f76 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,36 @@ 2. 按环境要求配置好操作系统环境(系统环境配置见:[链接](../Deployment-and-Maintenance/Environment-Requirements.md)) + +### 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-08.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 安装步骤 假设现在有3台linux服务器,IP地址和服务角色分配如下: diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 5220ad3e8..f2a3c9942 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -73,13 +73,13 @@ ``` 3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行IoTDB企业版的安装部署操作。 #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 6164c84e2..3e0740128 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,6 +42,35 @@ ## 安装步骤 +### 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-08.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ### 解压安装包并进入安装目录 ```shell diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index b330f9c2f..f28e6b962 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -66,13 +66,13 @@ ``` 3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行IoTDB企业版的安装部署操作。 #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 diff --git a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md index e00f49676..89dfb6ab1 100644 --- a/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/V1.3.x/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,36 @@ | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | +### 前置检查 + +为确保您获取的可视化控制台安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/workbench`): + ```Bash + cd /data/workbench + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-03.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行可视化控制台的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + + ## 安装步骤 ### 步骤一:IoTDB 开启监控指标采集 diff --git a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md index ec398acad..b1b1958e7 100644 --- a/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/V1.3.x/IoTDB-Introduction/Release-history_timecho.md @@ -298,20 +298,20 @@ V1.1.0.1主要改进增加了部分新特性,如支持 GROUP BY VARIATION、GR ## Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|--------------------------------------------------------|----------------| -| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | -| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | **SHA512 校验码** | +| ---------------- | ------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md index 4bf9d9e70..548b7e5eb 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -52,6 +52,35 @@ AINode 是 IoTDB 在 ConfigNode、DataNode 后提供的第三种内生节点, | README_ZH.md | 文件 | markdown格式的中文版说明 | | `README.md` | 文件 | 使用说明 | +### 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-05.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ### 环境准备 - 建议操作环境: Ubuntu, CentOS, MacOS diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md index 2b9d1db07..185ba32d8 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -52,6 +52,35 @@ AINode 是 IoTDB 在 ConfigNode、DataNode 后提供的第三种内生节点, | README_ZH.md | 文件 | markdown格式的中文版说明 | | `README.md` | 文件 | 使用说明 | +### 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-05.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ### 环境准备 - 建议操作环境: Ubuntu, CentOS, MacOS diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md index e43d1a3fb..fcded765c 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,37 @@ 2. 按环境要求配置好操作系统环境(系统环境配置见:[链接](../Deployment-and-Maintenance/Environment-Requirements.md)) + +### 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-08.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + + ## 安装步骤 假设现在有3台linux服务器,IP地址和服务角色分配如下: diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md index 5220ad3e8..f2a3c9942 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Cluster-Deployment_timecho.md @@ -73,13 +73,13 @@ ``` 3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行IoTDB企业版的安装部署操作。 #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index befcbfbee..c028ff7cd 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,6 +42,37 @@ ## 安装步骤 + +### 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-08.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + + ### 解压安装包并进入安装目录 ```shell diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index b330f9c2f..f28e6b962 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -66,13 +66,13 @@ ``` 3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): -![img](/img/sha512-01.png) +![img](/img/sha512-02.png) 4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行IoTDB企业版的安装部署操作。 #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 diff --git a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md index 258c27eec..4e825f213 100644 --- a/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/dev-1.3/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,36 @@ | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | + +### 前置检查 + +为确保您获取的可视化控制台安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/workbench`): + ```Bash + cd /data/workbench + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-03.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行可视化控制台的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 安装步骤 ### 步骤一:IoTDB 开启监控指标采集 diff --git a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md index ec398acad..b1b1958e7 100644 --- a/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/dev-1.3/IoTDB-Introduction/Release-history_timecho.md @@ -298,20 +298,20 @@ V1.1.0.1主要改进增加了部分新特性,如支持 GROUP BY VARIATION、GR ## Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|--------------------------------------------------------|----------------| -| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | -| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | **SHA512 校验码** | +| ---------------- | ------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md index cbe5b64fa..7bf8a380f 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -51,7 +51,36 @@ AINode 安装包(`apache-iotdb--ainode-bin.zip`),安装包解压 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md index f4f2be0a4..c34bf2547 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -51,7 +51,36 @@ AINode 安装包(`timechodb--ainode-bin.zip`),安装包解压后 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md index becaa682e..3be9d3081 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -57,6 +57,36 @@ 1. 准备IoTDB数据库安装包 :apache-iotdb-{version}-all-bin.zip(安装包获取见:[链接](../Deployment-and-Maintenance/IoTDB-Package_apache.md)) 2. 按环境要求配置好操作系统环境(系统环境配置见:[链接](../Deployment-and-Maintenance/Environment-Requirements.md)) + +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 3. 安装步骤 假设现在有3台linux服务器,IP地址和服务角色分配如下: 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 b459c61f4..23c555aef 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 @@ -83,7 +83,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ## 3. 安装步骤 diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 2c66929ea..c24a2dc78 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,16 +42,46 @@ ## 2. 安装步骤 -### 2.1 解压安装包并进入安装目录 + +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.2 解压安装包并进入安装目录 ```Plain unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 参数配置 +### 2.3 参数配置 -#### 2.2.1 内存配置 +#### 2.3.1 内存配置 - conf/confignode-env.sh(或 .bat) @@ -65,7 +95,7 @@ cd apache-iotdb-{version}-all-bin | :---------- | :----------------------------------- | :--------- | :----------------------------------------------- | :----------- | | MEMORY_SIZE | IoTDB DataNode节点可以使用的内存总量 | 空 | 可按需填写,填写后系统会根据填写的数值来分配内存 | 修改后保存即可,无需执行;重启服务后生效 | -#### 2.2.2 功能配置 +#### 2.3.2 功能配置 系统实际生效的参数在文件 conf/iotdb-system.properties 中,启动需设置以下参数,可以从 conf/iotdb-system.properties.template 文件中查看全部参数 @@ -99,7 +129,7 @@ DataNode 配置 | dn_schema_region_consensus_port | DataNode用于元数据副本共识协议通信使用的端口 | 10760 | 10760 | 首次启动后不能修改 | | dn_seed_config_node | 节点注册加入集群时连接的ConfigNode地址,即cn_internal_address:cn_internal_port | 127.0.0.1:10710 | cn_internal_address:cn_internal_port | 首次启动后不能修改 | -### 2.3 启动 ConfigNode 节点 +### 2.4 启动 ConfigNode 节点 进入iotdb的sbin目录下,启动confignode @@ -109,14 +139,14 @@ DataNode 配置 如果启动失败,请参考下方[常见问题](#常见问题)。 -### 2.4 启动 DataNode 节点 +### 2.5 启动 DataNode 节点 进入iotdb的sbin目录下,启动datanode: ```shell ./sbin/start-datanode.sh -d #“-d”参数将在后台进行启动 ``` -### 3.5 启动 CLI +### 2.6 启动 CLI 表模型 CLI 进入命令: diff --git a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index b8a8a7d28..a37f137df 100644 --- a/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/latest-Table/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -68,7 +68,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ### 2.2 解压安装包并进入安装目录 diff --git a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md index 38cc4ded5..8cc376a65 100644 --- a/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/latest-Table/IoTDB-Introduction/Release-history_timecho.md @@ -453,21 +453,22 @@ V1.1.0.1主要改进增加了部分新特性,如支持 GROUP BY VARIATION、GR ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|--------------------------------------------------------|----------------| -| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | -| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | -| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | **SHA512 校验码** | +| ---------------- | ------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ | +| V2.1.1 | 优化趋势界面测点选择,支持无设备场景 | V2.0 及以上版本 | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md index 27d03f65e..06952af0e 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_apache.md @@ -51,14 +51,42 @@ AINode 安装包(`apache-iotdb--ainode-bin.zip`),安装包解压 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.1 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 3. 运行环境 - Python 版本在 3.9 ~3.12,且带有 pip 和 venv 工具; - ## 3. 安装部署及使用 ### 3.1 安装 AINode diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md index f1d62434b..2dd610188 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md @@ -51,7 +51,36 @@ AINode 安装包(`timechodb--ainode-bin.zip`),安装包解压后 | README_ZH.md | 文件 | markdown格式的中文版说明 | | README.md | 文件 | 使用说明 | -### 2.2 环境准备 +### 2.2 前置检查 + +为确保您获取的 AINode 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/ainode`): + ```Bash + cd /data/ainode + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum timechodb-{version}-ainode-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-06.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 AINode 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.3 环境准备 1. 建议操作环境: Ubuntu, MacOS 2. IoTDB 版本:>= V 2.0.5.1 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md index ff8876ea6..5254c36f0 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md @@ -52,6 +52,35 @@ 2. 按环境要求配置好操作系统环境(系统环境配置见:[链接](../Deployment-and-Maintenance/Environment-Requirements.md)) +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 3. 安装步骤 假设现在有3台linux服务器,IP地址和服务角色分配如下: 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 b7f21bfc7..36ab5bee1 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 @@ -79,7 +79,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ## 3. 安装步骤 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md index 89793f49d..9bfa5722b 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md @@ -42,14 +42,43 @@ ## 2. 安装步骤 -### 2.1 解压安装包并进入安装目录 +### 2.1 前置检查 + +为确保您获取的 IoTDB 安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:请到 IoTDB 开源官网[发行版本](https://iotdb.apache.org/zh/Download/)页面获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/iotdb`): + ```Bash + cd /data/iotdb + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum apache-iotdb-{version}-all-bin.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-07.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行 IoTDB 的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + +### 2.2 解压安装包并进入安装目录 ```shell unzip apache-iotdb-{version}-all-bin.zip cd apache-iotdb-{version}-all-bin ``` -### 2.2 参数配置 +### 2.3 参数配置 #### 环境脚本配置 @@ -103,7 +132,7 @@ cd apache-iotdb-{version}-all-bin > ❗️注意:VSCode Remote等编辑器无自动保存配置功能,请确保修改的文件被持久化保存,否则配置项无法生效 -### 2.3 启动ConfigNode 节点 +### 2.4 启动ConfigNode 节点 进入iotdb的sbin目录下,启动confignode @@ -112,7 +141,7 @@ cd apache-iotdb-{version}-all-bin ``` 如果启动失败,请参考[常见问题](#常见问题)。 -### 2.4 启动DataNode 节点 +### 2.5 启动DataNode 节点 进入iotdb的sbin目录下,启动datanode: @@ -121,7 +150,7 @@ cd sbin ./start-datanode.sh -d #-d参数将在后台进行启动 ``` -### 2.5 验证部署 +### 2.6 验证部署 可直接执行 ./sbin 目录下的 Cli 启动脚本: diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md index 93e52025d..e0cd859e3 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md @@ -72,7 +72,7 @@ #### 注意事项: -- 若校验结果不一致,请联系从天谋工作人员重新获取安装包 +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 - 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 ### 2.2 解压安装包并进入安装目录 diff --git a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md index 5d3d1dbc2..a1db28ad8 100644 --- a/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md +++ b/src/zh/UserGuide/latest/Deployment-and-Maintenance/workbench-deployment_timecho.md @@ -39,6 +39,35 @@ | 数据库 | IoTDB | 需要>=V1.2.0企业版 | 您可联系商务或技术支持获取 | | 控制台 | IoTDB-Workbench-``| - | 您可根据附录版本对照表进行选择后联系商务或技术支持获取 | +### 1.1 前置检查 + +为确保您获取的可视化控制台安装包完整且正确,在执行安装部署前建议您进行SHA512校验。 + +#### 准备工作: + +- 获取官方发布的 SHA512 校验码:联系天谋工作人员获取 + +#### 校验步骤(以 linux 为例): + +1. 打开终端,进入安装包所在目录(如`/data/workbench`): + ```Bash + cd /data/workbench + ``` +2. 执行以下命令计算哈希值: + ```Bash + sha512sum IoTDB-Workbench-``.zip + ``` +3. 终端输出结果(左侧为SHA512 校验码,右侧为文件名): + +![img](/img/sha512-04.png) + +4. 对比输出结果与官方 SHA512 校验码,确认一致后,即可按照下方流程执行可视化控制台的安装部署操作。 + +#### 注意事项: + +- 若校验结果不一致,请联系天谋工作人员重新获取安装包 +- 校验过程中若出现"文件不存在"提示,需检查文件路径是否正确或安装包是否完整下载 + ## 2. 安装步骤 ### 2.1 步骤一:IoTDB 开启监控指标采集 diff --git a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md index 38cc4ded5..8cc376a65 100644 --- a/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md +++ b/src/zh/UserGuide/latest/IoTDB-Introduction/Release-history_timecho.md @@ -453,21 +453,22 @@ V1.1.0.1主要改进增加了部分新特性,如支持 GROUP BY VARIATION、GR ## 2. Workbench(控制台工具) -| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | -|------------|--------------------------------------------------------|----------------| -| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | -| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | -| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | -| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | -| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | -| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | -| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | -| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | -| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | -| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | -| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | -| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | -| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | -| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | -| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | \ No newline at end of file +| **控制台版本号** | **版本说明** | **可支持IoTDB版本** | **SHA512 校验码** | +| ---------------- | ------------------------------------------------------------ | ------------------------- | ------------------------------------------------------------ | +| V2.1.1 | 优化趋势界面测点选择,支持无设备场景 | V2.0 及以上版本 | aa05fd4d9f33f07c0949bc2d6546bb4b9791ed5ea94bcef27e2bf51ea141ec0206f1c12466aced7bf3449e11ad68d65378d697f3d10cb4881024a83746029a65 | +| V2.0.1-beta | V2.x系列首个版本,支持树、表双模型 | V2.0 及以上版本 | 0ca0d5029874ed8ada9c7d1cb562370b3a46913eed66d39c08759287ccc8bf332cf80bb8861e788614b61ae5d53a9f5605f553e1a607e856f395eb5102e7cc4d | +| V1.5.7 | 优化测点列表中测点名称拆分为设备名称和测点,测点选择区域支持左右滚动,以及导出文件列顺序与页面保持一致 | V1.3.4及以上的1.x系列版本 | d3cd4a63372ca5d6217b67dddf661980c6a442b3b1564235e9ad34fc254d681febd58c2cc59c6273ffbfd8a1b003b9adb130ecfaaebe1942003b0d07427b1fcc | +| V1.5.6 | 优化 CSV 格式导入导出功能:导入时,支持标签、别名为非必填项;导出时,支持测点描述里反引号包裹引号的场景 | V1.3.4及以上的1.x系列版本 | 276ac1ea341f468bf6d29489c9109e9aa61afe2d1caaab577bc40603c6f4120efccc36b65a58a29ce6a266c21b46837aad6128f84ba5e676231ea9e6284a35e5 | +| V1.5.5 | 新增服务器时钟,支持企业版激活数据库 | V1.3.4及以上的1.x系列版本 | b18d01b70908d503a25866d1cc69d14e024d5b10ca6fcc536932fdbef8257c66e53204663ce3be5548479911aca238645be79dfd7ee7e65a07ab3c0f68c497f6 | +| V1.5.4 | 新增实例管理中prometheus设置的认证功能 | V1.3.4及以上的1.x系列版本 | adc7e13576913f9e43a9671fed02911983888da57be98ec8fbbb2593600d310f69619d32b22b569520c88e29f100d7ccae995b20eba757dbb1b2825655719335 | +| V1.5.1 | 新增AI分析功能以及模式匹配功能 | V1.3.2及以上的1.x系列版本 | 4f2053a2a3b2b255ce195268d6cd245278f3be32ba4cf68be1552c386d78ed4424f7bdc9d8e68c6b8260b3e398c8fd23ff342439c4e88e1e777c62640d2279f9 | +| V1.4.0 | 新增树模型展示及英文版 | V1.3.2及以上的1.x系列版本 | 734077f3bb5e1719d20b319d8b554ce30718c935cb0451e02b2c9267ff770e9c2d63b958222f314f16c2e6e62bf78b643255249b574ee6f37d00e123433981e8 | +| V1.3.1 | 分析功能新增分析方式,优化导入模版等功能 | V1.3.2及以上的1.x系列版本 | 134f87101cc7f159f8a22ac976ad2a3a295c5435058ee0a15160892aac46ac61dd3cfb0633b4aea9cc7415bf904d0ae65aaf77d663f027d864204d81fb34768b | +| V1.3.0 | 新增数据库配置功能,优化部分版本细节 | V1.3.2及以上的1.x系列版本 | 94a137fc5c681b211f3e076472a9c5875d59e7f0cd6d7409cb8f66bb9e4f87577a0f12dd500e2bcb99a435860c82183e4a6514b638bcb4aecfb48f184730f3f1 | +| V1.2.6 | 优化各模块权限控制功能 | V1.3.1及以上的1.x系列版本 | f345b7edcbe245a561cb94ec2e4f4d40731fe205f134acadf5e391e5874c5c2477d9f75f15dbaf36c3a7cb6506823ac6fbc2a0ccce484b7c4cc71ec0fbdd9901 | +| V1.2.5 | 可视化功能新增“常用模版”概念,所有界面优化补充页面缓存等功能 | V1.3.0及以上的1.x系列版本 | 37376b6cfbef7df8496e255fc33627de01bd68f636e50b573ed3940906b6f3da1e8e8b25260262293b8589718f5a72180fa15e5823437bf6dc51ed7da0c583f7 | +| V1.2.4 | 计算功能新增“导入、导出”功能,测点列表新增“时间对齐”字段 | V1.2.2及以上的1.x系列版本 | 061ad1add38c109c1a90b06f1ddb7797bd45e84a34a4f77154ee48b90bdc7ecccc1e25eaa53fbbc98170d99facca93e3536192dd8d10a50ce505f59923ce6186 | +| V1.2.3 | 首页新增“激活详情”,新增分析等功能 | V1.2.2及以上的1.x系列版本 | 254f5b7451300f6f99937d27fd7a5b20847d5293f53e0eaf045ac9235c7ea011785716b800014645ed5d2161078b37e1d04f3c59589c976614fb801c4da982e1 | +| V1.2.2 | 优化“测点描述”展示内容等功能 | V1.2.2及以上的1.x系列版本 | 062e520d010082be852d6db0e2a3aa6de594eb26aeb608da28a212726e378cd4ea30fca5e1d2c3231ebd8de29e94ca9641f1fabc1cea46acfb650c37b7681b4e | +| V1.2.1 | 数据同步界面新增“监控面板”,优化Prometheus提示信息 | V1.2.2及以上的1.x系列版本 | 8a3bcf87982ad5004528829b121f2d3945429deb77069917a42a8c8d2e2e2a2c24a398aaa87003920eeacc0c692f1ed39eac52a696887aa085cce011f0ddd745 | +| V1.2.0 | 全新Workbench版本升级 | V1.2.0及以上的1.x系列版本 | ea1f7d3a4c0c6476a195479e69bbd3b3a2da08b5b2bb70b0a4aba988a28b5db5a209d4e2c697eb8095dfdf130e29f61f2ddf58c5b51d002c8d4c65cfc13106b3 | \ No newline at end of file