There have been reports where the ESX host crashes after upgrading ESX 4.1 to update 2.
The stack trace is indicating that it is related to vFile filter, which is a module used by VMWare vShield manager. This is not directly related to Trend Micro Deep Security.
VMware support has released an update (hot fix) that will resolve the PSOD issue with vShield 1.0 and ESX 4.1 U2. This hot fix needs to be installed manually instead of via the update manager.
To install the hot fix, do the following:
- Enable SSH on the ESX host.
- Copy the bundle to the ESX host (epsec-vfile.531366-release.zip) via wget or by using the datastore browser in the vSphere Client.
- Put the host in maintenance mode. This may require powering off the VMs or migrating them to other hosts.
- SSH into the ESX host and run the following commands:
# vmkload_mod -u vfile
# esxupdate --bundle epsec-vfile.531366-release.zip updateMake sure to specify the full path to the epsec-vfile.531366-release.zip file. - Reboot the ESX host.
- After the reboot, exit maintenance mode and resume using the ESX host.