OpenERP Appliance

Collaboration Works

Installing MondoRescue. System Backup for bare-metal recovery of Linux

Mondo is a GPL disaster recovery solution to create backup media (CD, DVD, tape, network images) that can be used to redeploy the damaged system, as well as deploy similar or less similar systems. In the event of catastrophic data loss, you will be able to restore all of your data [or as much as you want], from bare metal if necessary. Mondo is in use by Lockheed-Martin, Nortel Networks, Siemens, HP, IBM, NASA’s JPL, the US Dept of Agriculture, dozens of smaller companies, and tens of thousands of users. The backup media is created while the system is up and running. Those coming from an HP-UX background may liken MondoRescue to Ignite-UX.

Installing MondoRescue on Ubuntu

$ sudo apt-get install mondo

Installed version: 2.2.7-2

Installing MondoRescue on Red Hat Enterprise Linux / CentOS / ScientificLinux

Mondo is available from the RPMForge repository.

# yum install mondo

Installed version: 2.2.4

Installing the latest version of MondoRescue is highly recommended. The current release of Mondo is 2.2.8-1, and can be obtained from the MondoRescue repository

Install the following binary packages suited for your distribution if they are available at the MondoRescue repository (i.e. afio and buffer are sometimes unavailable meaning that they are not required):

  • afio
  • buffer
  • mindi
  • mindi-busybox
  • mondo
  • mondo-doc

The previous binary packages can be installed from the command line with these commands:

  • RPM based Linux distributions (Red Hat, Fedora, SuSE, etc): rpm -ivh *.rpm (as root)
  • DEB based Linux distributions (Debian, Ubuntu, etc): dpkg -i *.deb (run as root or “sudo dpkg -i *.deb” on Ubuntu)

Most of the time, you’ll be able to download directly the packages suited for your distribution. Currently Mondorescue.org provides packages for :

Older packages are also on the ftp site to help for some old fashion distros/versions.

Running mondoarchive and mondorestore

Run mondoarchive as root or with “sudo” on Ubuntu. The following screenshots show how to create an ISO based backup media:

Now we have an ISO image that can be burnt into a DVD. Our system can be easily redeployed or restored by booting from this DVD. To format and restore all files automatically type “nuke” <ENTER> at the boot prompt (bare-metal recovery).

To restore you also have mondorestore.

NOTE – For migrations in a production environment it’s good practice to use a temporary IP address on the machine to be backed up. This will mean users and services can’t connect to the server during the backup.
NOTE – As the archival is done live on the system, you may want to stop all processes maintaining coherent information, such as RDBMS systems for which the operation could cause a synchronisation data issue.

Video: Bare-metal recovery from CD

Podcast:

Mondo Rescue and Ample

References:

http://www.mondorescue.org
MondoRescue HOWTO
HOWTO run mondo interactively using cron
Bare-metal restore
Linux P2V (physical to virtual) migrations using mondorescue by Hewlett Packard

September 5, 2009 Posted by | System Backup, Video | | 13 Comments

Linux P2V (physical to virtual) migrations using MondoRescue. By Hewlett Packard

View this document on Scribd

This document is available at http://www.mondorescue.org/docs/p2v.pdf with the source (.odt) in the same directory.

September 5, 2009 Posted by | Docs, P2V, System Backup | | 12 Comments