Please enter search query.
Search <book_title>...
NetBackup™ for VMware Administrator's Guide
Last Published:
2024-09-30
Product(s):
NetBackup & Alta Data Protection (10.5)
- Introduction
- Required tasks: overview
- Configuring RBAC roles for VMware administrators
- Notes and prerequisites
- VMware vSphere privileges
- Managing VMware servers
- About VMware discovery
- Add VMware servers
- Change resource limits for VMware resource types
- Configuring backup policies for VMware
- Backup options on the VMware tab
- Exclude disks tab
- Configuring a VMware Intelligent Policy
- About the Reuse VM selection query results option
- Use Accelerator to back up virtual machines
- Configuring protection plans for VMware
- Malware scan
- Instant access
- Instant rollback
- Continuous data protection
- Backing up virtual machines
- VM recovery
- VMware agentless restore
- Restoring Individual files and folders from VMware backups
- Using NetBackup to back up Cloud Director environments
- Recover VMware Cloud Director virtual machines
- Restore virtual machines with Instant Recovery
- Protecting VMs using hardware snapshots and replication
- Best practices and more information
- Troubleshooting VMware operations
- NetBackup logging for VMware
- Snapshot error encountered (status code 156)
- Appendix A. Configuring services for NFS on Windows
- About configuring services for NFS on Windows 2012 or 2016 (NetBackup for VMware)
- Appendix B. Backups of VMware raw devices (RDM)
Query rules for duplicate names
If you have clusters, datastores, or virtual machine display names that have duplicates elsewhere in your virtual environment, note: The query rules must specify the parent datacenter or host folder to avoid conflicts during discovery. (A host folder is one that has been defined within a datacenter.)
Take the following example of duplicate virtual machine names:
Folder_1 ESXi_prod VM_1 Folder_2 ESXi_mrkt VM_1
To back up ESXi_prod/VM_1
but not ESXi_mrkt/VM_1
, use the following query:
HostFolder Equal "Folder_1" AND ESXserver Equal "ESXi_prod" AND Displayname Equal "VM_1"
To back up only ESXi_mrkt/VM_1
, use the following query:
HostFolder Equal "Folder_2" AND ESXserver Equal "ESXi_mrkt" AND Displayname Equal "VM_1"
Note: To back up both of these virtual machines from the same policy, include both of these rules in the policy, as follows:
Instead of Equal
, you can use other field values, such as Contains
.