User Tools

Site Tools


tech:slurm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tech:slurm [2019/09/06 15:29] – [Compute Nodes] kohofertech:slurm [2019/09/06 15:50] kohofer
Line 51: Line 51:
 === Central Controller === === Central Controller ===
  
-The main configuration file is /etc/slurm-llnl/slurm.conf this file has to be present in the controller and all of the compute nodes and it also has to be consistent between all of them.+The main configuration file is /etc/slurm-llnl/slurm.conf this file has to be present in the controller and *ALL* of the compute nodes and it also has to be consistent between all of them.
  
-  vi /etc/slurm-llnl/slurm.conf +  vi /etc/slurm-llnl/slurm.conf
  
 <code> <code>
Line 114: Line 114:
 </code> </code>
  
-  root@controller# systemctl start slurmctld+  root@slurm-ctrl# scp /etc/slurm-llnl/slurm.conf csadmin@10.7.20.97:/tmp/.; scp /etc/slurm-llnl/slurm.conf csadmin@10.7.20.102:/tmp/
 +  root@slurm-ctrl# systemctl start slurmctld
  
 === Accounting Storage === === Accounting Storage ===
Line 153: Line 154:
 </code> </code>
  
-  root@controller# systemctl start slurmdbd+  root@slurm-ctrl# systemctl start slurmdbd 
 + 
 +=== Authentication === 
 + 
 +Copy /etc/munge.key to all compute nodes 
 + 
 +  scp /etc/munge/munge.key csadmin@10.7.20.97:/tmp/
 +  
 +Allow password-less access to slurm-ctrl 
 +  
 +  csadmin@slurm-ctrl:~$ ssh-copy-id -i .ssh/id_rsa.pub 10.7.20.102: 
 +   
 +Run a job from slurm-ctrl 
 + 
 +  ssh csadmin@slurm-ctrl 
 +  srun -N 1 hostname 
 +  linux1 
 + 
  
 === Test munge === === Test munge ===
Line 174: Line 193:
 {{:tech:slurm-hpc-cluster_compute-node.png?400|}} {{:tech:slurm-hpc-cluster_compute-node.png?400|}}
  
-==== Installation ====+=== Installation ===
  
   ssh -l csadmin 10.7.20.102   ssh -l csadmin 10.7.20.102
Line 180: Line 199:
    
 Generate ssh keys Generate ssh keys
 +
   ssh-keygen   ssh-keygen
  
Line 198: Line 218:
 </code> </code>
  
 +First copy the munge keys from the slurm-ctrl to all compute nodes, now fix location,
 +owner and permission.
  
 +  mv /tmp/munge.key /etc/munge/.
 +  chown munge:munge /etc/munge/munge.key
 +  chmod 400 /etc/munge/munge.key
  
 +Place /etc/slurm-llnl/slurm.conf in right place,
 +
 +  mv /tmp/slurm.conf /etc/slurm-llnl/
 +  chown root: /etc/slurm-llnl/slurm.conf
 + 
 +  
  
  
/data/www/wiki.inf.unibz.it/data/pages/tech/slurm.txt · Last modified: 2022/11/24 16:17 by kohofer