Install vendor-distributed hardware acceleration NAS plug-ins on your host.
This topic provides an example for a VIB package installation using the
esxcli command. For more details, see the
vSphere Upgrade documentation.
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
- Place your host into the maintenance mode.
- Set the host acceptance level:
esxcli software acceptance set --level=value
The host acceptance level must be the same or less restrictive than the acceptance level of any VIB you want to add to the host. The
value can be one of the following:
- VMwareCertified
- VMwareAccepted
- PartnerSupported
- CommunitySupported
- Install the VIB package:
esxcli software vib install -v|--viburl=URL
The
URL specifies the URL to the VIB package to install.
http:,
https:,
ftp:, and
file: are supported.
- Verify that the plug-in is installed:
esxcli software vib list
- Restart your host for the installation to take effect.