This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:224 [2023/11/01 12:51] hmeij07 |
cluster:224 [2024/01/12 14:36] (current) hmeij07 |
||
---|---|---|---|
Line 41: | Line 41: | ||
# root: sync cottontail' | # root: sync cottontail' | ||
ssh-keygen -t rsa | ssh-keygen -t rsa | ||
- | scp 10.10.102.253:/ | + | scp 10.10.102.250:/ |
/ | / | ||
vi / | vi / | ||
Line 97: | Line 97: | ||
rpm -qa | egrep " | rpm -qa | egrep " | ||
# no # yum groupinstall " | # no # yum groupinstall " | ||
- | yum install | + | yum install |
# amber20 cmake readline error fix needs | # amber20 cmake readline error fix needs | ||
Line 129: | Line 129: | ||
# compute nodes old level 3 | # compute nodes old level 3 | ||
systemctl set-default multi-user.target | systemctl set-default multi-user.target | ||
+ | |||
+ | ### centos7 so not an OpenHPC environment | ||
# other configs | # other configs | ||
Line 200: | Line 202: | ||
ln -s / | ln -s / | ||
- | # Put the warewulf cluster key in authorized_keys | ||
- | cd /root/.ssh | ||
- | scp -rp 10.10.102.89:/ | ||
# backup and update passwd, shadow, group and hosts files | # backup and update passwd, shadow, group and hosts files | ||
Line 216: | Line 215: | ||
chown -R munge:munge /etc/munge / | chown -R munge:munge /etc/munge / | ||
chown -R slurm:munge / | chown -R slurm:munge / | ||
- | | + | systemctl enable munge |
+ | systemctl start munge | ||
+ | # test unmunge | ||
+ | / | ||
+ | # check log | ||
# /etc/bashrc (login node) | # /etc/bashrc (login node) | ||
export PATH=/ | export PATH=/ | ||
Line 237: | Line 241: | ||
#sleep 15 | #sleep 15 | ||
#/ | #/ | ||
- | chmod +x /etc/rc.drc.local | + | chmod +x /etc/rc.d/rc.local |
# important!! put private back in place | # important!! put private back in place |