Changes between Version 19 and Version 20 of PxeUsage
- Timestamp:
- 04/11/08 21:50:32 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PxeUsage
v19 v20 63 63 === host range === 64 64 65 We want to make links for a ''range'' of hosts, eg node1 till node100, This can be acomplished with these 2 command:65 We want to make links for a ''range'' of hosts, eg node1 till node100, This can be acomplished with these commands: 66 66 * {{{ pxeconfig --basename node --host-range 1-100 --filename default.node_install}}} 67 67 * {{{ pxeconfig --basename node --start 1 --end 100 }}} 68 68 69 70 Some 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 }}}