After VMware vSphere Virtual Volumes are enabled on the system, you need to define ESXi hosts that are enabled for Virtual Volumes on the system.
Hosts must be running ESXi version 6.0 or higher to use the Virtual Volumes function. In addition, the host must be added to the storage system, with the host-type field set to VVol. You can also enable VVols on existing hosts by changing the host type to VVol.
To create a new ESXi host that is enabled for Virtual Volumes, complete the following steps:
To change an existing host to enable VVols, complete these steps:
To add a host by using the command-line interface, complete the following step:
mkhost -name esx1 -type adminlun -fcwwpn 210100E08B251EE6:210100F08C262EE7where -type adminlun indicates the host that is used for Virtual Volumes management. The adminlun host type is equivalent to the VVOL host type in the management GUI.
chhost -name esx1 -type adminlun -fcwwpn 210100E08B251EE6:210100F08C262EE7where -type adminlun indicates the host that is used for Virtual Volumes management. The adminlun host type is equivalent to the VVOL host type in the management GUI.