3 navsection: installguide
4 title: Set up a compute node
7 Copyright (C) The Arvados Authors. All rights reserved.
9 SPDX-License-Identifier: CC-BY-SA-3.0
12 h2. Install dependencies
14 First, "add the appropriate package repository for your distribution":{{ site.baseurl }}/install/install-manual-prerequisites.html#repos.
16 {% include 'note_python_sc' %}
18 On Red Hat-based systems:
21 <pre><code>~$ <span class="userinput">echo 'exclude=python2-llfuse' | sudo tee -a /etc/yum.conf</span>
22 ~$ <span class="userinput">sudo yum install python-arvados-fuse crunch-run arvados-docker-cleaner</span>
26 On Debian-based systems:
29 <pre><code>~$ <span class="userinput">sudo apt-get install python-arvados-fuse crunch-run arvados-docker-cleaner</span>
33 {% include 'install_compute_docker' %}
35 {% include 'install_compute_fuse' %}
37 {% include 'install_docker_cleaner' %}
41 Install SLURM on the compute node using the same process you used on the API server in the "previous step":install-slurm.html.
43 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.