Veritas NetBackup™ for VMware Administrator's Guide
- Introduction
- Required tasks: overview
- Notes and prerequisites
- Configure NetBackup communication with VMware
- Adding NetBackup credentials for VMware
- Configure NetBackup policies for VMware
- VMware backup options
- Exclude Disks tab
- Configure a VMware Intelligent Policy
- Reduce the size of backups
- Back up virtual machines
- Use Accelerator to back up virtual machines
- Restore virtual machines
- Restoring the full VMware virtual machine
- Virtual Machine Recovery dialog boxes (restore to original location)
- Virtual Machine Recovery dialogs boxes (restore to alternate location)
- Restoring VMware virtual machine disks by using Backup, Archive, and Restore
- Restoring VMware virtual machine disks by using NetBackup commands
- Restoring individual VMware virtual machine files
- Browse and search virtual machines for restore
- Restore virtual machines with Instant Recovery
- Use NetBackup for vCloud Director
- Virtual machine recovery dialog boxes for vCloud Director
- Best practices and more information
- Troubleshooting
- Appendix A. NetBackup commands to back up and restore virtual machines
- Using NetBackup commands to create a VMware policy
- Appendix B. Configuring services for NFS on Windows
- About configuring services for NFS on Windows 2012 or 2016 (NetBackup for VMware)
- About configuring services for NFS on Windows 2008 and 2008 R2 (NetBackup for VMware)
- Appendix C. The Reuse VM selection query results option
- Appendix D. Backup of VMware raw devices (RDM)
Replacing the Accelerator image size with the network-transferred data in NetBackup command output
You can configure the output of bpimagelist, bpdbjobs, and bpclimagelist to show the amount of Accelerator backup data that was transferred over the network instead of the backup image size.
The following is the default bpimagelist output that shows the Accelerator image size (see the circled value 7799632). The amount of network-transferred data appears farther down in the output (225792):
You can configure NetBackup command output to show the network-transferred data in the image size field. In the output, the image size value is replaced with the network-transferred data value (see the following example). A script that reads the image size from the command output now reads the amount of network-transferred data.
In the following bpimagelist output, the image size field shows the network-transferred data (225792):
Note:
The same change occurs in the labeled output of the commands (such as with the -L option of bpimagelist). For example, the Kilobytes field shows the transferred data value (225792 in the example) rather than the Accelerator backup image size.
To enable the reporting of network-transferred data in the Accelerator image size field of bpimagelist, bpdbjobs, and bpclimagelist
- Use the bpsetconfig command to enable the output change.
To enable this change for the bpclimagelist command, enter the bpsetconfig command on the master server. To enable this change for bpimagelist or bpdbjobs, enter the bpsetconfig command on the server where you intend to run bpimagelist or bpdbjobs.
Refer to Table: To enable the reporting of network-transferred data in the Accelerator image size field of bpimagelist, bpclimagelist, or bpdbjobs output for the bpsetconfig command to use based on the type of Accelerator backup that you want to report on.
Table: To enable the reporting of network-transferred data in the Accelerator image size field of bpimagelist, bpclimagelist, or bpdbjobs output
Type of backup to report on | Enter this command |
---|---|
Incremental VMware Accelerator backups | Windows echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_INC_VMWARE | install_path\NetBackup\bin\admincmd\bpsetconfig UNIX, Linux echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_INC_VMWARE" | /usr/openv/netbackup/bin/admincmd/bpsetconfig |
All VMware Accelerator backups (full and incremental) | Windows echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_ALL_VMWARE | install_path\NetBackup\bin\admincmd\bpsetconfig UNIX, Linux echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_ALL_VMWARE" | /usr/openv/netbackup/bin/admincmd/bpsetconfig |
Incremental Accelerator virtual machine backups (VMware and Hyper-V) |
Windows echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_INC_VIRTUAL | install_path\NetBackup\bin\admincmd\bpsetconfig UNIX, Linux echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_INC_VIRTUAL" | /usr/openv/netbackup/bin/admincmd/bpsetconfig |
All Accelerator virtual machine backups (VMware and Hyper-V, full and incremental) | Windows echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_ALL_VIRTUAL | install_path\NetBackup\bin\admincmd\bpsetconfig UNIX, Linux echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_ALL_VIRTUAL" | /usr/openv/netbackup/bin/admincmd/bpsetconfig |
All incremental Accelerator backups (physical clients and virtual machines) | Windows echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_INC_ALL | install_path\NetBackup\bin\admincmd\bpsetconfig UNIX, Linux echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_INC_ALL" | /usr/openv/netbackup/bin/admincmd/bpsetconfig |
All Accelerator backups (full and incremental, physical clients and virtual machines) | Windows echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_ALL_ALL | install_path\NetBackup\bin\admincmd\bpsetconfig UNIX, Linux echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_ FOR_ACCL_ALL_ALL" | /usr/openv/netbackup/bin/admincmd/bpsetconfig |
To reset the command output to the default setting
- To disable the reporting of network-transferred data in the Accelerator image size field (return to default), enter the following:
Windows
echo REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_DISABLED | install_path\NetBackup\bin\admincmd\bpsetconfig
UNIX, Linux
echo "REPLACE_IMAGE_SIZE_WITH_DATA_TRANSFERRED = REPLACE_IMAGE_SIZE_DISABLED" | /usr/openv/netbackup/bin/admincmd/bpsetconfig
The following topic provides background on the Accelerator image size vs. the amount of data that was transferred over the network:
See About reporting the amount of Accelerator backup data that was transferred over the network.