Changeset 7 for trunk/pxeconfig
- Timestamp:
- 02/21/02 15:46:32 (22 years ago)
- Location:
- trunk/pxeconfig
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/pxeconfig/INSTALL
r6 r7 14 14 15 15 4) You can test it by: 16 telnet localhost pxeconfigd (or port number >16 telnet localhost pxeconfigd (or port number) 17 17 18 18 output: … … 27 27 Feb 20 09:32:40 test pxeconfigd: /tftpboot/pxelinux.cfg/7F000001 28 28 29 30 29 4) As you can see '/tftpboot/pxelinux.cfg/' is the default directory. If 31 you placed the config file some where else you can add the30 you placed the config files some where else you can add the 32 31 '-d/--directory' option, eg: 33 32 pxeconfigd stream tcp nowait root.sys /usr/sbin/tcpd \ 34 33 /usr/sara/sbin/pxeconfigd -d /<some>/<other>/<place> 35 36 34 37 35 If the daemon works and you want to install/reinstall a node a link … … 55 53 file with the corresponding ip-addres. 56 54 57 58 To activate this on a client tou must add the this line to the 'master' 55 To activate this on a client you must add the this line to the 'master' 59 56 script of the node. It will remove the pxe config file for the node 60 57 on the bootserver. I personally place the line just before the network -
trunk/pxeconfig/changelog
r6 r7 1 Always edit this file when changes are commited: 1 Always edit this file when changes are commited:: 2 2 3 3 $Log: changelog,v $ 4 Revision 1.6 2002/02/21 14:46:32 sscpbas 5 Fixed some typos in the INSTALL file 6 4 7 Revision 1.5 2002/02/21 13:21:51 sscpbas 5 8 Added the license info to each utility and fix and error in the getopt
Note: See TracChangeset
for help on using the changeset viewer.