Changes between Version 16 and Version 17 of PxeUsage


Ignore:
Timestamp:
04/11/08 21:39:02 (16 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeUsage

    v16 v17  
    3939== Example how to use pxeconfig utility ==
    4040
    41 The pxeconfig command creates soft-links in the ''/tftpboot/pxelinux.cfg'' directory named as the hexadecimally encoded IP-address of the clients, and these links will point to one of the files default.*. As designed, the PXE network booting process will download the file given by the hexadecimal IP-address, and hence network installation of the node will take place. With pxeconfig you can easy create those links for the hosts
     41The pxeconfig command creates soft-links in the ''/tftpboot/pxelinux.cfg'' directory named as the hexadecimally encoded IP-address of the clients, and these links will point to one of the files default.*. As designed, the PXE network booting process will download the file given by the hexadecimal IP-address, and hence network installation of the node will take place. With pxeconfig you can easily create those links for the host(s)
     42
     43There are serveral ways to run pxeconfig:
     44 * interactively, network range
     45 * hostname(s)
     46 * host range
     47 * rack and node
     48
     49 === hostname(s) ===
     50
     51the following command will make links to the default.node_install:
     52{{{
     53pxeconfig gb-r1n1 gb-r2n1 --filename default.node_install
     54}}}
     55
     56