Review: Veeam Backup and Replication 6.0

This virtualization-specific backup solution works every time with no fuss.

Alan Sugano

August 21, 2012

9 Min Read
ITPro Today logo

Using a virtualization-specific backup solution in a production environment significantly simplifies the restore process, especially for servers that aredifficult to restore, such as those running Microsoft Exchange Server, SQL Server, SharePoint, or Visual Studio Team Foundation Server. Because the backupsolutions essentially perform an image backup of the virtual machines (VMs), restoring a VM is as simple as restoring the VM's disk files on the host andstarting the VM.

I recently tested Veeam Software's Veeam Backup & Replication, which supports both VMware ESX and Microsoft Hyper-V servers. It comes in two editions:Standard and Enterprise. Both editions include backup and replication (local or remote) functionality. Table 1 summarizes the features included with theStandard and Enterprise Editions. The Enterprise Edition costs around 30 percent more than the Standard Edition, but I think that the features in theEnterprise Edition are well worth the additional cost, especially if you run applications such as Exchange, SharePoint, and SQL Server. You can upgradefrom the Standard Edition to the Enterprise Edition by paying the difference in price.

Licensing

Veeam Backup & Replication's licensing is based on the total number of physical CPU sockets you have on all your ESX or Hyper-V hosts. If you have sixor fewer CPU sockets to purchase for your entire company, you can buy Veeam Essentials, which is sold in two-socket bundles. However, a company can onlybuy up to three two-socket bundles. If you have more than six total CPU sockets on your ESX or Hyper-V hosts, you must purchase Veeam on a per-socketbasis. You have two options. You can purchase Veeam Backup & Replication as a standalone product or as part of the Veeam Management Suite, whichincludes Veeam Backup & Replication and Veeam ONE (Veeam's monitoring, documentation, and business categorization application). Veeam Essentials alsoincludes Veeam ONE.

Components

Veeam Backup & Replication consists of several components:

  • Veeam Backup Server. This is the main software that schedules and performs the backups.

  • Veeam Backup Enterprise Manager. This software provides centralized management of multiple Veeam Backup Servers. You need only one instance of Enterprise Manager to manage multiple servers.

  • Veeam Backup Search. Used in conjunction with Microsoft Search Server, Veeam Backup Search is used for offline system catalog crawls and searches. If you have more than 200 VMs, you'll have much faster search results with this software when the file to restore might be located on multiple backups.

From this point on, I'll concentrate on the main features of the Veeam Backup Server component running in a VMware environment.

Installation and Configuration

Although you can install the Veeam Backup Server software on a VM, I suggest that you install it on a dedicated physical server because when the softwareis running, it places a significant load on the server. Veeam suggests a server with at least two cores and 4GB of memory if you plan to use a local SQLServer instance. If you're using a remote SQL Server instance, you can configure the server with 2GB of memory.

The installation of the Veeam Backup Server software is straightforward. Because the backup server must communicate with either a vCenter server or ESXhost, the backup server should be placed in the same network as the vCenter server or ESX console network. Ideally, this should be a separate dedicatedmanagement network that's isolated from other VM traffic.

