How to – verify if VAAI is supported by your datastore

If you want to know if VAAI is supported by your storage you should use the commandline tool “esxcli”. With this command you will get the a detailed status for all VAAI primitives (ATS, Clone, Zero and Delete).

Open an ESXi shell or a SSH connection to your ESXi Host and type the following command:

esxcli storage core device vaai status get

Now you will get an detailed view which VAAI primitives are supported or not supported.

Can I use vCenter to display the VAAI status, too?

Yes. If you take a look at your vCenter (configuration tab – Storage) you will see the VAAI status from your datastores, too. Unfortunately it is not a very granular view because…

…if Hardware Acceleration is “supported”, it means, that all four primitives are supported.

…if you see “unsupported”, it means, that none of the primitives is supported.

…and last but not least you may see “unknown” – this means that one or more (but not all four) primitives are supported.

As long as the Hardware Acceleration Status is supported or unsupported there is no need to use the command line tool. But if the status is “unknown” and you need more information, the esxcli command will be the best way for you.

Leave a Comment

Your email address will not be published. Required fields are marked *