Installing Slurm On Raspbian Bullseye

This Page documents how I installed Raspbian on a set of Raspberry Pis. I heavily leveraged the documentation on this site for information. This setup requires a setup with a domain controller to manage users. Here are how I have the machines divide up.

  • 1 Domain Controller – 192.168.3.50
  • 7 Domain Members
    • 1 NFS Server – This node also acts as the main SLURM Controller and Build Bot Master 192.168.3.51
    • 6 Domain Members 192.168.3.100-192.168.3.106

All of these systems, excluding the domain controller, mount an nfs share on one of the domain members using autofs.

Continue reading

Setting Up A Raspberry Pi Domain Member

I started this post because the samba official docs were too general for my purposes and maybe this will help someone else.

This page explains how to set up a Raspberry Pi as a domain member  This will not explain how to set up file shares.   I will be using the domain members for projects like creating a cluster that authenticates against the DC on the cluster.

I have already set up the domain controller.

Continue reading