Changes between Version 23 and Version 24 of PxeUsage
- Timestamp:
- 04/11/08 22:03:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PxeUsage
v23 v24 45 45 * hostname(s) 46 46 * host range 47 * rack and node47 * rack (x) and node( y) specification 48 48 49 49 We will discuss the ''long'' options for pxeconfig for the ''short'' options: … … 72 72 * {{{ pxeconfig --basename node --host-range 001-099 }}} 73 73 * {{{ pxeconfig --basename node --start 001 --end 099 }}} 74 75 === rack (x) and node (y) specification === 76 77 We 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 83 This 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