Zmanda Backup Appliance

Version as of 13:26, 19 May 2024

to this version.

Return to Version archive.

View current version

Zmanda Backup Server Appliance is a Vmware Virtual Machine with Amanda Enterprise 3.3.x server images, patches and dependencies. It includes both Amanda server and client packages. All Amanda pre-requisites to perform file system and VMware backups to disk are installed. Additional packages might be required for backups of other applications/databases. Please see Zmanda Application documentation for details.

Server backup virtual appliance uses 64bit CentOS 6 distribution.

Appliance Images

The appliance image is available in OVF (.ova) format. This image works on VMware ESX 4.x and ESX 5.x

Disk space requirements: The appliance performs backups to disk. It expects about 130GB for disk space in the Vmware data store to perform backups. The minimum disk space requirement is 130GB.

How to use these Images

  • Download the images from Zmanda Network to the machine where Vmware vSphere or vCenter console is running.
  • Uncompress the appliance image using 7zip tool or WinRAR tool or bzip2 (on Linux) command.
  • Importing Backup appliance image into Vmware 
    • Vmware ESX 4.x or 5.x : To import .ovf file, In the vSphere Client, select File-> Deploy OVF Template.  Specify the source location as Deploy from File.  Agree to the license agreements and select the host where you want to deploy the ZBA. You will also have select the datastore for the ZBA virtual machine. Select the disk format as Thin Provisioned and IP allocation as DHCP for the network. When click Finishthe ZBA will be imported. Click on Start this virtual machine to boot the virtual machine from the vSphere Client panel.
    • Free version of VMware : Please use VMware ovftool. Please see OVF Tool User Guide for instructions to import OVF files.

Backup Server Configuration

  • When the virtual machine has booted up, you would see an informational welcome message about the configured Amanda Server.
  • The root password for the virtual machine is zmanda  Please change the password before deploying it in production.
  • The host name of the virtual machine is zmanda-zba-aee  and it will obtain an IP address using dhcp. Please make sure zmanda-zba-aee is added to the name server or resolvable using /etc/hosts file.
  • Access https://<ip address of this virtual machine>:443/ from Firefox or Internet Explorer to connect to the Zmanda Management Console (ZMC) running on the virtual machine.
  • There is a localhost backup set configured to backup /etc directory to disk virtual tapes (under /var/lib/amanda directory). The backups will run daily and has retention policy of 7 days. The data disk of 125 GB is mounted at /var/lib/amanda directory. VMware backups use /var/lib/amanda/tmp as the temporary directory for backups.
  • Please download and install the Amanda Enterprise license file from Zmanda Network (Click Downloads tab after logging into Zmanda Network). The license file has to be installed on the Virtual machine for the Zmanda Management Console to work.
  • The Virtual machine is ready for backup set configuration and running backups using ZMC. Please see Zmanda Management Console Users Manual for more information.
  • To change the timezone used by the backup appliance, login as root and check the current virtual machine timezone by running the "date" command. The last three letters shown identify the timezone used by the virtual machine.  Backup the previous timezone configuration by copying it to a different location:  "mv /etc/localtime  /etc/localtime.bak".   Look in the directory /usr/share/zoneinfo to find a list of time zone regions, and cities.  Copy the the most appropriate file for your timezone to /etc/localtime.  Do not use a symbolic link.  For example, "cp /usr/share/zoneinfo/Europe/London /etc/localtime".  Set the ZONE entry in the file /etc/sysconfig/clock file (e.g. "Europe/London"). REBOOT the virtual machine.

Configuring tape drives and changer

The default backup set is configured for backing up to disk. If you are planning to back up to tape changer, you will have to make the tape drives and changer visible to the ZBA.

If you are running ZBA on ESX 4.x, please see this VMware Knowledgebase article.

After following instructions on the VMware KB article, you should see the tape changer and tape drive listed when you run the following command as root user on the ZBA.

# cat /proc/scsi/scsi

Configuring backups to cloud

When you are configuring backups to Amazon S3, it is important to maintain correct time on the Zmanda Backup Appliance. Backups will fail if there is a time skew. Please follow VMware Knowledge base article on how to keep time on VMware.