Changes between Version 19 and Version 20 of PxeUsage


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeUsage

    v19 v20  
    6363=== host range ===
    6464
    65 We want to make links for a ''range'' of hosts, eg node1 till node100, This can be acomplished with these 2 command:
     65We want to make links for a ''range'' of hosts, eg node1 till node100, This can be acomplished with these commands:
    6666 * {{{ pxeconfig --basename node --host-range 1-100 --filename  default.node_install}}}
    6767 * {{{ pxeconfig --basename node --start  1 --end 100  }}}
    6868
     69
     70Some sites have name their hosts, node001 till node100. This can also be acomplished in several ways:
     71 * {{{ pxeconfig --basename node --equal-width --host-range 1-100 }}}
     72 * {{{ pxeconfig --basename node --host-range 001-100 }}}