LinMin Bare Metal Provisioning 6.2 User's Guide

Tutorial: Imaging: Backup, Restore and Clone

Hide Navigation Pane

Tutorial: Imaging: Backup, Restore and Clone

Previous topic Next topic No expanding text in this topic  

Tutorial: Imaging: Backup, Restore and Clone

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function Mail us feedback on this topic!  

 

Imaging allows you to back up (capture a disk image), recover (restore disk image to the same system) and clone (restore disk image to another system with identical hardware). Combining Imaging and Provisioning gives IT organizations an excellent way of addressing any system deployment and recovery scenario.

 

The LinMin Server uses Clonezilla as its imaging engine. Clonezilla is an open source project partially funded by LinMin Corp. Clonezilla was selected because it is the best open source bare metal imaging solution available, used on millions of systems. Working closely with the Clonezilla team, we integrated it into the LinMin Bare Metal Provisioning framework to create a scalable, database-driven imaging solution complete with an application programming interface for easy integration into customers' own applications.

 

The LinMin Server imaging subsystem will recognize all major Linux and Windows file systems and will not back up empty disk sectors. The typical compression ration is 3:1. Backup and restore speeds are extremely high and further improve with the speed of processors, disks and networks.

 

For unrecognized file systems, the entire disk will be copied (using dd), increasing the time and disk space required to perform imaging functions while still providing excellent integrity.

 

 

LinMin Bare Metal Provisioning Imaging is intended for Disaster Recovery (DR) and Cloning:

 

Disaster Recovery: in this mode, the disk image that is restored to a system was captured from that same system, providing a way of rolling back to known-good state of when the most recent backup was taken. Operating system, applications, settings and data are restored exactly as they were captured, eliminating the need to re-install applications. Because our imaging backup takes place when a system boots to the network, it is not suitable for 24x7x365 environments and is best used in conjunction with traditional file-by-file backup solutions.

 

Cloning: in this mode, you deploy the disk image collected from a system to another system with identical hardware. Many customers use their LinMin Server to deploy systems in their data centers as an alternative to provisioning: this is a very viable solution if the hardware is homogeneous or has only limited variants (e.g., hundreds or thousands of systems of 3 to 5 different types.) Some customers capture "Golden Images" that contain scripts that easily allow the cloned system to self-customize (change IP, host name, etc.) when it first boots, eliminating the need for manual intervention.

 

 

Here is a representative Imaging Dashboard:

Imaging_Dashboard_60

 

 

RAID support varies based on RAID/SAS controller vendor and model. If your client system's RAID controller is not recognized by the LinMin Server, it may be possible to support it by rebuilding the Imaging Subsystem with the appropriate open source driver, provided market demand exists for this RAID controller. If no open source driver is available, then the RAID device cannot be supported. Similarly, NIC driver support may vary: as new Network Interface Cards appear on the market, it may take time to have their drivers incorporated. Contact Support for more information.

 

API: any function done with the GUI can also be performed programmatically using the Application Programming Interface.

 

This tutorial will enable you to start imaging systems within minutes.