X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b1aa6c85c3db947f0963b1bddb2784c115f5c97d..df591042778408d03d410d5c22a669d85652d1ea:/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid diff --git a/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid b/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid index 330cc3ae48..d8a62a9c96 100644 --- a/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid +++ b/doc/install/crunch2-slurm/install-compute-node.html.textile.liquid @@ -3,6 +3,11 @@ layout: default navsection: installguide title: Set up a compute node ... +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} h2. Install dependencies @@ -21,7 +26,7 @@ On Red Hat-based systems: On Debian-based systems: -
~$ sudo apt-get install python-arvados-python-client crunch-run arvados-docker-cleaner
+
~$ sudo apt-get install python-arvados-fuse crunch-run arvados-docker-cleaner
 
@@ -33,8 +38,6 @@ On Debian-based systems: h2. Set up SLURM -Install SLURM following "the same process you used to install the Crunch dispatcher":install-crunch-dispatch.html#slurm. - -h2. Copy configuration files from the dispatcher (API server) +Install SLURM on the compute node using the same process you used on the API server in the "previous step":install-slurm.html. -The @slurm.conf@ and @/etc/munge/munge.key@ files need to be identical across the dispatcher and all compute nodes. Copy the files you created in the "Install the Crunch dispatcher":install-crunch-dispatch.html step to this compute node. +The @slurm.conf@ and @/etc/munge/munge.key@ files must be identical on all SLURM nodes. Copy the files you created on the API server in the "previous step":install-slurm.html to each compute node.