X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7213d3096cdb5d5e03b559a04f88fcd22a835076..9f842eecf59f293fd800ece28be2730ff3a39487:/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 19f8662301..027f813f63 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 @@ -10,14 +15,7 @@ First, "add the appropriate package repository for your distribution":{{ site.ba {% include 'note_python_sc' %} -On CentOS 6 and RHEL 6: - - -
~$ sudo yum install python27-python-arvados-fuse crunch-run arvados-docker-cleaner
-
-
- -On other Red Hat-based systems: +On Red Hat-based systems:
~$ echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf
@@ -37,3 +35,9 @@ On Debian-based systems:
 {% include 'install_compute_fuse' %}
 
 {% include 'install_docker_cleaner' %}
+
+h2. Set up SLURM
+
+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 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.