Veritas NetBackup™ for Hyper-V Administrator's Guide
- Introduction
- Notes and prerequisites
- Configure NetBackup communication with Hyper-V
- Configure NetBackup policies for Hyper-V
- Backup options on the Hyper-V tab
- Hyper-V - Advanced Attributes
- Browse for Hyper-V virtual machines
- Configure Hyper-V Intelligent Policies
- NetBackup Hyper-V for SCVMM
- Windows Server failover cluster support
- Virtual machine maintenance after a restore
- Back up and restore Hyper-V
- Restoring individual files to a shared location on the virtual machine
- Use Accelerator to back up Hyper-V
- Best practices and more information
- Troubleshooting
- NetBackup logs for Hyper-V and how to create them
- Errors during policy creation
- NetBackup status codes related to Hyper-V
- Appendix A. VSS backup method: Hyper-V online and offline backups
- Appendix B. Hyper-V pass-through disks
- Appendix C. NetBackup commands to back up and restore Hyper-V virtual machines
- Examples of nbrestorevm for restoring VMs to Hyper-V
Existing snapshot handling parameter (WMI)
This option specifies the action that NetBackup takes when a NetBackup snapshot is discovered before NetBackup creates a new snapshot for the virtual machine backup. After it creates a snapshot, NetBackup usually deletes the snapshot when the backup completes.
Abort if NetBackup snapshot(s) exist
If a virtual machine snapshot (checkpoint) exists that a NetBackup backup previously created for a WMI backup, NetBackup aborts the job for that virtual machine only.
You can use the NetBackup nbhypervtool.exe tool to remove NetBackup snapshots of the virtual machine. This tool is in the following location on the Hyper-V server:
install_path\NetBackup\bin\nbhypervtool.exe
For example, to remove a snapshot by specifying the name of the VM:
nbhypervtool.exe deleteNbuCheckpoints -vmname VM_name
Where VM_name is the name of the VM.
To remove a snapshot by specifying the GUID of the VM:
nbhypervtool.exe deleteNbuCheckpoints -vmguid VM_guid
Where VM_guid is the GUID of the VM.