X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9828e9218084856240fdeafa2d388d8bf322e655..4823a1b88754ef8dc3a4fe3fcb549cb4e6f34246:/doc/admin/maintenance-and-upgrading.html.textile.liquid diff --git a/doc/admin/maintenance-and-upgrading.html.textile.liquid b/doc/admin/maintenance-and-upgrading.html.textile.liquid index 2b634fb9e9..2ec1700fc9 100644 --- a/doc/admin/maintenance-and-upgrading.html.textile.liquid +++ b/doc/admin/maintenance-and-upgrading.html.textile.liquid @@ -42,9 +42,9 @@ Run @arvados-server config-check@ to make sure the configuration file has no err h3(#distribution). Distribute the configuration file -We recommend to keep the @config.yml@ file in sync between all the Arvados system nodes, to avoid issues with services running on different versions of the configuration. +It is very important to keep the @config.yml@ file in sync between all the Arvados system nodes, to avoid issues with services running on different versions of the configuration. -Distribution of the configuration file can be done in many ways, e.g. scp, configuration management software, etc. +We provide "installer.sh":../install/salt-multi-host.html#installation to distribute config changes. You may also do your own orchestration e.g. @scp@, configuration management software, etc. h3(#restart). Restart the services affected by the change @@ -52,6 +52,8 @@ If you know which Arvados service uses the specific configuration that was modif To check for services that have not restarted since the configuration file was updated, run the @arvados-server check@ command on each system node. +To test functionality and check for common problems, run the @arvados-client sudo diagnostics@ command on a system node. + h2(#upgrading). Upgrading Arvados Upgrading Arvados typically involves the following steps: @@ -68,3 +70,4 @@ Upgrading Arvados typically involves the following steps: # Run @arvados-server config-check@ to detect configuration errors or deprecated entries. # Verify that the Arvados services were restarted as part of the package upgrades. # Run @arvados-server check@ to detect services that did not restart properly. +# Run @arvados-client sudo diagnostics@ to test functionality.