Before you run the installation program, you should verify that valid entries exist for all vCenter servers, ESX hosts, and the backup repository (whichI'll discuss shortly). These entries can reside either in a DNS server or local HOSTS file on the backup server. Make sure that all resources (vCenterservers and ESX hosts) can be resolved.

For me, the installation of the Veeam Backup Server went very smoothly. When you run the installation program, make sure you have at least 10GB of freespace on the drive on which you install vPower NFS. This technology enables running VMs directly from backup files.

After the software is installed, you need to create the backup repository. This is where the backup files, copies of VMs, and metadata for replicated VMswill be stored. The backup repository can be DAS on a server, NAS, NFS storage on a Linux server, or Just a Bunch of Disks (JBOD). I also recommend thatyou back up the backup repository to some type of offline media, such as tape. I typically run a full backup of the VMs over the weekend and runincremental backups to disk during the week. After the daily backups are finished, I run a separate backup job to tape.

When planning for disk space, make sure to account for the total amount of disk space that your VMs use, plus space for the incremental backups. Veeam doesa good job with compression and deduplication of the backup images to save space, but to be on the safe side, I recommend purchasing at least 1.5 times theamount of storage on the host or cluster. More storage lets you keep more backup history on disk, without having to restore from tape.

Backups

Once the Veeam Backup Server software is installed and the backup repository is in place, you can create the backup job. To do so, you can use the CreateBackup Job wizard, which you launch from the initial backup screen that Figure 1 shows. For testing purposes, I configured a full backup on Saturday, withincremental backups Sunday through Friday. If desired, you can have email notifications sent when the backup job has finished. To do so, you just need tospecify an SMTP server and the recipients' email addresses, separated by semicolons.


Figure 1: Initial backup screen 

In the past, I struggled with other virtualization backup solutions when trying to back up Windows Server 2008 R2 VMs running Exchange and SQL Server on aVMware vSphere 5 host with Virtual Machine File System 5 (VMFS5) storage groups. I had to contact technical support multiple times to get the backup jobsworking, with sometimes clunky workarounds. In stark contrast, I was able to get Veeam Backup & Replication working on the first try, withoutcontacting technical support. It was fast, reliable, and stable.

For my tests, I installed Veeam Backup Server on both a VM and a physical server running VMware vCenter Server to compare the performance. The VM wasrunning Server 2008 R2 configured with four virtual CPUs (vCPUs) and 4GB of memory. When backing up the other VMs on the same ESXi host, the CPUutilization stayed close to 100 percent. Throughput was good, running about 70MBps during a full backup. The host was an HP ProLiant DL380 G7 with twosix-core CPUs and 64GB of memory. The backup repository was on the local VM's hard drive. This standalone ESX host had eight 300GB Serial Attached SCSI(SAS) drives configured as a RAID 5 array.

The physical server was an HP ProLiant ML370 G5 with 40GB of memory and two quad-core processors. The backup repository was DAS, consisting of eight 146GBSAS drives configured as a RAID 5 array. CPU utilization averaged at 60 percent, but throughput was noticeably lower at around 48MBps during a full backup.The slower throughput was probably due to the fact that the data was transferred over a single Gigabit Ethernet link.

Veeam supports restoring individual files from a .vmdk image backup. However, Windows VMs with dynamic disks aren't supported. If you have VMs with dynamicdisks, you can either migrate the data to a basic disk or convert the disk from dynamic to basic using a partition utility such as EaseUS Partition Master. Before you perform any type of conversion, make sure to get a good backupof the disk to prevent data loss in case a problem occurs.

A No-Fuss Solution

A backup solution should work every time with no fuss. I was so impressed with Veeam Backup & Replication that I replaced my existing virtualizationbackup solution with it. In addition, I now recommend it to my clients as the preferred backup solution in a vSphere 5 environment. I can't think of astronger recommendation than that.

 

 

 

SIDEBAR: What’s New in Veeam Backup & Replication 6.1

At press time, Veeam had released Backup & Replication 6.1. Here’s what the new edition adds to the functionality described in this review.

• VeeamZIP -- Ad-hoc backup of a running VM for operational, archival, or portability purposes. For example, admins can now back up a VM before applying patches, create an archive copy of a VM, or copy a VM to a remote test lab, all without powering off the production VM.

• Instant file-level recovery -- Users can now restore individual guest files directly from an image-level backup.

• Quick migration for VMware -- Migrate a running VM to any host or data store, even if you don’t use clusters or shared storage.

• vPower and instant VM recovery for Hyper-V -- Enables IT to boot and run a VM directly from a compressed, deduplicated backup file, in a matter of minutes, so businesses can continue without disruption during the restore of the VM back into the production environment.

• SCVMM 2012 support -- Extends support for System Center Virtual Machine Manager 2008 R2 to System Center 2012 Virtual Machine Manager. SCVMM support streamlines discovery and ensures protection of VMs managed by SCVMM.

• Updated UI and additional enhancements -- The updated UI (enhanced based on user requests and Veeam R&D innovation) is an evolution, not a complete redesign. Current users will still be able to use all their existing jobs and settings; the workflow for the wizards hasn’t changed.

Also, Veeam Backup & Replication 6.1 introduces a new free version: Veeam Backup Free. This free mode supports Hyper-V and vSphere, and is a successor to Veeam’s first free product, FastSCP. It provides a subset of the functionality in the full version of Veeam Backup & Replication, including VeeamZIP, and VM and file recovery.

 

 

 

 

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like