Differences between revisions 9 and 13 (spanning 4 versions)
Revision 9 as of 2012-11-20 21:13:52
Size: 1748
Editor: dhcp-105
Comment:
Revision 13 as of 2015-08-17 16:40:07
Size: 1687
Editor: ChadSeys
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 4: Line 3:
Line 6: 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 through the ImageChecklist to see that software meets requirements
  * 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
Line 10: Line 8:
   * clear out stale config files 
  {{{
  * login using Putty
  * type "sudo su" to get to root@drbl
* clear out stale config files
  {{{
Line 13: Line 13:
   }}}
  * run {{{dcs}}} command 
  {{{
}}}
  * run {{{dcs}}} command
  {{{
Line 17: Line 17:
   }}}    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
}}}
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
Line 25: Line 25:
Line 27: Line 26:
  * Shouldn't be much, boot all computers to the boot media selection screen in BIOS (press F12 shortly after power-on)   * Shouldn't be much, boot all computers to the boot media selection screen in BIOS (press F12 shortly after power-on)
Line 29: Line 28:
   * clear out stale config files
   {{{
[root@drbl ~]# rm /tftpboot/nbi_image/pxelinux.cfg/80*
   }}}
   * run {{{dcs}}} command
   {{{
[root@drbl ~]# dcs
   }}}
  * login to drbl.physics.wisc.edu using Putty
  * run {{{dcs}}} command
   * {{{
[yourusername@drbl ~]# sudo dcs
}}}
Line 39: Line 35:
   * 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
   * choose ''clonezilla start'', ''beginner, restore disk'', ''shutdown'' (at your option), choose image (created after the '''Capturing an Image''' step), ''multicast restore'' (for multiple PCs),
  * Boot prepped computer from network
  * Should be hands-off, imaging happens (10-40 min, slightly shorter than capturing)
  * Computer turns off

Imaging Computers

Capturing an Image

  • Prep
  • Imaging
    • login using Putty
    • type "sudo su" to get to root@drbl
    • clear out stale config files
      [root@drbl ~]# rm /tftpboot/nbi_img/pxelinux.cfg/80*
    • run dcs command

      [root@drbl ~]# 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
    • login to drbl.physics.wisc.edu using Putty
    • run dcs command

      • [yourusername@drbl ~]# sudo dcs

        on DRBL, starting an interactive series of questions:

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

      • choose clonezilla start, beginner, restore disk, shutdown (at your option), choose image (created after the Capturing an Image step), multicast restore (for multiple PCs),

    • 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)