Differences between revisions 1 and 2
Revision 1 as of 2010-09-22 19:17:40
Size: 626
Editor: trogdor
Comment:
Revision 2 as of 2010-09-22 19:24:34
Size: 817
Editor: trogdor
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * computer is set up according to ComputerConfiguration ('''only needs to be done once''')
 * network infrastructure is set up according to NetworkConfiguration ('''only needs to be done once''')
 * run {{{dcs}}} command on [[DRBL]] to prepare target computer for imaging
* use {{{ether-wake}}}, or equivalent script, to wake computer
 * monitor {{{/var/log/messages}}} on DRBL to see if all computers connect
 * '''imaging happens''' (~30 -- ~50 min)
 * computer shuts down (this is an optional, but ''highly recommended'', setting in {{{dcs}}})
 * Prep
  
* computer is set up according to ComputerConfiguration ('''only needs to be done once''')
   * network infrastructure is set up according to NetworkConfiguration ('''only needs to be done once''')
 * Imaging
   * clear out stale config files
   {{{
[root@drbl ~]# rm /tftpboot/nbi_image/pxelinux.cfg/80*
   }}}
   * run {{{dcs}}} command
   {{{
[root@drbl ~]# dcs
   }}}
  
on [[DRBL]], starting an interactive series of questions
  
* use {{{ether-wake}}}, or equivalent script, to wake computer
   * monitor {{{/var/log/messages}}} on DRBL to see if all computers connect
   * '''imaging happens''' (~30 -- ~50 min)
   * computer shuts down (this is an optional, but ''highly recommended'', setting in {{{dcs}}})

Imaging Computers

The basic process (for 1 to ~50 computers):

  • Prep
  • Imaging
    • clear out stale config files
      [root@drbl ~]# rm /tftpboot/nbi_image/pxelinux.cfg/80*
    • run dcs command

      [root@drbl ~]# dcs

      on DRBL, starting an interactive series of questions

    • use ether-wake, or equivalent script, to wake computer

    • monitor /var/log/messages on DRBL to see if all computers connect

    • imaging happens (~30 -- ~50 min)

    • computer shuts down (this is an optional, but highly recommended, setting in dcs)

il: ImagingComputers (last edited 2015-09-03 20:46:23 by ChadSeys)