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)
Query rules for resource pools
This topic applies to policy configuration for NetBackup for VMware. You can use the Query Builder to enter rules for the automatic selection of VMware virtual machines for backup.
If the resource pool that you query is nested, the choice of Operator determines which virtual machines in the resource pool hierarchy are discovered.
For example, assume the following hierarchy of resource pools that contain virtual machines:
Res/ResourcePool_1 VM1 VM2 /ResourcePool_2 VM3 VM4 /ResourcePool_3 VM5 VM6
where ResourcePool_1 contains virtual machines VM1 and VM2, and so forth.
The following table shows the query results with the Contains, Equal, StartsWith, and EndsWith operators. (Other operators can be used.)
Note:
If you want the query to include all virtual machines in a hierarchy of nested resource pools, do not use Equal as the Operator.
Table: Example rules for nested resource pools
Query rule | Included virtual machines |
---|---|
Resourcepool Contains "Res/ResourcePool_1" | Includes all the virtual machines in the three resource pools (VM1 through VM6). |
Resourcepool Equal "Res/ResourcePool_1" | Includes only the virtual machines that are in ResourcePool_1 (VM1, VM2). Virtual machines in the sub-pools are not included (VM3 through VM6). |
Resourcepool Equal "Res/ResourcePool_1/ResourcePool_2" | Includes only the virtual machines that are in ResourcePool_2 (VM3, VM4). |
Resourcepool StartsWith "Res/ResourcePool" | Includes all the virtual machines in the three resource pools (VM1 through VM6). |
Resourcepool StartsWith "Res/ResourcePool_1/ResourcePool_2" | Includes only the virtual machines that are in ResourcePool_2 and 3. Virtual machines in ResourcePool_1 are not included. |
Resourcepool EndsWith "ResourcePool_2" | Includes the virtual machines in ResourcePool_2 (VM3, VM4) but not in ResourcePool_1 or 3. |
These examples also apply to host folders.
More Information