Difference between revisions of "ClusterSysadminClass"

From Bloominglabs
Jump to: navigation, search
(February 7th and 14th, 2017)
Line 19: Line 19:
 
* Modify DHCP to PXE boot
 
* Modify DHCP to PXE boot
 
* Configure Kickstart config file
 
* Configure Kickstart config file
 +
* Setup nodes to PXE boot to hard disk
 +
** /var/lib/tftpboot/pxelinux.cfg/01-ma-ca-dd-re-ss-n1
 +
<pre>
 +
default localboot
 +
timeout 60
 +
 +
label localboot
 +
      LOCALBOOT 0
 +
</pre>
 
* [http://bloominglabs.org/images/8/88/SysadminClass-Lecture2.pdf Lecture Notes]
 
* [http://bloominglabs.org/images/8/88/SysadminClass-Lecture2.pdf Lecture Notes]
 
* [http://bloominglabs.org/images/b/b8/SysadminClass2.tar.gz Config Files]
 
* [http://bloominglabs.org/images/b/b8/SysadminClass2.tar.gz Config Files]

Revision as of 23:43, 13 February 2017

Contents

Cluster System Administrator Class

Meeting: Tuesdays, starting January 24th until March 7th, from 7:00pm to 9:30pm

February 7th and 14th, 2017

  • Disable iptables/selinux
  • Finish setting up DNS
  • Setup DHCP
  • Configure mgmt node's wired network port to use new DNS server
  • Setup httpd
    • Copy CentOS 6 installation files (CentOS/6.8/x86_64)
  • Configure yum to use local repo
  • Setup PXE server
  • Modify DHCP to PXE boot
  • Configure Kickstart config file
  • Setup nodes to PXE boot to hard disk
    • /var/lib/tftpboot/pxelinux.cfg/01-ma-ca-dd-re-ss-n1
default localboot
timeout 60

label localboot
      LOCALBOOT 0

January 31st, 2017

January 24th, 2017

  • Setup hardware
Personal tools