Changeset 6 for trunk/pxeconfig/INSTALL


Ignore:
Timestamp:
02/21/02 14:21:52 (22 years ago)
Author:
sscpbas
Message:

Added the license info to each utility and fix and error in the getopt
handling for pxeconfig utility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pxeconfig/INSTALL

    r5 r6  
    2424       Connection closed by foreign host.
    2525
     26     In syslog a line will be added if the removal is succesful:
     27      Feb 20 09:32:40 test pxeconfigd: /tftpboot/pxelinux.cfg/7F000001
     28
    2629
    2730 4) As you can see '/tftpboot/pxelinux.cfg/' is the default directory. If
     
    3235
    3336
    34 If the daemon work and you want to install/reinstall a node a link
     37If the daemon works and you want to install/reinstall a node a link
    3538must be placed in the '/tftpboot/pxelinux.cfg' directory. This can
    3639be done with the 'pxeconfig' utility. This utility will ask some
    37 question and make the links for you.i The utility require the following
     40question and make the links for you. The utility require the following
    3841setup:
    3942  1) All the pxe configuration files must start with preamble 'default.'
     
    4952        pxeconfig -d /<some>/<other>/<place>
    5053
    51 The last utility is 'hexls'. This utility will displat the hex pxe config
     54The last utility is 'hexls'. This utility will display the hex pxe config
    5255file with the corresponding ip-addres.
     56
     57
     58To activate this on a client tou must add the this line to the 'master'
     59script of the node. It will remove the pxe config file for the node
     60on the bootserver. I personally place the line just before the network
     61interface will be brought down:
     62   # Remove the <hex_ipaddr> file from the pxelinux.cfg directory.
     63   # So the client will boot from disk
     64   #       
     65   telnet $IMAGESERVER 10000
    5366
    5467Commens or Suggestions mail them to:
Note: See TracChangeset for help on using the changeset viewer.