6.7

Table Of Contents
Prerequisites
Install vCLI or deploy the vSphere Management Assistant (vMA) virtual machine. See Getting Started with
vSphere Command-Line Interfaces. For troubleshooting, run esxcli commands in the ESXi Shell.
Procedure
1 Define a new claim rule for the VAAI filter by running the
esxcli storage core claimrule add --claimrule-class=Filter --plugin=VAAI_FILTER
command.
2 Define a new claim rule for the VAAI plug-in by running the
esxcli storage core claimrule add --claimrule-class=VAAI command.
3 Load both claim rules by running the following commands:
esxcli storage core claimrule load --claimrule-class=Filter
esxcli storage core claimrule load --claimrule-class=VAAI
4 Run the VAAI filter claim rule by using the
esxcli storage core claimrule run --claimrule-class=Filter command.
Note Only the filter-class rules must be run. When the VAAI filter claims a device, it automatically
finds the proper VAAI plug-in to attach.
Example: Defining Hardware Acceleration Claim Rules
This example shows how to configure the hardware acceleration for IBM arrays using the
VMW_VAAIP_T10 plug-in. Use the following sequence of commands. For information about the options
that the command takes, see Add Multipathing Claim Rules.
# esxcli storage core claimrule add --claimrule-class=Filter --plugin=VAAI_FILTER --
type=vendor --vendor=IBM --autoassign
# esxcli storage core claimrule add --claimrule-class=VAAI --plugin=VMW_VAAIP_T10 --
type=vendor --vendor=IBM --autoassign
# esxcli storage core claimrule load --claimrule-class=Filter
# esxcli storage core claimrule load --claimrule-class=VAAI
# esxcli storage core claimrule run --claimrule-class=Filter
Configure XCOPY Parameters
XCOPY is one of the VAAI primitives that is used for offloading tasks to the storage array. For example,
you can use XCOPY to offload such operations as migration or cloning of virtual machines to the array
instead of consuming vSphere resources to perform these tasks.
You can use the XCOPY mechanism with all storage arrays that support the SCSI T10 based
VMW_VAAIP_T10 plug-in developed by VMware. To enable the XCOPY mechanism, create a claim rule
of the VAAI class.
vSphere Storage
VMware, Inc. 321