cluster:213
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cluster:213 [2023/01/31 19:25] – hmeij07 | cluster:213 [2024/01/12 15:09] (current) – hmeij07 | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| cd / | cd / | ||
| vi ifcfg-eth0 # 192.168.102.x | vi ifcfg-eth0 # 192.168.102.x | ||
| - | vi ifcfg-eth1 # 10.10.102.x | + | vi ifcfg-eth1 # 10.10.102.x |
| vi ifcfg-eth3 # 129.133.52.x | vi ifcfg-eth3 # 129.133.52.x | ||
| + | scp 192.168.102.112:/ | ||
| + | |||
| systemctl restart network | systemctl restart network | ||
| ping -c 3 192.168.102.42 | ping -c 3 192.168.102.42 | ||
| Line 64: | Line 66: | ||
| systemctl start iptables # and enable | systemctl start iptables # and enable | ||
| iptables -L | iptables -L | ||
| - | systemctl stop firewalld | ||
| - | systemctl disable firewalld | ||
| 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 / | ||
| - | ## cottontail2 = greentail52 sections | ||
| #exx96 | #exx96 | ||
| Line 97: | Line 94: | ||
| ln -s / | ln -s / | ||
| ln -s / | ln -s / | ||
| + | ls -l | ||
| + | cat / | ||
| # fstab file mounts | # fstab file mounts | ||
| mkdir -p /zfshomes /home66 /home33 /mindstore / | mkdir -p /zfshomes /home66 /home33 /mindstore / | ||
| + | mkdir -p / | ||
| # cottontail2 = greentail52 | # cottontail2 = greentail52 | ||
| # n100-n101 = n79 | # n100-n101 = n79 | ||
| Line 112: | Line 112: | ||
| Server 192.168.102.251 | Server 192.168.102.251 | ||
| # check | # check | ||
| + | systemctl restart chronyd | ||
| chronyc sources | chronyc sources | ||
| # Rocky8 | # Rocky8 | ||
| # https:// | # https:// | ||
| - | dnf config-manager --set-enabled powertools | + | dnf config-manager --set-enabled powertools |
| - | dnf install epel-release | + | dnf install epel-release |
| - | dnf install netcdf netcdf-devel | + | dnf install netcdf netcdf-devel |
| - | dnf install yum-utils # yumdownloader | + | dnf install yum-utils # yumdownloader |
| - | dnf install ddd | + | dnf install ddd grace gnuplot alpine |
| - | dnf install | + | |
| - | dnf install | + | |
| - | dnf install | + | |
| yum groupinstall " | yum groupinstall " | ||
| # 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 135: | Line 134: | ||
| yum install epel-release -y | yum install epel-release -y | ||
| yum install flex bison -y | yum install flex bison -y | ||
| - | yum install tcl tcl-devel dmtcp -y | + | yum install tcl tcl-devel |
| yum install net-snmp net-snmp-libs net-tools net-snmp-utils -y | yum install net-snmp net-snmp-libs net-tools net-snmp-utils -y | ||
| yum install freeglut-devel libXi-devel libXmu-devel -y | yum install freeglut-devel libXi-devel libXmu-devel -y | ||
| Line 178: | Line 177: | ||
| echo " | echo " | ||
| - | yum install net-snmp-utils net-snmp-libs net-snmp net-snmp-agent-libs | ||
| # edit / | # edit / | ||
| Line 215: | Line 213: | ||
| # obabel chem file formats | # obabel chem file formats | ||
| yum install openbabel openbabel-devel | yum install openbabel openbabel-devel | ||
| - | # dmtcp | ||
| - | yum install dmtcp dmtcp-devel | ||
| - | # check status of service munge | + | |
| yum clean all | yum clean all | ||
| # eth3 onboot=no, private networks only | # eth3 onboot=no, private networks only | ||
| systemctl disable iptables | systemctl disable iptables | ||
| - | reboot | + | |
| # now make it an ohpc compute node | # now make it an ohpc compute node | ||
| + | # DO THIS on compute nodes BEFORE mounting ctt2:/opt | ||
| + | # pulls in newer version, potentail problem later on | ||
| yum repolist | yum repolist | ||
| - | yum install ohpc-base-compute | + | |
| + | yum install singularity-ohpc | ||
| + | | ||
| + | yum install ohpc-slurm-client | ||
| | | ||
| scp cottontail2:/ | scp cottontail2:/ | ||
| - | yum install ohpc-slurm-client | + | |
| + | |||
| + | # check status of service munge | ||
| + | rpm -ivh / | ||
| systemctl enable munge | systemctl enable munge | ||
| systemctl start munge | systemctl start munge | ||
| Line 244: | Line 249: | ||
| scp cottontail2:/ | scp cottontail2:/ | ||
| scp cottontail2:/ | scp cottontail2:/ | ||
| + | | ||
| + | # /etc/bashrc add | ||
| + | # ohpc lmod gcc mpicc | ||
| + | export PATH=/ | ||
| + | export LD_LIBRARY_PATH=/ | ||
| + | |||
| | | ||
| # / | # / | ||
| Line 251: | Line 262: | ||
| / | / | ||
| | | ||
| - | # start via rc.local | + | # start via rc.local |
| - | chmod +x / | + | #chmod +x / |
| #timing issue with munge | #timing issue with munge | ||
| - | sleep 15 | + | #sleep 15 |
| - | / | + | #/ |
| + | |||
| + | systemctl stop firewalld | ||
| + | systemctl disable firewalld | ||
| + | |||
| + | systemctl | ||
| + | systemctl stop dnf-makecache.timer | ||
| + | |||
| + | mv / | ||
| + | mv / | ||
| + | |||
| + | |||
| + | ## edit passwd, shadow, group, hosts files ## | ||
| + | ## make -orig backups and stage in / | ||
| + | ## cottontail2 = greentail52 sections | ||
| + | chown -R munge:munge /etc/munge / | ||
| + | chown -R slurm:munge / | ||
| + | |||
| | | ||
| # slurmd ??? | # slurmd ??? | ||
| libhwloc.so.15 => / | libhwloc.so.15 => / | ||
| + | # crontab | ||
| + | |||
| + | # ionice gaussian | ||
| + | 0,15,30,45 * * * * / | ||
| + | |||
| + | # cpu temps | ||
| + | 40 * * * * / | ||
| + | |||
| + | on compute node / | ||
| + | * - | ||
| + | |||
| + | |||
| + | # file date_ctt2.sh | ||
| + | |||
| + | # ctt /etc/pdsh | ||
| + | |||
| + | # ctt:/ | ||
| + | # ctt2:/ | ||
| </ | </ | ||
cluster/213.1675193125.txt.gz · Last modified: by hmeij07
