Changes between Version 17 and Version 18 of PxeUsage
- Timestamp:
- 04/11/08 21:46:36 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PxeUsage
v17 v18 47 47 * rack and node 48 48 49 === hostname(s) === 49 We will discuss the ''long'' options for pxeconfig for the ''short'' options: 50 {{{ 51 pxeconfig -h 52 }}} 50 53 51 the following command will make links to the default.node_install: 54 if {{{-f,--filename}}} is not specified the program will display a menu where the user can choose from. 55 56 === hostname(s) === 57 58 the following command will make links to the ''default.node_instal'': 52 59 {{{ 53 60 pxeconfig gb-r1n1 gb-r2n1 --filename default.node_install 54 61 }}} 55 62 63 === host range === 56 64 65 We want to make links for a ''range'' of hosts, eg node1 till node100, This can be acomplished with these 2 command: 66 * {{{ pxeconfig --basename node --host-range 1-100 --filename default.node_install}}} 67 * {{{ pxeconfig --basename node --start 1 --end 100 --filename default.node_install }} 68