added a few additional links in our documentation
This commit is contained in:
parent
ca313dadbf
commit
7bb1eee21c
|
@ -9,6 +9,7 @@ Administration
|
|||
:hidden:
|
||||
:titlesonly:
|
||||
|
||||
configuration
|
||||
moving-a-cluster
|
||||
tls
|
||||
|
||||
|
@ -18,6 +19,8 @@ This document covers the administration of an existing FoundationDB cluster. We
|
|||
|
||||
To administer an externally accessible cluster, you need to understand basic system tasks. You should begin with how to :ref:`start and stop the database <administration-running-foundationdb>`. Next, you should review management of a cluster, including :ref:`adding <adding-machines-to-a-cluster>` and :ref:`removing <removing-machines-from-a-cluster>` machines, and monitoring :ref:`cluster status <administration-monitoring-cluster-status>` and the basic :ref:`server processes <administration_fdbmonitor>`. You should be familiar with :ref:`managing trace files <administration-managing-trace-files>` and :ref:`other administrative concerns <administration-other-administrative-concerns>`. Finally, you should know how to :ref:`uninstall <administration-removing>` or :ref:`upgrade <upgrading-foundationdb>` the database.
|
||||
|
||||
FoundationDB also provides a number of different :doc:`configuration <configuration>` options which you should know about when setting up a FoundationDB database.
|
||||
|
||||
.. _administration-running-foundationdb:
|
||||
|
||||
Starting and stopping
|
||||
|
|
|
@ -26,6 +26,8 @@ These documents explain the engineering design of FoundationDB, with detailed in
|
|||
|
||||
* :doc:`testing`: FoundationDB uses a combined regime of robust simulation, live performance testing, and hardware-based failure testing to meet exacting standards of correctness and performance.
|
||||
|
||||
* :doc:`kv-architecture` provides a description of every major role a process in FoundationDB can fulfill.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:titlesonly:
|
||||
|
@ -42,3 +44,4 @@ These documents explain the engineering design of FoundationDB, with detailed in
|
|||
fault-tolerance
|
||||
flow
|
||||
testing
|
||||
kv-architecture
|
||||
|
|
Loading…
Reference in New Issue