Skip to content

Commit

Permalink
Update source_manage-service.md (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber committed Oct 27, 2021
1 parent fdfcf1a commit fa60e31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs-2.0/reuse/source_manage-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ $ sudo /usr/local/nebula/scripts/nebula.service status all
* Nebula Graph is running normally if the following information is returned.

```bash
[INFO] nebula-metad: Running as 26601, Listening on 9559
[INFO] nebula-graphd: Running as 26644, Listening on 9669
[INFO] nebula-storaged: Running as 26709, Listening on 9779
[INFO] nebula-metad(3ba41bd): Running as 26601, Listening on 9559
[INFO] nebula-graphd(3ba41bd): Running as 26644, Listening on 9669
[INFO] nebula-storaged(3ba41bd): Running as 26709, Listening on 9779
```

* If the return information is similar to the following one, there is a problem.

```bash
[INFO] nebula-metad: Running as 25600, Listening on 9559
[INFO] nebula-graphd: Exited
[INFO] nebula-storaged: Running as 25646, Listening on 9779
[INFO] nebula-metad(3ba41bd): Running as 25600, Listening on 9559
[INFO] nebula-graphd(3ba41bd): Exited
[INFO] nebula-storaged(3ba41bd): Running as 25646, Listening on 9779
```

The Nebula Graph services consist of the Meta Service, Graph Service, and Storage Service. The configuration files for all three services are stored in the `/usr/local/nebula/etc/` directory by default. You can check the configuration files according to the return information to troubleshoot problems.
Expand Down

0 comments on commit fa60e31

Please sign in to comment.