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 @ 2f56c431
......@@ -17,6 +17,13 @@ http://www.server-world.info/en/note?os=CentOS_6&p=pxe&f=4
yum -y install dhcp syslinux xinetd tftp-server dracut-network
```
- prepare directories
```
mkdir -p /var/lib/tftpboot/computenode08/centos6/root/
mkdir -p /var/lib/tftpboot/computenode08/pxelinux.cfg
```
- configure "/etc/dhcp/dhcpd.conf" to include PXE boot information
```
......@@ -90,10 +97,15 @@ service xinetd start
chkconfig xinetd on
```
- set root password in "etc/shadow"
- set mount points in "etc/fstab"
### prepare root filesystem for server
```
mkdir -p /var/lib/tftpboot/computenode08/centos6/root/
yum -y --releasever=6.5 groupinstall "Base" "Server Platform" --installroot=/var/lib/tftpboot/computenode08/centos6/root/
yum -y install openssh-server openssh-clients --installroot=/var/lib/tftpboot/computenode08/centos6/root/
```
......
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