Changes between Version 1 and Version 2 of Internal/BuildingStandaloneOrbit
- Timestamp:
- Sep 25, 2005, 12:38:35 AM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/BuildingStandaloneOrbit
v1 v2 17 17 ==== Installing PXE image ==== 18 18 19 The PXE client gets the address of the TFTP server through DHCP. Taking it's IP address it attempts to download a specific file containing further instructions from the TFPT server. The name of the file is created from the PXE client's IP address. For Orbit, the instructions are identical for every node and are stored in and the [wiki:GridService gridservice] simply19 The PXE client gets the address of the TFTP server through DHCP. Taking it's IP address it attempts to download a specific file containing further instructions from the TFPT server. The name of the file is created from the PXE client's IP address. For Orbit, the instructions are identical for every node and are stored in "/tftpboot/pxelinux.cfg/default.orbit-''version''". This file instructs the node to fetch the image "/tftpboot/initrd-orbit-pxe-''version''.img" from the TFTP server and boot into it. 20 20 21 Both files will be installed through: 22 23 {{{ 24 % apt-get install orbit-pxe-server 25 }}} 26 27 ==== DHCP ==== 28 29