Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2010-09-22 19:17:40
Size: 626
Editor: trogdor
Comment:
Revision 7 as of 2012-01-19 16:57:00
Size: 1778
Editor: dhcp-90
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The basic process (for 1 to ~50 computers):
 * 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}}})
== Capturing an Image ==

 * 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''')
   * run through the ImageChecklist to see that software meets requirements
 * Imaging
   * clear out stale config files
   {{{
[root@drbl ~]# rm /tftpboot/nbi_img/pxelinux.cfg/80*
   }}}
   * run {{{dcs}}} command
   {{{
[root@drbl ~]# /opt/drbl/sbin/dcs
   }}}
   on [[DRBL]], starting an interactive series of questions
   * Follow the prompts to specify computer by IP, ''clonezilla start'', ''save disk'', beginner or expert, ''shutdown'' (at your option)
   * Boot prepped computer from network
   * Should be hands-off, imaging happens (30-50 minutes)
   * Computer turns off

== Deploying an Image ==

 * Prep
   * Shouldn't be much, boot all computers to the boot media selection screen in BIOS (press F12 shortly after power-on)
 * Imaging
   * clear out stale config files
   {{{
[root@drbl ~]# rm /tftpboot/nbi_image/pxelinux.cfg/80*
   }}}
   * run {{{dcs}}} command
   {{{
[root@drbl ~]# /opt/drbl/sbin/dcs
   }}}
   on [[DRBL]], starting an interactive series of questions:
   * Follow prompts to select a ''group'' of PCs by IP address
   * choose ''clonezilla start'', ''restore disk'', beginner or expert, ''multicast restore'' (for multiple PCs), choose image (created after the '''Capturing an Image''' step in `/home/partimage/<image_name>`), ''shutdown'' (at your option)
   * Boot prepped computer from network
   * Should be hands-off, imaging happens (10-40 min, slightly shorter than capturing)
   * Computer turns off

----
CategoryComputing

Imaging Computers

Capturing an Image

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

      [root@drbl ~]# /opt/drbl/sbin/dcs

      on DRBL, starting an interactive series of questions

    • Follow the prompts to specify computer by IP, clonezilla start, save disk, beginner or expert, shutdown (at your option)

    • Boot prepped computer from network
    • Should be hands-off, imaging happens (30-50 minutes)
    • Computer turns off

Deploying an Image

  • Prep
    • Shouldn't be much, boot all computers to the boot media selection screen in BIOS (press F12 shortly after power-on)
  • Imaging
    • clear out stale config files
      [root@drbl ~]# rm /tftpboot/nbi_image/pxelinux.cfg/80*
    • run dcs command

      [root@drbl ~]# /opt/drbl/sbin/dcs

      on DRBL, starting an interactive series of questions:

    • Follow prompts to select a group of PCs by IP address

    • choose clonezilla start, restore disk, beginner or expert, multicast restore (for multiple PCs), choose image (created after the Capturing an Image step in /home/partimage/<image_name>), shutdown (at your option)

    • Boot prepped computer from network
    • Should be hands-off, imaging happens (10-40 min, slightly shorter than capturing)
    • Computer turns off


CategoryComputing

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