Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
03/20/07 14:10:58 (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    44This is a release of the SARA package of utilities that we use to boot our nodes with PXE-enabled network cards. This was developed because we always want to use the PXE-enabled network card as our first boot device. With pxelinux, which is a derivative of syslinux, you can specify with a PXE configuration file how the node must boot. This configuration is placed in, e.g. ''/tftpboot/pxelinux.cfg'' directory.
    55
    6 In our setup we have a default setup. The default setup is to boot from harddisk. When a node boots it fetches the default configuration file and the configuration file tells the node to boot from the harddisk. This setup is used for nodes that have already been installed by [http://wiki.systemimager.org/index.php/Main_Page systemimager].
     6In our setup we have a default setup. The default setup is to boot from harddisk. When a node boots it fetches the default configuration file and the configuration file instructs the node to boot from the harddisk. This setup is used for nodes that have already been installed by [http://wiki.systemimager.org/index.php/Main_Page systemimager].
    77
    8 At SARA we have developed the following  strategy how to install a fresh node.
     8At SARA we have developed the following strategy how to install a fresh node.
    99
    1010 1. The ip-address in our setup is known for the new node. So we make a link in the ''/tftpboot/pxelinux.cfg'' directory to a
    11     pxe config file which tells that it has to fetch the kernel and root filesystem from our bootserver, eg:  {{{ 0A000A02 ---> default.node_install (10.0.10.2) }}}
     11    pxe config file which instructs that it has to fetch the kernel and root filesystem from our bootserver, eg:  {{{ 0A000A02 ---> default.node_install (10.0.10.2) }}}
    1212 1.  The client starts and  uses the systemimager software to install the node. The last line of installation script connects to a    daemon on the bootserver. This daemon will remove the PXE config file for this node.
    1313 1. The node reboots and will use the default pxe config file which will instruct the node to boot from harddisk.