diff --git a/content/tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.md b/content/tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.md new file mode 100644 index 0000000000..59d61f06bc --- /dev/null +++ b/content/tutorials/manage-the-rippled-server/troubleshooting/diagnosing-problems.md @@ -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? diff --git a/content/tutorials/troubleshoot-the-rippled-server/server-wont-start.md b/content/tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.md similarity index 100% rename from content/tutorials/troubleshoot-the-rippled-server/server-wont-start.md rename to content/tutorials/manage-the-rippled-server/troubleshooting/server-wont-start.md diff --git a/dactyl-config.yml b/dactyl-config.yml index ce988d7f96..fb458e585f 100644 --- a/dactyl-config.yml +++ b/dactyl-config.yml @@ -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