
Include.vmlocalsnapshot
This option specifies the management class that is applied to local backups of a VMware virtual machine. The management class defines the retention policies for the local backups.
This feature is available only if the client operates as a data
mover for IBM Storage Protect for Virtual Environments.
You can use this option only for virtual machines that are stored in a virtual volume (VVOL) datastore.
Supported Clients
This option can be used with supported Linux® clients that are configured to back up VMware virtual machines.
This option can be used with supported Windows clients that are configured to back up VMware virtual machines.
Options File
Set this option in the client options file.
Syntax
Parameters
- vmname
- Specifies the name of a virtual machine that you want to bind to the specified management class for local backup operations. The name is the virtual machine display name.
- mgmtclassname
- Specifies the management class to use for local backups of the virtual machine. If this parameter is not specified, the management class defaults to the global virtual machine management class that is specified by the vmmc option.
Examples
Assume that the following management classes exist and are active on the IBM
Storage Protect server:
- MCFORTESTVMS
- MCFORPRODVMS
- MCUNIQUEVM
- Example 1
- The following INCLUDE.VMLOCALSNAPSHOT statement in the client options file
binds all virtual machines that have names that begin with VMTEST to the management class called
MCFORTESTVMS:
include.vmlocalsnapshot vmtest* MCFORTESTVMS - Example 2
- The following INCLUDE.VMLOCALSNAPSHOT statement in the client options file
binds a virtual machine that is named WHOPPER VM1 [PRODUCTION] to the management class called
MCFORPRODVMS:
The virtual machine name must be enclosed in quotation marks because it contains space characters. Also, the question mark wildcard is used to match the special characters in the virtual machine name.include.vmlocalsnapshot "WHOPPER VM1 ?PRODUCTION?" MCFORPRODVMS - Example 3
- The following INCLUDE.VMLOCALSNAPSHOT statement in the client options file
binds a virtual machine that is named VM1 to a management class that is named
MCUNIQUEVM:
include.vmlocalsnapshot VM1 MCUNIQUEVM
