You may have noticed users have the ability to the vmxnet3 NIC from within their VDI session, which would have the unfortunate side effect of disconnecting their session and making the desktop unreachable.
To prevent this please make the following change.
To disable HotPlug capability using the vSphere Client:
- Connect to the ESXi/ESX host or vCenter Server using the vSphere Client.
- Power off the virtual machine.
- Right-click the virtual machine and click Edit Settings.
- Click the Options tab.
- Click General > Configuration Parameters > Add Row.
- Insert a new row with the name
devices.hotplug
and a value offalse
. - Power on the virtual machine.
To disable HotPlug capability using the vSphere Web Client:
- From a web browser, connect to the vSphere Web Client.
- Log in with Administrator credentials.
- Navigate to the virtual machine you want to modify.
- Right-click the virtual machine and select Edit Settings.
- Click the VM Options tab.
- Click Advanced > Edit Configuration > Add Row.
- Insert a new row with the name
devices.hotplug
and a value offalse
. - Power on the virtual machine.
Once complete shutdown the vm then carry out the below actions.
- Create a new snapshot of the parent virtual machine:
- In the vSphere Client, right-click the parent virtual machine and click Snapshot > Take Snapshot.
- Give the snapshot a name and description.
- Click OK.
- Recompose the affected pools to this new snapshot:
- In the View Manager console, select a pool and open it.
- Click View Composer > Recompose, and select the newly created snapshot.
- Click Next.
- Configure the Schedule and Warnings options.
- Click Next.
- Review the confirmation information.
- Click Finish and verify that the recompose operation successfully completes.
- Repeat the recompose procedure for all affected pools.