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/10 14:48] hmeij07 [OpenHPC 1.3.1] |
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 11: | Line 16: | ||
- [[cluster: | - [[cluster: | ||
- | First install SMS_server then deploy a stateless client. | + | First install SMS_server then deploy a stateless client. |
+ | |||
+ | First do iptables, NetworkManager, | ||
- | Follow | + | Then follow |
< | < | ||
yum install http:// | yum install http:// | ||
+ | yum update ohpc-release epel-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 29: | Line 36: | ||
</ | </ | ||
+ | |||
+ | / | ||
+ | device = enp4s0 \\ | ||
+ | dynamic_hosts, | ||
+ | |||
+ | disable=o / | ||
In warewulf config section httpd.conf is all set. \\ | In warewulf config section httpd.conf is all set. \\ | ||
- | Restart/ | + | Restart/ |
- | Set a mysql root password. | + | |
+ | / | ||
+ | Set a mysql root password. | ||
+ | wwinit DATABASE \\ | ||
+ | mysql -u root \\ | ||
+ | set password for ' | ||
+ | |||
- | / | ||
- | device = enps0 | ||
- | dynamic_hosts, | ||
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 68: | Line 85: | ||
HOSTNAME=%{NODENAME} | HOSTNAME=%{NODENAME} | ||
</ | </ | ||
+ | |||
**ifcfg-eth1.ww** | **ifcfg-eth1.ww** | ||
< | < | ||
Line 78: | Line 96: | ||
NETWORK=%{NETDEVS:: | NETWORK=%{NETDEVS:: | ||
</ | </ | ||
+ | |||
**ifcfg-ib0.ww** | **ifcfg-ib0.ww** | ||
< | < | ||
Line 91: | 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 111: | 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 / | ||
</ | </ |