This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:170 [2018/08/14 14:09] hmeij07 |
cluster:170 [2019/03/18 18:11] (current) hmeij07 |
||
---|---|---|---|
Line 1: | Line 1: | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: | ||
+ | |||
+ | --- // | ||
+ | Note self | ||
+ | * Host ohpc0-test + n29 + n31 did form a tiny openhpc/ | ||
+ | * Host sharptail2 act as a Centos7 Warewulf server (host petaltail is Centos6 warewulf server) | ||
===== OpenHPC 1.3.1 ===== | ===== OpenHPC 1.3.1 ===== | ||
Line 13: | Line 18: | ||
First install SMS_server then deploy a stateless client. | First install SMS_server then deploy a stateless client. | ||
- | First do iptables, NetworkManager, | + | First do iptables, NetworkManager, |
Then follow recipe...problem in epel repo files: what worked for me was commenting the " | Then follow recipe...problem in epel repo files: what worked for me was commenting the " | ||
Line 19: | Line 24: | ||
< | < | ||
yum install http:// | yum install http:// | ||
- | yum update | + | yum update ohpc-release |
- | # not sure why epel does not show up in repolist, fix later | + | yum install ohpc-base |
- | yum install ohpc-base | + | yum install ohpc-warewulf |
- | yum install ohpc-warewul --enablerepo=epel | + | |
# skipping on ohpc-slurm-server on master | # skipping on ohpc-slurm-server on master | ||
Line 32: | Line 36: | ||
</ | </ | ||
- | |||
- | In warewulf config section httpd.conf is all set. \\ | ||
- | Restart/ | ||
- | Set a mysql root password. | ||
/ | / | ||
- | device = enps0 \\ | + | device = enp4s0 |
dynamic_hosts, | dynamic_hosts, | ||
+ | |||
+ | disable=o / | ||
+ | |||
+ | In warewulf config section httpd.conf is all set. \\ | ||
+ | Restart/ | ||
+ | |||
+ | / | ||
+ | Set a mysql root password. \\ | ||
+ | wwinit DATABASE \\ | ||
+ | mysql -u root \\ | ||
+ | set password for ' | ||
+ | |||
+ | |||
Next build compute image for provisioning (first time, vanilla). Before I do that I will bring a second disk online (/dev/sdb) for /data to store CHROOTs in. | Next build compute image for provisioning (first time, vanilla). Before I do that I will bring a second disk online (/dev/sdb) for /data to store CHROOTs in. | ||
Line 72: | Line 85: | ||
HOSTNAME=%{NODENAME} | HOSTNAME=%{NODENAME} | ||
</ | </ | ||
+ | |||
**ifcfg-eth1.ww** | **ifcfg-eth1.ww** | ||
< | < | ||
Line 82: | Line 96: | ||
NETWORK=%{NETDEVS:: | NETWORK=%{NETDEVS:: | ||
</ | </ | ||
+ | |||
**ifcfg-ib0.ww** | **ifcfg-ib0.ww** | ||
< | < | ||
Line 95: | Line 110: | ||
</ | </ | ||
- | Next prepare bootstrap and VNFS image. | + | < |
+ | |||
+ | wwsh file import / | ||
+ | --path=/ | ||
+ | wwsh file import / | ||
+ | --path=/ | ||
+ | wwsh file import / | ||
+ | --path=/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | Next prepare bootstrap and VNFS image. | ||
< | < | ||
- | # / | ||
- | # run wwinit DATABASE | ||
echo " | echo " | ||
Line 115: | Line 139: | ||
VNFS NAME SIZE (M) | VNFS NAME SIZE (M) | ||
centos-7.chroot | centos-7.chroot | ||
- | |||
- | # files & paths | ||
- | wwsh file import | ||
- | wwsh file import | ||
- | wwsh file import | ||
- | wwsh file set network.ww --path / | ||
- | wwsh file set ifcfg-eth1.ww --path / | ||
- | wwsh file set ifcfg-ib0.ww --path / | ||
</ | </ |