Changes between Version 1 and Version 2 of Internal/BuildingStandaloneOrbit


Ignore:
Timestamp:
Sep 25, 2005, 12:38:35 AM (19 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/BuildingStandaloneOrbit

    v1 v2  
    1717==== Installing PXE image ====
    1818
    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] simply
     19The 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.
    2020
     21Both files will be installed through:
     22
     23{{{
     24% apt-get install orbit-pxe-server
     25}}}
     26
     27==== DHCP ====
     28
     29