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?

View File

@@ -945,21 +945,32 @@ pages:
# TODO: run a validator, run in stand-alone mode, set up private peers # TODO: run a validator, run in stand-alone mode, set up private peers
- name: Troubleshoot the rippled Server - name: Troubleshooting rippled
html: troubleshoot-the-rippled-server.html html: troubleshoot-the-rippled-server.html
funnel: Docs funnel: Docs
doc_type: Tutorials doc_type: Tutorials
category: Troubleshoot the rippled Server category: Manage the rippled Server
subcategory: Troubleshooting rippled
blurb: Troubleshoot all kinds of problems with the rippled server. blurb: Troubleshoot all kinds of problems with the rippled server.
template: template-landing-children.html template: template-landing-children.html
targets: targets:
- local - local
- md: tutorials/troubleshoot-the-rippled-server/server-wont-start.md - md: tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.md
html: diagnosing-problems.html
funnel: Docs
doc_type: Tutorials
category: Manage the rippled Server
subcategory: Troubleshooting rippled
targets:
- local
- md: tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.md
html: server-wont-start.html html: server-wont-start.html
funnel: Docs funnel: Docs
doc_type: Tutorials doc_type: Tutorials
category: Troubleshoot the rippled Server category: Manage the rippled Server
subcategory: Troubleshooting rippled
targets: targets:
- local - local