Changes between Version 1 and Version 2 of PxeInstallation


Ignore:
Timestamp:
11/14/06 11:11:41 (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeInstallation

    v1 v2  
    22[[PageOutline]]
    33
    4 == Installation ==
     4= Installation =
    55First get the latest stable source of the package from:
    66
     
    99Then unpack the package. There are 3 methods to build the package:
    1010    * Debian package
    11     *
     11    * Manual installation
    1212
    1313== Debian package ==
    1414
     15How to build a debian package:
     16 * make_deb_pkg.sh
     17 * dpkg -i <packagename>
     18
     19The debian package determines if we use ''inetd'' or ''xinetd''.
     20
     21== Manual installtion ==
     22
     23To activate the ''pxeconfigd'' daemon utility on other platforms use this
     24procedure:
     25 * edit '/etc/services', eg:
    1526{{{
     27      pxeconfigd      6611/tcp                       # pxe config daemon
     28}}}
    1629
    17 Here follow some basic installation instructions.
    18 
    19 If you are using DEBIAN then you can run the following utility:
    20  make_deb_pkg.sh) This will make debian package that you can install
    21                   with dpkg -i <packagename>
    22 
    23 
    24 To activate the 'pxeconfigd' daemon utility on other platforms use this
    25 procedure:
    26  1) edit '/etc/services', eg:
    27       pxeconfigd      6611/tcp                       # pxe config daemon
    28 
    29  2) Install the server:
     30 * Install the server, the server can '''ONLY''' be started froom ''inetd'' or ''xinetd'':
     31{{{
    3032    a) inetd.conf
    3133      - edit '/etc/inetd.conf', eg:
     
    3840      - cp pxeconfigd.xinetd /etc/xinetd.d/pxeconfigd
    3941      - /etc/init.d/xinetd reload
     42}}}
    4043
    41     NOTE: the pxeconfigd can only be started from inetd or xinetd!!!
     44== Test the setup ==
    4245
    43 
    44  4) You can test it by:
    45      telnet localhost pxeconfigd (or port number)
    46 
     46You can test it by:
     47 * telnet localhost pxeconfigd (or port number)
     48{{{
    4749     output:
    4850       Trying 127.0.0.1...
     
    5254       file = /tftpboot/pxelinux.cfg/7F000001
    5355       Connection closed by foreign host.
     56}}}
    5457
    55      In syslog a line will be added if the removal is succesful:
     58In syslog a line will be added if the removal is succesful:
     59{{{
    5660      Feb 20 09:32:40 test pxeconfigd: /tftpboot/pxelinux.cfg/7F000001
     61}}}
    5762
    5863 4) As you can see '/tftpboot/pxelinux.cfg/' is the default directory. If