This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new b7bf53d Check the configuration file
b7bf53d is described below
commit b7bf53d725ef501777e5b09b6fc52b136bff4849
Author: W1y1r <[email protected]>
AuthorDate: Mon Aug 26 11:16:06 2024 +0800
Check the configuration file
---
.../AINode_Deployment_timecho.md | 14 +++++-----
.../Cluster-Deployment_timecho.md | 2 +-
.../Stand-Alone-Deployment_apache.md | 6 ++--
.../Stand-Alone-Deployment_timecho.md | 8 +++---
.../Cluster-Deployment_apache.md | 6 ++--
.../Cluster-Deployment_timecho.md | 6 ++--
.../Monitoring-panel-deployment.md | 26 +++++++++---------
.../Stand-Alone-Deployment_apache.md | 6 ++--
.../Stand-Alone-Deployment_timecho.md | 6 ++--
.../latest/QuickStart/ClusterQuickStart.md | 20 +++++++-------
.../latest/Tools-System/Monitor-Tool_apache.md | 2 +-
.../latest/Tools-System/Monitor-Tool_timecho.md | 2 +-
.../AINode_Deployment_timecho.md | 14 +++++-----
.../Cluster-Deployment_timecho.md | 2 +-
.../Stand-Alone-Deployment_timecho.md | 2 +-
.../Cluster-Deployment_apache.md | 6 ++--
.../Cluster-Deployment_timecho.md | 6 ++--
.../Monitoring-panel-deployment.md | 26 +++++++++---------
.../Stand-Alone-Deployment_apache.md | 6 ++--
.../Stand-Alone-Deployment_timecho.md | 4 +--
.../latest/QuickStart/ClusterQuickStart.md | 20 +++++++-------
.../Tools-System/Maintenance-Tool_timecho.md | 32 ++++++++++++----------
.../latest/Tools-System/Monitor-Tool_apache.md | 2 +-
.../latest/Tools-System/Monitor-Tool_timecho.md | 2 +-
24 files changed, 114 insertions(+), 112 deletions(-)
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
b/src/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
index 483919d..9a6e8e0 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
@@ -89,7 +89,7 @@ Require IoTDB to be in normal operation and have AINode
module authorization in
- The following information is displayed. Please copy the machine code (i.e.
this string of characters) to the Tianmou staff and inform them to apply for
independent authorization of AINode:
```shell
Please copy the system_info's content and send it to Timecho:
-
Y17hFA0xRCE1TmkVxILuCIEPc7uJcr5bzlXWiptw8uZTmTX5aThfypQdLUIhMljw075hNRSicyvyJR9JM7QaNm1gcFZPHVRWVXIiY5IlZkXdxCVc1erXMsbCqUYsR2R2Mw4PSpFJsUF5jHWSoFIIjQ2bmJFW5P52KCccFMVeHTc=
+ 01-KU5LDFFN-PNBEHDRH
Please enter license:
```
- Enter the activation code returned by the staff into the `Please enter
license:` command prompt in the previous step, as shown below:
@@ -258,17 +258,17 @@ If you need to stop a running AINode node, execute the
corresponding shutdown sc
```shell
# Linux / MacOS
- bash sbin/stop-ainode.sh -t<AINode-id>/<ip>:<rpc-port>
+ bash sbin/stop-ainode.sh -t<AINode-id>
#Windows
- sbin\stop-ainode.bat -t<AINode-id>/<ip>:<rpc-port>
+ sbin\stop-ainode.bat -t<AINode-id>
```
##### Parameter introduction:
| **Name** | **Label** | **Describe**
| **Is it mandatory** | **Type** | **Default
value** | **Input method** |
| ----------------- | ---- |
------------------------------------------------------------ | -------- |
------ | ------ | ---------- |
-| ain_remove_target | -t | When closing AINode, you can specify the Node ID,
address, and port number of the target AINode to be removed, in the format of
`<AINode id>/<ip>:<rpc port>` | no | String | nothing | Input when
calling |
+| ain_remove_target | -t | When closing AINode, you can specify the Node ID,
address, and port number of the target AINode to be removed, in the format of
`<AINode id>` | no | String | nothing | Input when calling |
#### Example
@@ -301,10 +301,10 @@ When it is necessary to remove an AINode node from the
cluster, a removal script
```shell
# Linux / MacOS
- bash sbin/stop-ainode.sh -i<directory> -t<AINode-id>/<ip>:<rpc-port> -r
-n
+ bash sbin/stop-ainode.sh -i<directory> -t<AINode-id> -r -n
# Windows
- sbin\stop-ainode.bat -i<directory> -t<AINode-id>/<ip>:<rpc-port> -r -n
+ sbin\stop-ainode.bat -i<directory> -t<AINode-id> -r -n
```
##### Parameter introduction:
@@ -312,7 +312,7 @@ When it is necessary to remove an AINode node from the
cluster, a removal script
| **Name** | **Label** | **Describe**
| **Is it mandatory** | **Type** | **Default
value** | **Input method** |
| ------------------- | ---- |
------------------------------------------------------------ | -------- |
------ | ---------------- | --------------------- |
| ain_interpreter_dir | -i | The interpreter path of the virtual environment
where AINode is installed requires the use of an absolute path | no
| String | Default reading of environment variables | Input+persistent
modification during invocation |
-| ain_remove_target | -t | When closing AINode, you can specify the Node
ID, address, and port number of the target AINode to be removed, in the format
of `<AINode id>/<ip>:<rpc port>` | no | String | nothing |
Input when calling |
+| ain_remove_target | -t | When closing AINode, you can specify the Node
ID, address, and port number of the target AINode to be removed, in the format
of `<AINode id>` | no | String | nothing | Input when
calling |
| ain_force_reinstall | -r | Does this script check the version when
checking the installation status of AINode. If it does, it will force the
installation of the whl package in lib if the version is incorrect | no |
Bool | false | Input when calling |
| ain_no_dependencies | -n | Specify whether to install dependencies when
installing AINode, and if so, only install the AINode main program without
installing dependencies | no | Bool | false | Input when
calling |
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index c5391da..2d119df 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -155,7 +155,7 @@ cd sbin
```Bash
Please copy the system_info's content and send it to Timecho:
- Y17hFA0xRCE1TmkVxILuxxxxxxxxxxxxxxxxxxxxxxxxxxxxW5P52KCccFMVeHTc=
+ 01-KU5LDFFN-PNBEHDRH
Please enter license:
```
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
index 5459997..4b10b80 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_apache.md
@@ -61,7 +61,7 @@ cd apache-iotdb-{version}-all-bin
#### System General Configuration
-Open the general configuration file (./conf/iotdb common. properties file) and
set the following parameters:
+Open the general configuration file (./conf/iotdb-system. properties file) and
set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------------: |
:----------------------------------------------------------: | :------------: |
:----------------------------------------------------------: |
:---------------------------------------------------: |
@@ -71,7 +71,7 @@ Open the general configuration file (./conf/iotdb common.
properties file) and s
#### ConfigNode Configuration
-Open the ConfigNode configuration file (./conf/iotdb configure. properties
file) and set the following parameters:
+Open the ConfigNode configuration file (./conf/iotdb-system. properties file)
and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------------------: |
:--------------------------------------: |
@@ -82,7 +82,7 @@ Open the ConfigNode configuration file (./conf/iotdb
configure. properties file)
#### DataNode Configuration
-Open the DataNode configuration file/ conf/iotdb-system.properties,Set the
following parameters:
+Open the DataNode configuration file (./conf/iotdb-system. properties file)
and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| **Note** |
| :-----------------------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------------------: |
:--------------------------------------- |
diff --git
a/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index a0b9174..c0d86f3 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -65,7 +65,7 @@ cd iotdb-enterprise-{version}-bin
#### System General Configuration
-Open the general configuration file (./conf/iotdb common.properties file) and
set the following parameters:
+Open the general configuration file (./conf/iotdb-system. properties file) and
set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------------: |
:----------------------------------------------------------: | :------------: |
:----------------------------------------------------------: |
:---------------------------------------------------: |
@@ -75,7 +75,7 @@ Open the general configuration file (./conf/iotdb
common.properties file) and se
#### ConfigNode Configuration
-Open the ConfigNode configuration file (./conf/iotdb configure.properties
file) and set the following parameters:
+Open the ConfigNode configuration file (./conf/iotdb-system. properties file)
and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------------------: |
:--------------------------------------: |
@@ -86,7 +86,7 @@ Open the ConfigNode configuration file (./conf/iotdb
configure.properties file)
#### DataNode Configuration
-Open the DataNode configuration file/ conf/iotdb-system.properties, Set the
following parameters:
+Open the DataNode configuration file (./conf/iotdb-system. properties file)
and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| **Note** |
| :------------------------------ |
:----------------------------------------------------------- | :--------------
| :----------------------------------------------------------- |
:--------------------------------------- |
@@ -128,7 +128,7 @@ Enter the sbin directory of iotdb and start confignode
```shell
Please copy the system_info's content and send it to Timecho:
-Y17hFA0xRCE1TmkVxILuCIEPc7uJcr5bzlXWiptw8uZTmTX5aThfypQdLUIhMljw075hNRSicyvyJR9JM7QaNm1gcFZPHVRWVXIiY5IlZkXdxCVc1erXMsbCqUYsR2R2Mw4PSpFJsUF5jHWSoFIIjQ2bmJFW5P52KCccFMVeHTc=
+01-KU5LDFFN-PNBEHDRH
Please enter license:
```
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 bc4c63b..5b736e4 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_apache.md
@@ -91,7 +91,7 @@ cd apache-iotdb-{version}-all-bin
#### General Configuration
-Open the general configuration file `./conf/iotdb-system.properties`, The
following parameters can be set according to the deployment method:
+Open the general configuration file `./conf/iotdb-common.properties`, The
following parameters can be set according to the deployment method:
| **Configuration** | **Description**
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 |
| ------------------------- |
------------------------------------------------------------ | -------------- |
-------------- | -------------- |
@@ -101,7 +101,7 @@ Open the general configuration file
`./conf/iotdb-system.properties`, The foll
#### ConfigNode Configuration
-Open the ConfigNode configuration file `./conf/iotdb-system.properties`, Set
the following parameters
+Open the ConfigNode configuration file `./conf/iotdb-confignode.properties`,
Set the following parameters
| **Configuration** | **Description**
| **Default** | **Recommended value**
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 | Note
|
| ------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------------ | -------------
| ------------- | ------------- | ---------------------------------------- |
@@ -112,7 +112,7 @@ Open the ConfigNode configuration file
`./conf/iotdb-system.properties`, Set t
#### DataNode Configuration
-Open DataNode Configuration File `./conf/iotdb-system.properties`,Set the
following parameters:
+Open DataNode Configuration File `./conf/iotdb-datanode.properties`,Set the
following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 | Note
|
| ------------------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------------ | -------------
| ------------- | ------------- | ---------------------------------------- |
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 45aa425..7bbc1cc 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -92,7 +92,7 @@ cd iotdb-enterprise-{version}-bin
#### General Configuration
-Open the general configuration file `./conf/iotdb-system.properties`,The
following parameters can be set according to the deployment method:
+Open the general configuration file `./conf/iotdb-common.properties`,The
following parameters can be set according to the deployment method:
| **Configuration** | **Description**
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 |
| ------------------------- |
------------------------------------------------------------ | -------------- |
-------------- | -------------- |
@@ -102,7 +102,7 @@ Open the general configuration file
`./conf/iotdb-system.properties`,The followi
#### **ConfigNode Configuration**
-Open the ConfigNode configuration file `./conf/iotdb-system.properties`,Set
the following parameters
+Open the ConfigNode configuration file
`./conf/iotdb-confignode.properties`,Set the following parameters
| **Configuration** | **Description**
| **Default** | **Recommended value**
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 | Note
|
| ------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------------ | -------------
| ------------- | ------------- | ---------------------------------------- |
@@ -113,7 +113,7 @@ Open the ConfigNode configuration file
`./conf/iotdb-system.properties`,Set the
#### DataNode Configuration
-Open DataNode Configuration File `./conf/iotdb-system.properties`,Set the
following parameters:
+Open DataNode Configuration File `./conf/iotdb-datanode.properties`,Set the
following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 | Note
|
| ------------------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------------ | -------------
| ------------- | ------------- | ---------------------------------------- |
diff --git
a/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
b/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
index 4a2d76f..97b75ba 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
@@ -35,24 +35,24 @@ The IoTDB monitoring panel is one of the supporting tools
for the IoTDB Enterpri
| **Configuration** | Located in the configuration file |
**Description** |
| :--------------------------------- | :-------------------------------- |
:----------------------------------------------------------- |
-| cn_metric_reporter_list | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to PROMETHEUS |
-| cn_metric_level | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to IMPORTANT |
-| cn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
Uncomment the configuration item to maintain the default setting of 9091. If
other ports are set, they will not conflict with each other |
-| dn_metric_reporter_list | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to PROMETHEUS |
-| dn_metric_level | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to IMPORTANT |
-| dn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
Uncomment the configuration item and set it to 9092 by default. If other ports
are set, they will not conflict with each other |
-| dn_metric_internal_reporter_type | conf/iotdb-system.properties |
Uncomment the configuration item and set the value to IOTDB |
+| cn_metric_reporter_list | conf/iotdb-confignode.properties |
Uncomment the configuration item and set the value to PROMETHEUS |
+| cn_metric_level | conf/iotdb-confignode.properties |
Uncomment the configuration item and set the value to IMPORTANT |
+| cn_metric_prometheus_reporter_port | conf/iotdb-sysconfignodetem.properties
| Uncomment the configuration item to maintain the default setting of 9091. If
other ports are set, they will not conflict with each other |
+| dn_metric_reporter_list | conf/iotdb-datanode.properties |
Uncomment the configuration item and set the value to PROMETHEUS |
+| dn_metric_level | conf/iotdb-datanode.properties |
Uncomment the configuration item and set the value to IMPORTANT |
+| dn_metric_prometheus_reporter_port | conf/iotdb-datanode.properties |
Uncomment the configuration item and set it to 9092 by default. If other ports
are set, they will not conflict with each other |
+| dn_metric_internal_reporter_type | conf/iotdb-datanode.properties |
Uncomment the configuration item and set the value to IOTDB |
Taking the 3C3D cluster as an example, the monitoring configuration that needs
to be modified is as follows:
| Node IP | Host Name | Cluster Role | Configuration File Path |
Configuration |
| ----------- | --------- | ------------ | -------------------------------- |
------------------------------------------------------------ |
-| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
2. Restart all nodes. After modifying the monitoring indicator configuration
of three nodes, the confignode and datanode services of all nodes can be
restarted:
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 73c2c6a..f1db2b5 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
@@ -61,7 +61,7 @@ cd apache-iotdb-{version}-all-bin
#### System General Configuration
-Open the general configuration file (./conf/iotdb common. properties file) and
set the following parameters:
+Open the general configuration file (./conf/iotdb-common. properties file) and
set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------------: |
:----------------------------------------------------------: | :------------: |
:----------------------------------------------------------: |
:---------------------------------------------------: |
@@ -71,7 +71,7 @@ Open the general configuration file (./conf/iotdb common.
properties file) and s
#### ConfigNode Configuration
-Open the ConfigNode configuration file (./conf/iotdb configure. properties
file) and set the following parameters:
+Open the ConfigNode configuration file (./conf/iotdb-configure. properties
file) and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------------------: |
:--------------------------------------: |
@@ -82,7 +82,7 @@ Open the ConfigNode configuration file (./conf/iotdb
configure. properties file)
#### DataNode Configuration
-Open the DataNode configuration file/ conf/iotdb-system.properties,Set the
following parameters:
+Open the DataNode configuration file (./conf/iotdb-datanode.properties file)
and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| **Note** |
| :-----------------------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------------------: |
:--------------------------------------- |
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 fd4ee88..5e2e9fc 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
@@ -65,7 +65,7 @@ env.sh
#### System General Configuration
-Open the general configuration file (./conf/iotdb common. properties file) and
set the following parameters:
+Open the general configuration file (./conf/iotdb-common. properties file) and
set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------------: |
:----------------------------------------------------------: | :------------: |
:----------------------------------------------------------: |
:---------------------------------------------------: |
@@ -75,7 +75,7 @@ Open the general configuration file (./conf/iotdb common.
properties file) and s
#### ConfigNode Configuration
-Open the ConfigNode configuration file (./conf/iotdb configure. properties
file) and set the following parameters:
+Open the ConfigNode configuration file (./conf/iotdb-configure. properties
file) and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| Note |
| :-----------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------------------: |
:--------------------------------------: |
@@ -86,7 +86,7 @@ Open the ConfigNode configuration file (./conf/iotdb
configure. properties file)
#### DataNode Configuration
-Open the DataNode configuration file/ conf/iotdb-system.properties, Set the
following parameters:
+Open the DataNode configuration file (./conf/iotdb-datanode.properties file)
and set the following parameters:
| **Configuration** | **Description**
| **Default** | **Recommended value**
| **Note** |
| :------------------------------ |
:----------------------------------------------------------- | :--------------
| :----------------------------------------------------------- |
:--------------------------------------- |
diff --git a/src/UserGuide/latest/QuickStart/ClusterQuickStart.md
b/src/UserGuide/latest/QuickStart/ClusterQuickStart.md
index 9e49805..2203f09 100644
--- a/src/UserGuide/latest/QuickStart/ClusterQuickStart.md
+++ b/src/UserGuide/latest/QuickStart/ClusterQuickStart.md
@@ -71,11 +71,11 @@ Modify the specified configuration file according to the
table below:
| Configuration| Configuration Option | IP:192.168.132.10 |
IP:192.168.132.11 | IP:192.168.132.12 |
|------------|:-------------------------------|----------------------|----------------------|:---------------------|
-| iotdb-system.properties | cn\_internal\_address | 192.168.132.10
| 192.168.132.11 | 192.168.132.12 |
-| iotdb-system.properties | cn_seed_config_node |
192.168.132.10:10710 | 192.168.132.10:10710 | 192.168.132.10:10710 |
-| iotdb-system.properties | dn\_rpc\_address | 192.168.132.10
| 192.168.132.11 | 192.168.132.12 |
-| iotdb-system.properties | dn\_internal\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
-| iotdb-system.properties | dn_seed_config_node |
192.168.132.10:10710 | 192.168.132.10:10710 | 192.168.132.10:10710 |
+| iotdb-confignode.properties | cn\_internal\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
+| iotdb-confignode.properties | cn_seed_config_node |
192.168.132.10:10710 | 192.168.132.10:10710 | 192.168.132.10:10710 |
+| iotdb-datanode.properties | dn\_rpc\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
+| iotdb-datanode.properties | dn\_internal\_address |
192.168.132.10 | 192.168.132.11 | 192.168.132.12 |
+| iotdb-datanode.properties | dn_seed_config_node |
192.168.132.10:10710 | 192.168.132.10:10710 | 192.168.132.10:10710 |
**Notice:**
It's recommended that the configurations of iotdb-system.properties and the
heap size of JVM in all nodes are the same.
@@ -181,11 +181,11 @@ Modify the specified configuration file according to the
table below:
| Configuration | Configuration Option| IP:192.168.132.13 |
|------------|:-------------------------------|:---------------------|
-| iotdb-system.properties | cn\_internal\_address | 192.168.132.13
|
-| iotdb-system.properties | cn\_target\_config\_node\_list |
192.168.132.10:10710 |
-| iotdb-system.properties | dn\_rpc\_address | 192.168.132.13
|
-| iotdb-system.properties | dn\_internal\_address |
192.168.132.13 |
-| iotdb-system.properties | dn\_target\_config\_node\_list |
192.168.132.10:10710 |
+| iotdb-confignode.properties | cn\_internal\_address |
192.168.132.13 |
+| iotdb-confignode.properties | cn\_target\_config\_node\_list |
192.168.132.10:10710 |
+| iotdb-datanode.properties | dn\_rpc\_address |
192.168.132.13 |
+| iotdb-datanode.properties | dn\_internal\_address |
192.168.132.13 |
+| iotdb-datanode.properties | dn\_target\_config\_node\_list |
192.168.132.10:10710 |
### expand
Execute commands below in new node of `192.168.132.13`:
diff --git a/src/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
b/src/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
index b2371d0..7325f4d 100644
--- a/src/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
+++ b/src/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
@@ -38,7 +38,7 @@
### Config File
-1) Taking DataNode as an example, modify the iotdb-system.properties
configuration file as follows:
+1) Taking DataNode as an example, modify the iotdb-datanode.properties
configuration file as follows:
```properties
dn_metric_reporter_list=PROMETHEUS
diff --git a/src/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
b/src/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
index cfe27ad..7f62135 100644
--- a/src/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
+++ b/src/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
@@ -38,7 +38,7 @@
### Config File
-1) Taking DataNode as an example, modify the iotdb-system.properties
configuration file as follows:
+1) Taking DataNode as an example, modify the iotdb-datanode.properties
configuration file as follows:
```properties
dn_metric_reporter_list=PROMETHEUS
diff --git
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
index 7843f07..030f135 100644
---
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
@@ -87,7 +87,7 @@ AINode 是 IoTDB 在 ConfigNode、DataNode 后提供的第三种内生节点,
- 显示如下信息,请将机器码(即该串字符)复制给天谋工作人员,并告知工作人员申请 AINode 独立授权:
```shell
Please copy the system_info's content and send it to Timecho:
-
Y17hFA0xRCE1TmkVxILuCIEPc7uJcr5bzlXWiptw8uZTmTX5aThfypQdLUIhMljw075hNRSicyvyJR9JM7QaNm1gcFZPHVRWVXIiY5IlZkXdxCVc1erXMsbCqUYsR2R2Mw4PSpFJsUF5jHWSoFIIjQ2bmJFW5P52KCccFMVeHTc=
+ 01-KU5LDFFN-PNBEHDRH
Please enter license:
```
- 将工作人员返回的激活码输入上一步的命令行提示处 `Please enter license:`,如下提示:
@@ -250,17 +250,17 @@ IoTDB> show cluster
```shell
# Linux / MacOS
- bash sbin/stop-ainode.sh -t<AINode-id>/<ip>:<rpc-port>
+ bash sbin/stop-ainode.sh -t<AINode-id>
#Windows
- sbin\stop-ainode.bat -t<AINode-id>/<ip>:<rpc-port>
+ sbin\stop-ainode.bat -t<AINode-id>
```
##### 参数介绍:
| **名称** | **标签** | **描述**
| **是否必填** | **类型** | **默认值** | **输入方式** |
| ----------------- | ---- |
------------------------------------------------------------ | -------- |
------ | ------ | ---------- |
-| ain_remove_target | -t | AINode 关闭时可以指定待移除的目标 AINode 的 Node
ID、地址和端口号,格式为`<AINode-id>/<ip>:<rpc-port>` | 否 | String | 无 | 调用时输入 |
+| ain_remove_target | -t | AINode 关闭时可以指定待移除的目标 AINode 的 Node
ID、地址和端口号,格式为`<AINode-id>` | 否 | String | 无 | 调用时输入 |
#### 示例
```shell
@@ -292,10 +292,10 @@ IoTDB> show cluster
```shell
# Linux / MacOS
- bash sbin/stop-ainode.sh -i<directory> -t<AINode-id>/<ip>:<rpc-port> -r
-n
+ bash sbin/stop-ainode.sh -i<directory> -t<AINode-id> -r -n
# Windows
- sbin\stop-ainode.bat -i<directory> -t<AINode-id>/<ip>:<rpc-port> -r -n
+ sbin\stop-ainode.bat -i<directory> -t<AINode-id> -r -n
```
##### 参数介绍:
@@ -303,7 +303,7 @@ IoTDB> show cluster
| **名称** | **标签** | **描述**
| **是否必填** | **类型** | **默认值** | **输入方式**
|
| ------------------- | ---- |
------------------------------------------------------------ | -------- |
------ | ---------------- | --------------------- |
| ain_interpreter_dir | -i | AINode 所安装在的虚拟环境的解释器路径,需要使用绝对路径 | 否
| String | 默认读取环境变量 | 调用时输入+持久化修改 |
-| ain_remove_target | -t | AINode 关闭时可以指定待移除的目标 AINode 的 Node
ID、地址和端口号,格式为`<AINode-id>/<ip>:<rpc-port>` | 否 | String | 无
| 调用时输入 |
+| ain_remove_target | -t | AINode 关闭时可以指定待移除的目标 AINode 的 Node
ID、地址和端口号,格式为`<AINode-id>` | 否 | String | 无 | 调用时输入
|
| ain_force_reinstall | -r | 该脚本在检查 AINode 安装情况的时候是否检查版本,如果检查则在版本不对的情况下会强制安装
lib 里的 whl 安装包 | 否 | Bool | false | 调用时输入 |
| ain_no_dependencies | -n | 指定在安装 AINode 的时候是否安装依赖,如果指定则仅安装 AINode
主程序而不安装依赖。 | 否 | Bool | false | 调用时输入 |
diff --git
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
index 7f6b78b..c5cbb1c 100644
---
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Cluster-Deployment_timecho.md
@@ -156,7 +156,7 @@ cd sbin
```Bash
Please copy the system_info's content and send it to Timecho:
- Y17hFA0xRCE1TmkVxILuxxxxxxxxxxxxxxxxxxxxxxxxxxxxW5P52KCccFMVeHTc=
+ 01-KU5LDFFN-PNBEHDRH
Please enter license:
```
diff --git
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
index 62ffdde..6118221 100644
---
a/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
+++
b/src/zh/UserGuide/Master/Deployment-and-Maintenance/Stand-Alone-Deployment_timecho.md
@@ -128,7 +128,7 @@ cd iotdb-enterprise-{version}-bin
```shell
Please copy the system_info's content and send it to Timecho:
-Y17hFA0xRCE1TmkVxILuCIEPc7uJcr5bzlXWiptw8uZTmTX5aThfypQdLUIhMljw075hNRSicyvyJR9JM7QaNm1gcFZPHVRWVXIiY5IlZkXdxCVc1erXMsbCqUYsR2R2Mw4PSpFJsUF5jHWSoFIIjQ2bmJFW5P52KCccFMVeHTc=
+01-KU5LDFFN-PNBEHDRH
Please enter license:
```
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 8d27147..9ad2edb 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
@@ -91,7 +91,7 @@ cd apache-iotdb-{version}-all-bin
#### 通用配置
-打开通用配置文件`./conf/iotdb-system.properties`,可根据部署方式设置以下参数:
+打开通用配置文件`./conf/iotdb-common.properties`,可根据部署方式设置以下参数:
| 配置项 | 说明 |
192.168.1.3 | 192.168.1.4 | 192.168.1.5 |
| ------------------------- | ---------------------------------------- |
-------------- | -------------- | -------------- |
@@ -101,7 +101,7 @@ cd apache-iotdb-{version}-all-bin
#### ConfigNode 配置
-打开ConfigNode配置文件`./conf/iotdb-system.properties`,设置以下参数
+打开ConfigNode配置文件`./conf/iotdb-confignode.properties`,设置以下参数
| 配置项 | 说明
| 默认 | 推荐值 |
192.168.1.3 | 192.168.1.4 | 192.168.1.5 | 备注 |
| ------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------- | ------------- |
------------- | ------------- | ------------------ |
@@ -112,7 +112,7 @@ cd apache-iotdb-{version}-all-bin
#### DataNode 配置
-打开DataNode配置文件 `./conf/iotdb-system.properties`,设置以下参数:
+打开DataNode配置文件 `./conf/iotdb-datanode.properties`,设置以下参数:
| 配置项 | 说明
| 默认 | 推荐值
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 | 备注 |
| ------------------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------- | ------------- |
------------- | ------------- | ------------------ |
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 f9baafd..48f33d5 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
@@ -91,7 +91,7 @@ cd iotdb-enterprise-{version}-bin
#### 通用配置
-打开通用配置文件`./conf/iotdb-system.properties`,可根据部署方式设置以下参数:
+打开通用配置文件`./conf/iotdb-common.properties`,可根据部署方式设置以下参数:
| 配置项 | 说明 |
192.168.1.3 | 192.168.1.4 | 192.168.1.5 |
| ------------------------- | ---------------------------------------- |
-------------- | -------------- | -------------- |
@@ -101,7 +101,7 @@ cd iotdb-enterprise-{version}-bin
#### ConfigNode 配置
-打开ConfigNode配置文件`./conf/iotdb-system.properties`,设置以下参数
+打开ConfigNode配置文件`./conf/iotdb-confignode.properties`,设置以下参数
| 配置项 | 说明
| 默认 | 推荐值 |
192.168.1.3 | 192.168.1.4 | 192.168.1.5 | 备注 |
| ------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------- | ------------- |
------------- | ------------- | ------------------ |
@@ -112,7 +112,7 @@ cd iotdb-enterprise-{version}-bin
#### DataNode 配置
-打开DataNode配置文件 `./conf/iotdb-system.properties`,设置以下参数:
+打开DataNode配置文件 `./conf/iotdb-datanode.properties`,设置以下参数:
| 配置项 | 说明
| 默认 | 推荐值
| 192.168.1.3 | 192.168.1.4 | 192.168.1.5 | 备注 |
| ------------------------------- |
------------------------------------------------------------ | ---------------
| ------------------------------------------------------- | ------------- |
------------- | ------------- | ------------------ |
diff --git
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
index 5e17793..3a82ecd 100644
---
a/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
+++
b/src/zh/UserGuide/latest/Deployment-and-Maintenance/Monitoring-panel-deployment.md
@@ -35,24 +35,24 @@ IoTDB配套监控面板是IoTDB企业版配套工具之一。它旨在解决IoTD
| 配置项 | 所在配置文件 | 配置说明
|
| :--------------------------------- | :------------------------------- |
:----------------------------------------------------------- |
-| cn_metric_reporter_list | conf/iotdb-system.properties |
将配置项取消注释,值设置为PROMETHEUS |
-| cn_metric_level | conf/iotdb-system.properties |
将配置项取消注释,值设置为IMPORTANT |
-| cn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
将配置项取消注释,可保持默认设置9091,如设置其他端口,不与其他端口冲突即可 |
-| dn_metric_reporter_list | conf/iotdb-system.properties |
将配置项取消注释,值设置为PROMETHEUS |
-| dn_metric_level | conf/iotdb-system.properties |
将配置项取消注释,值设置为IMPORTANT |
-| dn_metric_prometheus_reporter_port | conf/iotdb-system.properties |
将配置项取消注释,可默认设置为9092,如设置其他端口,不与其他端口冲突即可 |
-| dn_metric_internal_reporter_type | conf/iotdb-system.properties |
将配置项取消注释,值设置为IOTDB |
+| cn_metric_reporter_list | conf/iotdb-confignode.properties |
将配置项取消注释,值设置为PROMETHEUS |
+| cn_metric_level | conf/iotdb-confignode.properties |
将配置项取消注释,值设置为IMPORTANT |
+| cn_metric_prometheus_reporter_port | conf/iotdb-confignode.properties |
将配置项取消注释,可保持默认设置9091,如设置其他端口,不与其他端口冲突即可 |
+| dn_metric_reporter_list | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为PROMETHEUS |
+| dn_metric_level | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为IMPORTANT |
+| dn_metric_prometheus_reporter_port | conf/iotdb-datanode.properties |
将配置项取消注释,可默认设置为9092,如设置其他端口,不与其他端口冲突即可 |
+| dn_metric_internal_reporter_type | conf/iotdb-datanode.properties |
将配置项取消注释,值设置为IOTDB |
以3C3D集群为例,需要修改的监控配置如下:
| 节点ip | 主机名 | 集群角色 | 配置文件路径 | 配置项
|
| ----------- | ------- | ---------- | -------------------------------- |
------------------------------------------------------------ |
-| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-system.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
-| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
-| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-system.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.3 | iotdb-1 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.4 | iotdb-2 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.5 | iotdb-3 | confignode | conf/iotdb-confignode.properties |
cn_metric_reporter_list=PROMETHEUS cn_metric_level=IMPORTANT
cn_metric_prometheus_reporter_port=9091 |
+| 192.168.1.3 | iotdb-1 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.4 | iotdb-2 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
+| 192.168.1.5 | iotdb-3 | datanode | conf/iotdb-datanode.properties |
dn_metric_reporter_list=PROMETHEUS dn_metric_level=IMPORTANT
dn_metric_prometheus_reporter_port=9092 dn_metric_internal_reporter_type=IOTDB |
2. 重启所有节点。修改3个节点的监控指标配置后,可重新启动所有节点的confignode和datanode服务:
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 d2cc84e..b4b6c0b 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
@@ -61,7 +61,7 @@ cd apache-iotdb-{version}-all-bin
#### 系统通用配置
-打开通用配置文件(./conf/iotdb-system.properties 文件),设置以下参数:
+打开通用配置文件(./conf/iotdb-common.properties 文件),设置以下参数:
| **配置项** | **说明** | **默认值** |
**推荐值** | 备注 |
| :-----------------------: | :------------------------------: |
:------------: | :----------------------------------------------: |
:-----------------------: |
@@ -71,7 +71,7 @@ cd apache-iotdb-{version}-all-bin
#### ConfigNode 配置
-打开ConfigNode配置文件(./conf/iotdb-system.properties文件),设置以下参数:
+打开ConfigNode配置文件(./conf/iotdb-confignode.properties文件),设置以下参数:
| **配置项** | **说明**
| **默认** | 推荐值 | **备注**
|
| :-----------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------: | :----------------: |
@@ -82,7 +82,7 @@ cd apache-iotdb-{version}-all-bin
#### DataNode 配置
-打开DataNode配置文件 ./conf/iotdb-system.properties,设置以下参数:
+打开DataNode配置文件 ./conf/iotdb-datanode.properties,设置以下参数:
| **配置项** | **说明**
| **默认** | 推荐值 |
**备注** |
| :-----------------------------: |
:----------------------------------------------------------: | :-------------:
| :----------------------------------------------: | :----------------- |
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 d602a04..af5678d 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
@@ -65,7 +65,7 @@ cd iotdb-enterprise-{version}-bin
#### 系统通用配置
-打开通用配置文件(./conf/iotdb-system.properties 文件),设置以下参数:
+打开通用配置文件(./conf/iotdb-confignode.properties 文件),设置以下参数:
| **配置项** | **说明** | **默认值** |
**推荐值** | 备注 |
| :-----------------------: | :------------------------------: |
:------------: | :----------------------------------------------: |
:-----------------------: |
@@ -86,7 +86,7 @@ cd iotdb-enterprise-{version}-bin
#### DataNode 配置
-打开DataNode配置文件 ./conf/iotdb-system.properties,设置以下参数:
+打开DataNode配置文件 ./conf/iotdb-datanode.properties,设置以下参数:
| **配置项** | **说明**
| **默认** | 推荐值 |
**备注** |
| :------------------------------ |
:----------------------------------------------------------- | :--------------
| :----------------------------------------------- | :----------------- |
diff --git a/src/zh/UserGuide/latest/QuickStart/ClusterQuickStart.md
b/src/zh/UserGuide/latest/QuickStart/ClusterQuickStart.md
index 6b53475..e07c7b8 100644
--- a/src/zh/UserGuide/latest/QuickStart/ClusterQuickStart.md
+++ b/src/zh/UserGuide/latest/QuickStart/ClusterQuickStart.md
@@ -79,11 +79,11 @@ echo "192.168.132.12 iotdb-3" >> /etc/hosts
| 配置| 配置项 |IP:192.168.132.10 | IP:192.168.132.11 |
IP:192.168.132.12 |
|------------|:-------------------------------|----------------------|----------------------|:---------------------|
-| iotdb-system.properties | cn_internal_address | iotdb-1 |
iotdb-2 | iotdb-3 |
-| iotdb-system.properties | cn_seed_config_node | iotdb-1:10710 |
iotdb-1:10710 | iotdb-1:10710 |
-| iotdb-system.properties | dn_rpc_address | iotdb-1 |
iotdb-2 | iotdb-3 |
-| iotdb-system.properties | dn_internal_address | iotdb-1
| iotdb-2 | iotdb-3 |
-| iotdb-system.properties | dn_seed_config_node | iotdb-1:10710 |
iotdb-1:10710 | iotdb-1:10710 |
+| iotdb-confignode.properties | cn_internal_address | iotdb-1 |
iotdb-2 | iotdb-3 |
+| iotdb-confignode.properties | cn_seed_config_node | iotdb-1:10710
| iotdb-1:10710 | iotdb-1:10710 |
+| iotdb-datanode.properties | dn_rpc_address | iotdb-1 |
iotdb-2 | iotdb-3 |
+| iotdb-datanode.properties | dn_internal_address | iotdb-1
| iotdb-2 | iotdb-3 |
+| iotdb-datanode.properties | dn_seed_config_node | iotdb-1:10710 |
iotdb-1:10710 | iotdb-1:10710 |
**注意:**
我们推荐所有节点的 iotdb-system.properties 和 JVM 的内存配置是一致的。
@@ -199,11 +199,11 @@ echo "192.168.132.13 iotdb-4" >> /etc/hosts
| 配置 | 配置项 | IP:192.168.132.13 |
|------------|:-------------------------------|:---------------------|
-| iotdb-system.properties | cn_internal_address | iotdb-4 |
-| iotdb-system.properties | cn_seed_config_node | iotdb-1:10710 |
-| iotdb-system.properties | dn_rpc_address | iotdb-4 |
-| iotdb-system.properties | dn_internal_address | iotdb-4
|
-| iotdb-system.properties | dn_seed_config_node | iotdb-1:10710 |
+| iotdb-confignode.properties | cn_internal_address | iotdb-4 |
+| iotdb-confignode.properties | cn_seed_config_node | iotdb-1:10710
|
+| iotdb-datanode.properties | dn_rpc_address | iotdb-4 |
+| iotdb-datanode.properties | dn_internal_address | iotdb-4
|
+| iotdb-datanode.properties | dn_seed_config_node | iotdb-1:10710 |
### 扩容
在新增节点`iotdb-4(192.168.132.13)`上,执行:
diff --git a/src/zh/UserGuide/latest/Tools-System/Maintenance-Tool_timecho.md
b/src/zh/UserGuide/latest/Tools-System/Maintenance-Tool_timecho.md
index ec3713a..27d36a8 100644
--- a/src/zh/UserGuide/latest/Tools-System/Maintenance-Tool_timecho.md
+++ b/src/zh/UserGuide/latest/Tools-System/Maintenance-Tool_timecho.md
@@ -85,9 +85,11 @@ iotd cluster check example
| deploy_dir | iotdb 部署目录,会把 iotdb
部署到目标节点该文件夹下最终部署完成的路径是`<deploy_dir>/iotdb` | 必填 |
| datanode-env\.sh | 对应`iotdb/config/datanode-env.sh`
| 非必填 |
| confignode-env\.sh | 对应`iotdb/config/confignode-env.sh`
| 非必填 |
-| iotdb-system.properties | 对应`iotdb/config/iotdb-system.properties`
| 非必填 |
-| cn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-system.properties`中的`cn_seed_config_node`
| 必填 |
-| dn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-system.properties`中的`dn_seed_config_node`
| 必填 |
+| iotdb-common.properties | 对应`iotdb/config/iotdb-common.properties`
| 非必填 |
+| iotdb-confignode.properties |
对应`iotdb/config/iotdb-confignode.properties` | 非必填 |
+| iotdb-datanode.properties | 对应`iotdb/config/iotdb-datanode.properties`
| 非必填 |
+| cn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_config_node`
| 必填 |
+| dn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_seed_config_node`
| 必填 |
* confignode_servers 是部署IoTDB Confignodes配置,里面可以配置多个Confignode
默认将第一个启动的ConfigNode节点node1当作Seed-ConfigNode
@@ -96,12 +98,12 @@ iotd cluster check example
| --------------------------- |
------------------------------------------------------------ | -------- |
| name | Confignode 名称
| 必填 |
| deploy_dir | IoTDB config node 部署目录,注:该目录不能与下面的IoTDB data
node部署目录相同 | 必填| |
-| cn_internal_address |
对应iotdb/内部通信地址,对应`iotdb/config/iotdb-system.properties`中的`cn_internal_address`
| 必填 |
-| cn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-system.properties`中的`cn_seed_config_node`
| 必填 |
-| cn_internal_port |
内部通信端口,对应`iotdb/config/iotdb-system.properties`中的`cn_internal_port` | 必填 |
-| cn_consensus_port |
对应`iotdb/config/iotdb-system.properties`中的`cn_consensus_port` | 非必填 |
-| cn_data_dir |
对应`iotdb/config/iotdb-system.properties`中的`cn_data_dir` | 必填 |
-| iotdb-system.properties |
对应`iotdb/config/iotdb-system.properties`在`global`与`confignode_servers`同时配置值优先使用confignode_servers中的值
| 非必填 |
+| cn_internal_address |
对应iotdb/内部通信地址,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_address`
| 必填 |
+| cn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`confignode_servers`同时配置值时优先使用`confignode_servers`中的值,对应`iotdb/config/iotdb-confignode.properties`中的`cn_seed_config_node`
| 必填 |
+| cn_internal_port |
内部通信端口,对应`iotdb/config/iotdb-confignode.properties`中的`cn_internal_port` | 必填
|
+| cn_consensus_port |
对应`iotdb/config/iotdb-confignode.properties`中的`cn_consensus_port` | 非必填 |
+| cn_data_dir |
对应`iotdb/config/iotdb-confignode.properties`中的`cn_data_dir` | 必填 |
+| iotdb-system.properties |
对应`iotdb/config/iotdb-confignode.properties`在`global`与`confignode_servers`同时配置值优先使用confignode_servers中的值
| 非必填 |
* datanode_servers 是部署IoTDB Datanodes配置,里面可以配置多个Datanode
@@ -110,12 +112,12 @@ iotd cluster check example
| -------------------------- |
------------------------------------------------------------ | -------- |
| name | Datanode 名称
| 必填 |
| deploy_dir | IoTDB data node 部署目录,注:该目录不能与下面的IoTDB config
node部署目录相同 | 必填 |
-| dn_rpc_address | datanode rpc
地址对应`iotdb/config/iotdb-system.properties`中的`dn_rpc_address` | 必填 |
-| dn_internal_address |
内部通信地址,对应`iotdb/config/iotdb-system.properties`中的`dn_internal_address` | 必填
|
-| dn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-system.properties`中的`dn_seed_config_node`
| 必填 |
-| dn_rpc_port | datanode
rpc端口地址,对应`iotdb/config/iotdb-system.properties`中的`dn_rpc_port` | 必填 |
-| dn_internal_port |
内部通信端口,对应`iotdb/config/iotdb-system.properties`中的`dn_internal_port` | 必填 |
-| iotdb-system.properties |
对应`iotdb/config/iotdb-system.properties`在`global`与`datanode_servers`同时配置值优先使用`datanode_servers`中的值
| 非必填 |
+| dn_rpc_address | datanode rpc
地址对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_address` | 必填 |
+| dn_internal_address |
内部通信地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_address` | 必填
|
+| dn_seed_config_node |
集群配置地址指向存活的ConfigNode,默认指向confignode_x,在`global`与`datanode_servers`同时配置值时优先使用`datanode_servers`中的值,对应`iotdb/config/iotdb-datanode.properties`中的`dn_seed_config_node`
| 必填 |
+| dn_rpc_port | datanode
rpc端口地址,对应`iotdb/config/iotdb-datanode.properties`中的`dn_rpc_port` | 必填 |
+| dn_internal_port |
内部通信端口,对应`iotdb/config/iotdb-datanode.properties`中的`dn_internal_port` | 必填 |
+| iotdb-system.properties |
对应`iotdb/config/iotdb-datanode.properties`在`global`与`datanode_servers`同时配置值优先使用`datanode_servers`中的值
| 非必填 |
* grafana_servers 是部署Grafana 相关配置
该模块暂不支持
diff --git a/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
b/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
index cc0f8ee..58167fc 100644
--- a/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
+++ b/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_apache.md
@@ -36,7 +36,7 @@
## 修改配置文件
-1) 以 DataNode 为例,修改 iotdb-system.properties 配置文件如下:
+1) 以 DataNode 为例,修改 iotdb-datanode.properties 配置文件如下:
```properties
dn_metric_reporter_list=PROMETHEUS
diff --git a/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
b/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
index 2b292a4..c098b7d 100644
--- a/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
+++ b/src/zh/UserGuide/latest/Tools-System/Monitor-Tool_timecho.md
@@ -36,7 +36,7 @@
## 修改配置文件
-1) 以 DataNode 为例,修改 iotdb-system.properties 配置文件如下:
+1) 以 DataNode 为例,修改 iotdb-datanode.properties 配置文件如下:
```properties
dn_metric_reporter_list=PROMETHEUS