X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9cdec66d5b0238e9d99c1e8e1d5c8571d798689d..09cbdc3074b3f1e69c9c537875146f6da0a6ed8f:/doc/admin/maintenance-and-upgrading.html.textile.liquid?ds=sidebyside diff --git a/doc/admin/maintenance-and-upgrading.html.textile.liquid b/doc/admin/maintenance-and-upgrading.html.textile.liquid index 3cc80a3560..970568f0cd 100644 --- a/doc/admin/maintenance-and-upgrading.html.textile.liquid +++ b/doc/admin/maintenance-and-upgrading.html.textile.liquid @@ -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: @@ -60,9 +62,12 @@ Upgrading Arvados typically involves the following steps: # Wait for the cluster to be idle and stop Arvados services. # Make a backup of your database, as a precaution. # update the configuration file for the new release, if necessary (see "Maintaining Arvados":#maintaining above) -# rebuild and deploy the "compute node image":{{site.baseurl}}/install/crunch2-cloud/install-compute-node.html (cloud only) +# Update compute nodes +## (cloud) Rebuild and deploy the "compute node image":{{site.baseurl}}/install/crunch2-cloud/install-compute-node.html +## (slurm/LSF) Upgrade the @python3-arvados-fuse@ package used on your compute nodes # Install new packages using @apt-get upgrade@ or @yum upgrade@. # Wait for package installation scripts as they perform any necessary data migrations. # 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.