User Tools

Site Tools


cluster:154

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:154 [2017/03/03 19:50]
hmeij07
cluster:154 [2017/03/07 19:07]
hmeij07 [Configure]
Line 77: Line 77:
 </code> </code>
  
 +  * Next provisioning, pull down a suite of packages
 +
 +<code>
 +
 + yum -y groupinstall ohpc-base
 + yum -y groupinstall ohpc-warewulf
 +# for openlava if we decide not slurm
 + yum install tcl-devel
 +
 + systemctl enable ntpd.service
 + systemctl start ntpd
 + systemctl status ntpd
 +
 + yum -y groupinstall ohpc-slurm-server
 +
 +</code>
 +
 +  * Configure ''ib0'' and ''IPoIB'' if needed, consult  [[cluster:145|Infiniband]]
 +
 +==== Configure ====
 +
 +  * Warewulf (do yourself a favor and check changes in file)
 +
 +<code>
 + 
 +perl -pi -e "s/device = eth1/device = enp8s0/" /etc/warewulf/provision.conf
 +
 +perl -pi -e "s/^\s+disable\s+= yes/ disable = no /" /etc/xinetd.d/tftp
 +   
 +perl -pi -e "s/cgi-bin>\$/cgi-bin>\n Require all granted/" /etc/httpd/conf.d/warewulf-httpd.conf
 +  
 +# -ni not -pi
 +perl -ni -e "print unless /^\s+Order allow,deny/" /etc/httpd/conf.d/warewulf-httpd.conf
 +
 +# restart/enable services
 +
 +<\code>
  
  
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
cluster/154.txt ยท Last modified: 2018/08/17 12:48 by hmeij07