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/07 18:45]
hmeij07 [OpenHPC]
cluster:154 [2017/03/07 19:18]
hmeij07 [Configure]
Line 94: Line 94:
 </code> </code>
  
-  * Configure ''ib0'' and ''IPoIB'' if needed, consult +  * 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 
 +perl -pi -e "s/Allow from all/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 
 +systemctl restart xinetd 
 +systemctl enable mariadb.service 
 +systemctl restart mariadb 
 +systemctl enable httpd.service 
 +systemctl restart httpd 
 + 
 + 
 +</code> 
  
 \\ \\
 **[[cluster:0|Back]]** **[[cluster:0|Back]]**
cluster/154.txt · Last modified: 2018/08/17 12:48 by hmeij07