User Tools

Site Tools


cluster:213

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
cluster:213 [2023/01/31 19:25]
hmeij07
cluster:213 [2023/02/08 14:31]
hmeij07
Line 82: Line 82:
 vi /etc/passwd (exx, dockeruser $HOME) vi /etc/passwd (exx, dockeruser $HOME)
  
-## edit passwd, shadow, group, hosts files ## 
-## make -orig backups and stage in /home/tmp/global 
-## cottontail2 = greentail52 sections 
  
 #exx96 #exx96
Line 98: Line 95:
 ln -s /zfshomes/csmith06 ln -s /zfshomes/csmith06
  
 +cat /sanscratch/tmp/fstab.tmp >> /etc/fstab; mkdir /astrostore; mount -a; df -h; cd /smithlab/;  ln -s /smithlab/home/opt/rhel08 opt; ls -l
  
 # fstab file mounts # fstab file mounts
Line 128: Line 126:
  
 # on head node install from epel repo # on head node install from epel repo
-yum install slurm-openlava+### yum install slurm-openlava
 # error on conflicting libs, too bad! # error on conflicting libs, too bad!
  
Line 218: Line 216:
 yum install dmtcp dmtcp-devel yum install dmtcp dmtcp-devel
  
-# check status of service munge+
  
 yum clean all yum clean all
Line 227: Line 225:
 # now make it an ohpc compute node # now make it an ohpc compute node
   yum repolist   yum repolist
-  yum  install ohpc-base-compute+  yum install singularity-ohpc 
 +  yum  install ohpc-base-compute --nobest
      
   scp cottontail2:/etc/resolv.conf /etc/resolv.conf   scp cottontail2:/etc/resolv.conf /etc/resolv.conf
   yum  install ohpc-slurm-client   yum  install ohpc-slurm-client
 +  # check status of service munge
   systemctl enable munge   systemctl enable munge
   systemctl start munge   systemctl start munge
Line 244: Line 244:
   scp cottontail2:/etc/slurm/gres.conf /etc/slurm/gres.conf   scp cottontail2:/etc/slurm/gres.conf /etc/slurm/gres.conf
   scp cottontail2:/etc/profile.d/lmod.sh /etc/profile.d/   scp cottontail2:/etc/profile.d/lmod.sh /etc/profile.d/
 +  
 +# /etc/bashrc add
 +# ohpc lmod gcc mpicc
 +export PATH=/usr/local/slurm/bin:$PATH
 +export LD_LIBRARY_PATH=/usr/local/slurm/lib:$LD_LIBRARY_PATH
 +
      
 # /var/[log|spool|run] need to be removed from # /var/[log|spool|run] need to be removed from
Line 256: Line 262:
 sleep 15 sleep 15
 /usr/sbin/slurmd /usr/sbin/slurmd
 +
 +
 +## edit passwd, shadow, group, hosts files ##
 +## make -orig backups and stage in /home/tmp/global
 +## cottontail2 = greentail52 sections
 +
      
 # slurmd ??? # slurmd ???
cluster/213.txt · Last modified: 2024/01/12 15:09 by hmeij07