DriveImagingSpec

Differences between revisions 3 and 10 (spanning 7 versions)
Revision 3 as of 2006-05-21 19:04:00
Size: 1177
Editor: 24
Comment:
Revision 10 as of 2010-01-21 15:15:48
Size: 2736
Editor: 196-210-177-89-wblv-esr-3
Comment: Moved page to appropriate namespace
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from EdubuntuDriveImagingSpec
Line 5: Line 6:
 * '''Created''': [[Date(2006-05-19T19:24:15Z)]] by StephenReiach  * '''Created''': <<Date(2006-05-19T19:24:15Z)>> by StephenReiach
Line 10: Line 11:
A Spec defineing the procedure for imaging (cloneing) workstations in an Edubuntu enviroment. A Spec defineing the procedure for imaging (cloneing) workstations in an Edubuntu environment.
Line 13: Line 14:
A procedure is needed to have clear means of imaging a complete workstation and being able to distribute that image to other computers in a lab. A clear Edubuntu method of imaging will produce effective support from the Edubuntu community for those installing and maintaining Edubuntu lab enviroments. A procedure is needed to have clear means of imaging a complete workstation and being able to distribute that image to other computers in a lab. A clear Edubuntu method of imaging will produce effective support from the Edubuntu community for those installing and maintaining Edubuntu lab environments.
Line 15: Line 16:
 1. A quick and straight forward for a tech to setup and clone a whole lab of computers with the same image.  1. A quick and straight forward way for a tech to setup and clone a whole lab of computers with the same image.
Line 17: Line 18:
 1. Image a new machine or a workstation with a new harddrive.  1. Image a new machine or a workstation that has a new harddrive.
Line 20: Line 21:
The GRUB configuration would have to be amended to include a block for booting with Etherboot-PXE.

The [[http://http://clonezilla.sourceforge.net/|Clonezilla]] package (a combination of [[http://www.partimage.org/Main_Page|partimage]], [[http://udpcast.linux.lu/|udpcast]] and [[http://drbl.sourceforge.net/|DRBL]]) should be installed, as part of an Imaging Package, during a server installation.
Line 22: Line 27:
Each workstation would have an extra boot option in their grub menu which PXE boots the machine. The workstation would then receive a new image from a preconfigured server.

This design provides and advantage over the old [[http://www.linux.com/howtos/Clone-HOWTO/index.shtml|Linux Cloning Howto]] because it provides Multicasting, control from the server, can be reconfigured without visiting every workstation.
Line 24: Line 32:
Once the [[http://http://clonezilla.sourceforge.net/|Clonezilla]] package is installed the administrator will have the option of creating and image from a workstation, imaging a single computer, imaging a whole lab using multicast. It provies a complete imaging solution with a simple user interface.
Line 26: Line 36:
See [[http://drbl.sourceforge.net/|DRBL Documentation]].

 1. Copy the file "/tftpboot/etherboot-5.4.2/etherboot-net.zlilo" to client's directory "/boot/" in its harddisk.
 1. Append one block in the client's /boot/grub/menu.lst or /boot/grub/grub.conf (depends on your distribution) like this:
       title Etherboot-PXE
        kernel /boot/etherboot-net.zlilo
 

Summary

A Spec defineing the procedure for imaging (cloneing) workstations in an Edubuntu environment.

Rationale

A procedure is needed to have clear means of imaging a complete workstation and being able to distribute that image to other computers in a lab. A clear Edubuntu method of imaging will produce effective support from the Edubuntu community for those installing and maintaining Edubuntu lab environments.

Use cases

  1. A quick and straight forward way for a tech to setup and clone a whole lab of computers with the same image.
  2. Easily reimage a workstation who's installation have become corrupted or unusable.
  3. Image a new machine or a workstation that has a new harddrive.

Scope

The GRUB configuration would have to be amended to include a block for booting with Etherboot-PXE.

The Clonezilla package (a combination of partimage, udpcast and DRBL) should be installed, as part of an Imaging Package, during a server installation.

Design

Each workstation would have an extra boot option in their grub menu which PXE boots the machine. The workstation would then receive a new image from a preconfigured server.

This design provides and advantage over the old Linux Cloning Howto because it provides Multicasting, control from the server, can be reconfigured without visiting every workstation.

Implementation

Once the Clonezilla package is installed the administrator will have the option of creating and image from a workstation, imaging a single computer, imaging a whole lab using multicast. It provies a complete imaging solution with a simple user interface.

Code

See DRBL Documentation.

  1. Copy the file "/tftpboot/etherboot-5.4.2/etherboot-net.zlilo" to client's directory "/boot/" in its harddisk.
  2. Append one block in the client's /boot/grub/menu.lst or /boot/grub/grub.conf (depends on your distribution) like this:
    • title Etherboot-PXE
      • kernel /boot/etherboot-net.zlilo

Outstanding issues

BoF agenda and discussion


CategorySpec

Edubuntu/Specifications/DriveImagingSpec (last edited 2010-01-21 15:15:48 by 196-210-177-89-wblv-esr-3)