This is an automated email from the ASF dual-hosted git repository.
haonan 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 db2ae0e Add AINode backend startup statement (#351)
db2ae0e is described below
commit db2ae0ec2ad4848044713a8199a3f2ba56349f72
Author: W1y1r <[email protected]>
AuthorDate: Wed Sep 11 18:52:27 2024 +0800
Add AINode backend startup statement (#351)
---
.../AINode_Deployment_timecho.md | 35 ++++++++++++++------
.../AINode_Deployment_timecho.md | 37 ++++++++++++++++------
.../AINode_Deployment_timecho.md | 30 ++++++++++++++----
.../AINode_Deployment_timecho.md | 30 ++++++++++++++----
4 files changed, 100 insertions(+), 32 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 8c27711..77ee7c0 100644
---
a/src/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
+++
b/src/UserGuide/Master/Deployment-and-Maintenance/AINode_Deployment_timecho.md
@@ -130,11 +130,19 @@ AINode supports modifying some necessary parameters. You
can find the following
##### Start command
```shell
- # Linux / MacOS
+ # Start command
+ # Linux and MacOS systems
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows systems
sbin\start-ainode.bat -i <directory> -r -n
+
+ # Backend startup command (recommended for long-term running)
+ # Linux and MacOS systems
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows systems
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### Parameter introduction:
@@ -175,7 +183,7 @@ AINode supports modifying some necessary parameters. You
can find the following
# Linux and MacOS systems
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows systems
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### Update Start:
@@ -193,20 +201,29 @@ If the version of AINode has been updated (such as
updating the `lib` folder), t
# Backend startup command (recommended for long-term running)
# Linux and MacOS systems
nohup bash sbin/start-ainode.sh -r > myout.file 2>& 1 &
- # Windows systems
- nohup bash sbin/start-ainode.bat -r > myout.file 2>& 1 &
+ # Windows c
+ nohup bash sbin\start-ainode.bat -r > myout.file 2>& 1 &
```
#### Non networked environment startup
##### Start command
```shell
- # Linux / MacOS
+ # Start command
+ # Linux and MacOS systems
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows systems
sbin\start-ainode.bat -i <directory> -r -n
- ```
+
+ # Backend startup command (recommended for long-term running)
+ # Linux and MacOS systems
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows systems
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
+ ```
+
##### Parameter introduction:
| **Name** | **Label** | **Describe**
| **Is it mandatory** | **Type** | **Default
value** | **Input method** |
@@ -231,7 +248,7 @@ If the version of AINode has been updated (such as updating
the `lib` folder), t
# Linux and MacOS systems
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows systems
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
### Detecting the status of AINode nodes
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 a2d7762..a18c2aa 100644
---
a/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md
+++
b/src/UserGuide/latest/Deployment-and-Maintenance/AINode_Deployment_timecho.md
@@ -130,12 +130,21 @@ AINode supports modifying some necessary parameters. You
can find the following
##### Start command
```shell
- # Linux / MacOS
+ # Start command
+ # Linux and MacOS systems
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows systems
sbin\start-ainode.bat -i <directory> -r -n
- ```
+
+ # Backend startup command (recommended for long-term running)
+ # Linux and MacOS systems
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows systems
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
+ ```
+
##### Parameter introduction:
| **Name** | **Label** | **Describe**
| **Is it mandatory** | **Type** | **Default
value** | **Input method** |
@@ -175,7 +184,7 @@ AINode supports modifying some necessary parameters. You
can find the following
# Linux and MacOS systems
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows systems
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### Update Start:
@@ -194,19 +203,29 @@ If the version of AINode has been updated (such as
updating the `lib` folder), t
# Linux and MacOS systems
nohup bash sbin/start-ainode.sh -r > myout.file 2>& 1 &
# Windows systems
- nohup bash sbin/start-ainode.bat -r > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat -r > myout.file 2>& 1 &
```
#### Non networked environment startup
##### Start command
+
```shell
- # Linux / MacOS
+ # Start command
+ # Linux and MacOS systems
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows systems
sbin\start-ainode.bat -i <directory> -r -n
- ```
+
+ # Backend startup command (recommended for long-term running)
+ # Linux and MacOS systems
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows systems
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
+ ```
+
##### Parameter introduction:
| **Name** | **Label** | **Describe**
| **Is it mandatory** | **Type** | **Default
value** | **Input method** |
@@ -231,7 +250,7 @@ If the version of AINode has been updated (such as updating
the `lib` folder), t
# Linux and MacOS systems
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows systems
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
### Detecting the status of AINode nodes
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 030f135..ff35924 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
@@ -124,11 +124,19 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
##### 启动命令
```shell
- # Linux / MacOS
+ # 启动命令
+ # Linux 和 MacOS 系统
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows 系统
sbin\start-ainode.bat -i <directory> -r -n
+
+ # 后台启动命令(长期运行推荐)
+ # Linux 和 MacOS 系统
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows 系统
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### 参数介绍:
@@ -168,7 +176,7 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
# Linux 和 MacOS 系统
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows 系统
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### 更新启动:
@@ -186,18 +194,26 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
# Linux 和 MacOS 系统
nohup bash sbin/start-ainode.sh -r > myout.file 2>& 1 &
# Windows 系统
- nohup bash sbin/start-ainode.bat -r > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat -r > myout.file 2>& 1 &
```
#### 非联网环境启动
##### 启动命令
```shell
- # Linux / MacOS
+ # 启动命令
+ # Linux 和 MacOS 系统
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows 系统
sbin\start-ainode.bat -i <directory> -r -n
+
+ # 后台启动命令(长期运行推荐)
+ # Linux 和 MacOS 系统
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows 系统
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### 参数介绍:
@@ -224,7 +240,7 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
# Linux 和 MacOS 系统
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows 系统
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 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 8b91d33..9c6ea7d 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
@@ -124,11 +124,19 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
##### 启动命令
```shell
- # Linux / MacOS
+ # 启动命令
+ # Linux 和 MacOS 系统
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows 系统
sbin\start-ainode.bat -i <directory> -r -n
+
+ # 后台启动命令(长期运行推荐)
+ # Linux 和 MacOS 系统
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows 系统
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### 参数介绍:
@@ -168,7 +176,7 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
# Linux 和 MacOS 系统
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows 系统
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### 更新启动:
@@ -186,18 +194,26 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
# Linux 和 MacOS 系统
nohup bash sbin/start-ainode.sh -r > myout.file 2>& 1 &
# Windows 系统
- nohup bash sbin/start-ainode.bat -r > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat -r > myout.file 2>& 1 &
```
#### 非联网环境启动
##### 启动命令
```shell
- # Linux / MacOS
+ # 启动命令
+ # Linux 和 MacOS 系统
bash sbin/start-ainode.sh -i <directory> -r -n
- # Windows
+ # Windows 系统
sbin\start-ainode.bat -i <directory> -r -n
+
+ # 后台启动命令(长期运行推荐)
+ # Linux 和 MacOS 系统
+ nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
+
+ # Windows 系统
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
##### 参数介绍:
@@ -224,7 +240,7 @@ AINode 支持修改一些必要的参数。可以在 `conf/iotdb-ainode.properti
# Linux 和 MacOS 系统
nohup bash sbin/start-ainode.sh > myout.file 2>& 1 &
# Windows 系统
- nohup bash sbin/start-ainode.bat > myout.file 2>& 1 &
+ nohup bash sbin\start-ainode.bat > myout.file 2>& 1 &
```
### 检测 AINode 节点状态