VMWare Backup
VMWare Backup
VMWare Backup
http://communities.vmware.com/thread/190359
http://www.symantec.com/connect/forums/vmware-backups-are-too-slow
http://www.symantec.com/connect/forums/vmware-esx-vcb-alternatives
We have been finding limitations with NetBackup for VMware. Getting round RDM's and
VMFS slowness.
Yes, doing backups in the VM does impact ESX host I/O and others sharing resources, but we
are a relatively small VMware shop, and as yet has not produced any adverse effects.
We have added a second NIC to most VM's and assigned that to a BACKUP VLAN in VMware
Infrastructure. The physical master server is also attached to this BACKUP VLAN.
SAP's brbackup tools direct db backups/archives to a large NFS mounted staging area on our
master server over the BACKUP VLAN.
From there we perform local NetBackup filesystem backups of previous backups, leaving the
recent ones on disk.
For the VM's we have RDM's attached we perform FullVM backups of there VMFS vmdk disk
which holds the OS. RDM's are of course ignored as they are unable to be snapshotted.
The above is not ideal, as you want to perform all backups in a Virtual environment for the most
LAN free, and impact free.
As you suggested there is snapping at the SAN level, if you have the option available to you.
vcbmounter
-----------------
VM (Windows 2003 Server) is on a 270GB LUN via a 4Gb Fibre Channel connection to SAN
with 15K 300GB disks.
References:
Backing Up VMware with Veritas NetBackup | George Winter | January 2009
https://www-secure.symantec.com/connect/articles/u...
On Page 17
• Once a VMware Consolidated Backup snapshot is created, data is transferred from the VM
datastore to the backup proxy mount point. The completion speed of the snapshot process can
be significantly enhanced if care is made to ensure that the data path from the datastore to the
snapshot mount point (that is, staging area) is as fast as possible. The snapshot mount point
should be configured over as many dedicated spindles as possible. While we recommend that the
snapshot mount point be configured as fast disk, it does not need to be highly available. The
snapshot mount point is only used temporarily during the backup process and is not a permanent
repository of backed up data. The vcbMounter.exe command can be used to perform snapshot
creation and transfer performance tests. This can be done by invoking the vcbMounter.exe
command from the backup proxy. For example, if you wanted to test the snapshot throughput
rate
of a VM named vm100.veritas.com to a backup proxy named proxy1.veritas.com, you would run
the vcbMounter.exe command from the backup proxy as follows:
The above does not give a true representation of what you expect in NetBackup for VMware as
whats not shown here is that a default is applied here which is the 2GB chunking of your vmdk
file onto the proxy staging area.
Thanks for the heads up on the 6.5.4 EEB for the monolithic option.
(You need to install 6.5.4 first then get hold of this from support)
This EEB contains an update to the vfm_master.conf file and the libfi_VMware.dll
Well my proxy does not have the vfm_master.conf file only a vfm.conf file, so when it extracted,
I copied over and replaced the file on my (Linux) master server.
Now after restarting my NB Admin Console you get the following option in the policy.
Setting the monolithic option to 0 splits the VMDK's copied to the staging area in 2GB chunks
and is way quicker than have been experiencing.