Previous Topic: Send Report by EmailNext Topic: Managing Arcserve High Availability


Customize Raw Data Size in Managed Capacity Report for Host-based Agentless VM Backup

You can configure the following registries at the proxy level or VM level:

CountNtfsVolumeSize (Arcserve UDP v6), GetVMGuestVolumeUsedSize (Arcserve UDP v6 Update 1 and later)

Specifies whether to count the used space of all volumes of a VM.

ReportZeroIfHavingNonNtfsVolume

Specifies whether to show 0 if non-NTFS volumes exist. It is ignored if CountNtfsVolumeSize/GetVMGuestVolumeUsedSize is set to 0.

BackupZeroBlock

Specifies whether to write all-zero data blocks to the backup destination. It is ignored if CountNtfsVolumeSize/GetVMGuestVolumeUsedSize is set to 1.

At proxy level for all VMs protected by current the proxy:

[HKEY_LOCAL_MACHINE\SOFTWARE\Arcserve\Unified Data Protection\Engine\AFBackupDll]
"CountNtfsVolumeSize"=dword:00000001
"ReportZeroIfHavingNonNtfsVolume"=dword:00000001

At VM level for a specific VM:

[HKEY_LOCAL_MACHINE\SOFTWARE\Arcserve\Unified Data Protection\Engine\AFBackupDll\<vm-instance-uuid>]
"CountNtfsVolumeSize"=dword:00000001
"ReportZeroIfHavingNonNtfsVolume"=dword:00000001

Note: The VM-level registry takes precedence over the proxy-level registry.

The following behaviors are observed:

Example

A VM has one thin-provision virtual disk with the provisioned size 1000 GB. The size of the virtual disk’s VMDK file is 800 GB, among which 200 GB data blocks are all-zero data blocks. In the guest OS of this VM, there are 2 NTFS volumes whose used space are 100 GB and 200 GB respectively, and 1 FAT32 volume with the used space as 1 GB.

The following behaviors are observed in Managed Capacity Report: