Move troubleshooting to subcategory w/ new diagnosing stub

This commit is contained in:
mDuo13
2018-08-23 16:42:18 -07:00
parent 5b5f4e7c62
commit 3e4a37c41a
3 changed files with 34 additions and 4 deletions

View File

@@ -0,0 +1,19 @@
# Diagnosing Problems with rippled
If you have having problems with `rippled`, the first step is to collect more information to accurately characterize the problem. From there, it can be easier to figure out a root cause and a fix.
If your server does not start, see [rippled Server Won't Start](server-wont-start.html) for a list of some possible causes and fixes.
The remainder of this document suggests steps for diagnosing the problem if your server starts successfully.
## Get the server_info
```
rippled server_info
```
TODO: explanation of which parameters to look at first
## Check the server log
TODO: for which messages? Any specific warnings to look out for?