Difference between revisions of "XCAT Installation on Centos 7"
Jump to navigation
Jump to search
(Created page with "Base Level Setup Setup naming and hosts file Disable the firewall Setup the software repos Download CentOS: wget http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.9.2009/isos...") |
|||
| Line 1: | Line 1: | ||
| − | Base Level Setup | + | == Base Level Setup == |
| − | Setup naming and hosts file | + | == Setup naming and hosts file == |
| − | Disable the firewall | + | == Disable the firewall == |
| − | Setup the software repos | + | == Setup the software repos == |
| − | Download CentOS | + | == Download CentOS == |
| − | Define Compute image for provisioning | + | wget http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso |
| − | Enable ssh during the installation on the compute nodes | + | == Define Compute image for provisioning == |
| − | Enable the time service (Chronyd) | + | copycds ${iso_path}/CentOS-7-x86_64-DVD-1908.iso (where ${iso_path} is directory of the iso) |
| − | Add a node to the installation | + | == Enable ssh during the installation on the compute nodes == |
| − | Check the rcons status | + | == Enable the time service (Chronyd) == |
| − | Set the nodes to pxeboot | + | == Add a node to the installation == |
| + | == Check the rcons status == | ||
| + | == Set the nodes to pxeboot == | ||
Revision as of 17:47, 5 January 2021
Base Level Setup
Setup naming and hosts file
Disable the firewall
Setup the software repos
Download CentOS
wget http://mirrors.ukfast.co.uk/sites/ftp.centos.org/7.9.2009/isos/x86_64/CentOS-7-x86_64-Minimal-2009.iso
Define Compute image for provisioning
copycds ${iso_path}/CentOS-7-x86_64-DVD-1908.iso (where ${iso_path} is directory of the iso)