Changes between Version 23 and Version 24 of PxeUsage


Ignore:
Timestamp:
04/11/08 22:03:28 (16 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeUsage

    v23 v24  
    4545 * hostname(s)
    4646 * host range
    47  * rack and node
     47 * rack (x) and node( y) specification
    4848
    4949We will discuss the ''long'' options for pxeconfig for the ''short'' options:
     
    7272 * {{{ pxeconfig --basename node --host-range 001-099 }}}
    7373 * {{{ pxeconfig --basename node --start 001 --end 099 }}}
     74
     75=== rack (x) and node (y) specification ===
     76
     77We want make links for hosts with a naming schema(s) like this: [
     78{{{
     79 gb-r<number>n<number>
     80 node-(number)-(number)
     81}}}
     82
     83This example will create links for node1, node2 and node3 in rack1, rack2 and rack3:
     84 * {{{ pxeconfig --basename gb- -rack r1-r3 --node n1-n3 --filename default.memtest }}}
     85 * {{{ pxeconfig --basename node --rack 1-3 --node 1-3 --filename default.memtest }}}
     86
     87