Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • O OpenStack-Cloud
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Christopher Hauser
  • OpenStack-Cloud
  • Wiki
  • pxe boot

pxe boot · Changes

Page history
ehx27 created page: sdn switch authored Sep 30, 2014 by Jan Siersch's avatar Jan Siersch
Hide whitespace changes
Inline Side-by-side
pxe-boot.markdown
View page @ b8553842
...@@ -14,7 +14,7 @@ http://www.server-world.info/en/note?os=CentOS_6&p=pxe&f=4 ...@@ -14,7 +14,7 @@ http://www.server-world.info/en/note?os=CentOS_6&p=pxe&f=4
- install dhcpd like described in guide 1. - install dhcpd like described in guide 1.
- configure dhcpd to provide individual PXE boot information for each diskless server - configure dhcpd to provide individual PXE boot information for each diskless server
... ```
# Uni Ulm DNS server # Uni Ulm DNS server
option domain-name-servers 134.60.1.111; option domain-name-servers 134.60.1.111;
...@@ -26,8 +26,7 @@ max-lease-time 7200; ...@@ -26,8 +26,7 @@ max-lease-time 7200;
# this DHCP server to be declared valid # this DHCP server to be declared valid
authoritative; authoritative;
...
...
# specify network address and subnet mask # specify network address and subnet mask
subnet 10.1.1.0 netmask 255.255.255.0 { subnet 10.1.1.0 netmask 255.255.255.0 {
# specify the range of lease IP address # specify the range of lease IP address
...@@ -50,7 +49,7 @@ subnet 10.1.1.0 netmask 255.255.255.0 { ...@@ -50,7 +49,7 @@ subnet 10.1.1.0 netmask 255.255.255.0 {
filename "computenode08/pxelinux.0"; filename "computenode08/pxelinux.0";
} }
} }
... ```
## previous attempt ## previous attempt
- saved computenode12 MAC addresses in a txt file - saved computenode12 MAC addresses in a txt file
......
Clone repository
  • Add Computenode to Beta cluster
  • disk partitioning
  • eth if names
  • ganglia
  • Home
  • ipmitool
  • kickstart
  • networking
  • neutron external
  • nova migration
  • omi clusterlab addnode
  • omi clusterlab index
  • omi clusterlab nodes
  • opendaylight
  • openstack export image
View All Pages