Linux operating systemsWindows operating systems

Vmskipmaxvirtualdisks

The vmskipmaxvirtualdisks option specifies how backup operations process virtual machine (VM) disks that exceed the maximum disk size.

Data moverThis feature is available only if the client operates as a data mover for IBM Spectrum Protectâ„¢ for Virtual Environments.

Use the vmskipmaxvirtualdisks option with the vmmaxvirtualdisks option to specify how the data mover processes large VM disks during a backup operation:
  • Set the vmskipmaxvirtualdisks option to back up the VM disks that do not exceed the maximum size (and exclude any VM disks that exceed the size), or fail the operation.
  • Set the vmmaxvirtualdisks option to specify the maximum size of the VM disks to include.

In Data Protection for VMware V7.1.3 and earlier, the vmskipmaxvirtualdisks option was named vmskipmaxvmdks. In V7.1.4 and later, vmskipmaxvirtualdisks is the preferred option name. However, the client still processes backup operations with the vmskipmaxvmdks name.

Supported clients

Linux operating systemsThis option is valid for 64-bit Linux clients that are configured as data movers that back up VMware virtual machines.

Windows operating systemsThis option is valid for 64-bit Windows clients that are configured as data movers that back up VMware virtual machines.

Options file

Linux operating systemsSet the vmskipmaxvirtualdisks option in the client system options file (dsm.sys). You can also specify this option as a command-line parameter on the backup vm command.

Windows operating systemsSet the vmskipmaxvirtualdisks option in the client options file (dsm.opt). You can also specify this option as a command-line parameter on the backup vm command.

Syntax


1  VMSKIPMAXVIRTUALDISKS
2.1! No
2.1 Yes

Parameters

No
Specifies that backup operations fail if a virtual machine has one or more VM disks that are larger than the maximum size. This setting is the default value.
Yes
Specifies that backup operations include VM disks that are the maximum size (or smaller) and exclude any VM disks that are larger than the maximum size.

Examples

Options file:
vmskipmaxvirtualdisks yes
Command line:
Fail a backup operation if a VM disk is larger than 2 TB:
backup vm VM1 -vmskipmaxvirtualdisks=no
Fail a backup operation if a VM disk is larger than 5 TB:
backup vm VM1 -vmskipmaxvirtualdisks=no -vmmaxvirtualdisks=5
Back up VM disks that are 8 TB or smaller and exclude VM disks that are larger than 8 TB:
backup vm VM1 -vmskipvirtualdisks=yes -vmmaxvirtualdisks=8