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 revisionPrevious revision
Next revision
Previous revision
cluster:213 [2023/03/03 18:11] hmeij07cluster:213 [2026/02/19 20:54] (current) hmeij07
Line 50: Line 50:
 cd /etc/sysconfig/network-scripts/ cd /etc/sysconfig/network-scripts/
 vi ifcfg-eth0 # 192.168.102.x vi ifcfg-eth0 # 192.168.102.x
-vi ifcfg-eth1 # 10.10.102.x   # 'uuidgen eth1' to get uuid+vi ifcfg-eth1 # 10.10.102.x   # 'nmcli connection show' to get uuid ## NOT uuidgen
 vi ifcfg-eth3 # 129.133.52.x vi ifcfg-eth3 # 129.133.52.x
 scp 192.168.102.112:/etc/rc.d/rc.local /etc/rc.d/  # check +x, edit ib0, start scp 192.168.102.112:/etc/rc.d/rc.local /etc/rc.d/  # check +x, edit ib0, start
Line 223: Line 223:
  
 # 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
 +  rpm -ivh ohpc-release-2-1.el8.x86_64.rpm 
   yum install singularity-ohpc   yum install singularity-ohpc
   yum  install ohpc-base-compute --nobest   yum  install ohpc-base-compute --nobest
 +    yum  install ohpc-slurm-client
      
   scp cottontail2:/etc/resolv.conf /etc/resolv.conf   scp cottontail2:/etc/resolv.conf /etc/resolv.conf
-  yum  install ohpc-slurm-client+ 
 +  
   # check status of service munge   # check status of service munge
   rpm -ivh /sanscratch/tmp/rpms/munge-devel-0.5.13-2.el8.x86_64.rpm   rpm -ivh /sanscratch/tmp/rpms/munge-devel-0.5.13-2.el8.x86_64.rpm
cluster/213.1677867073.txt.gz · Last modified: by hmeij07