6.0.1

Table Of Contents
Add Hardware Acceleration Claim Rules
To congure hardware acceleration for a new array, you need to add two claim rules, one for the VAAI lter
and another for the VAAI plug-in. For the new claim rules to be active, you rst dene the rules and then
load them into your system.
This procedure is for those block storage devices that do not support T10 SCSI commands and instead use
the VAAI plug-ins.
In the procedure, --server=server_name species the target server. The specied target server prompts you
for a user name and password. Other connection options, such as a conguration le or session le, are
supported. For a list of connection options, see Geing Started with vSphere Command-Line Interfaces.
Prerequisites
Install vCLI or deploy the vSphere Management Assistant (vMA) virtual machine. See Geing Started with
vSphere Command-Line Interfaces. For troubleshooting, run esxcli commands in the ESXi Shell.
Procedure
1 Dene a new claim rule for the VAAI lter by running the
esxcli --server=server_name storage core claimrule add --claimrule-class=Filter --
plugin=VAAI_FILTER command.
2 Dene a new claim rule for the VAAI plug-in by running the
esxcli --server=server_name storage core claimrule add --claimrule-class=VAAI command.
3 Load both claim rules by running the following commands:
esxcli --server=server_name storage core claimrule load --claimrule-class=Filter
esxcli --server=server_name storage core claimrule load --claimrule-class=VAAI
4 Run the VAAI lter claim rule by running the
esxcli --server=server_name storage core claimrule run --claimrule-class=Filter command.
N Only the Filter-class rules need to be run. When the VAAI lter claims a device, it automatically
nds the proper VAAI plug-in to aach.
Example: Defining Hardware Acceleration Claim Rules
This example shows how to congure 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,” on page 197.
# esxcli --server=server_name storage core claimrule add --claimrule-class=Filter --
plugin=VAAI_FILTER --type=vendor --vendor=IBM --autoassign
# esxcli --server=server_name storage core claimrule add --claimrule-class=VAAI --
plugin=VMW_VAAIP_T10 --type=vendor --vendor=IBM --autoassign
# esxcli --server=server_name storage core claimrule load --claimrule-class=Filter
# esxcli --server=server_name storage core claimrule load --claimrule-class=VAAI
# esxcli --server=server_name storage core claimrule run --claimrule-class=Filter
vSphere Storage
264 VMware, Inc.