Skip to content

Commit

Permalink
Update 2.deploy-connect-dashboard-ent.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Oct 8, 2023
1 parent b33e7a1 commit cb682d5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs-2.0/nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@
4. 使用以下命令查看所有服务状态、启动服务。

```
sudo systemctl list-dependencies nebula-dashboard.target # 查看状态
sudo systemctl start nebula-dashboard.target # 启动服务
sudo systemctl list-dependencies yueshu-dashboard.target # 查看状态
sudo systemctl start yueshu-dashboard.target # 启动服务
```

用户也可以执行以下命令查看、启停单一服务。
Expand Down Expand Up @@ -293,8 +293,8 @@ sudo rpm -e <package_name>
4. 使用以下命令查看所有服务状态、启动服务。

```
sudo systemctl list-dependencies nebula-dashboard.target # 查看状态
sudo systemctl start nebula-dashboard.target # 启动服务
sudo systemctl list-dependencies yueshu-dashboard.target # 查看状态
sudo systemctl start yueshu-dashboard.target # 启动服务
```

用户也可以执行以下命令查看、启停单一服务。
Expand Down Expand Up @@ -351,8 +351,8 @@ sudo dpkg -r <package_name>
- 使用 RPM 包或 DEB 包安装的用户,还可以使用 systemd 管理服务。通过`systemctl`命令进行服务启动、查看、重启和停止。

```bash
sudo systemctl start nebula-dashboard.target # 启动服务
sudo systemctl status nebula-dashboard.target # 查看服务状态
sudo systemctl start yueshu-dashboard.target # 启动服务
sudo systemctl status yueshu-dashboard.target # 查看服务状态
sudo systemctl restart <nbd-prometheus.service|nbd-alert-manager.service|nbd-stats-exporter.service|nbd-webserver.service> # 分别重启服务
sudo systemctl stop <nbd-prometheus.service|nbd-alert-manager.service|nbd-stats-exporter.service|nbd-webserver.service> # 分别停止服务
```
Expand Down

0 comments on commit cb682d5

Please sign in to comment.