Changes between Version 17 and Version 18 of PxeUsage


Ignore:
Timestamp:
04/11/08 21:46:36 (15 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PxeUsage

    v17 v18  
    4747 * rack and node
    4848
    49  === hostname(s) ===
     49We will discuss the ''long'' options for pxeconfig for the ''short'' options:
     50{{{
     51pxeconfig -h
     52}}}
    5053
    51 the following command will make links to the default.node_install:
     54if {{{-f,--filename}}} is not specified the program will display a menu where the user can choose from.
     55
     56=== hostname(s) ===
     57
     58the following command will make links to the ''default.node_instal'':
    5259{{{
    5360pxeconfig gb-r1n1 gb-r2n1 --filename default.node_install
    5461}}}
    5562
     63=== host range ===
    5664
     65We 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