mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 19:55:54 +00:00
Move troubleshooting to subcategory w/ new diagnosing stub
This commit is contained in:
@@ -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?
|
||||
@@ -945,21 +945,32 @@ pages:
|
||||
|
||||
# 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
|
||||
funnel: Docs
|
||||
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.
|
||||
template: template-landing-children.html
|
||||
targets:
|
||||
- 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
|
||||
funnel: Docs
|
||||
doc_type: Tutorials
|
||||
category: Troubleshoot the rippled Server
|
||||
category: Manage the rippled Server
|
||||
subcategory: Troubleshooting rippled
|
||||
targets:
|
||||
- local
|
||||
|
||||
|
||||
Reference in New Issue
Block a user