Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
ESX host booting from SAN or local storage stops with error at vsd-mount (2030355)
Symptoms
- An ESX 4.x host fails at boot up and enters Troubleshooting mode.
- In the console, you see:
- The last successful command is
cos-snapshot. - A message indicating that
vsd-mounthas failed.
- The last successful command is
- You see the message:
You have entered the recovery shell. The situation you are in may be recoverable.
If you are able to fix this situation the boot process will continue normally after you exit this terminal
/bin/sh: can't access tty: job control turned off.
Cause
You can find additional information regarding the incorrect parameter in the
/proc/vmware/log file.Resolution
- Check if the driver necessary to access your storage is loaded correctly by running this command:
esxcfg-module -l | grep scsi_module
Wherescsi_moduleis the driver necessary to access the device where the service console is located.
If the service console is located on a storage array, the driver could be:qla2xxx(Qlogic FC HBAs)qla4xxx(Qlogic FC HBAs)lpfc820(Emulex FC HBAs)bnx2i(Broadcom HW iSCSI)
mptspimptsasmpt2sasaacraid3w-9xxxmegaraid_sasmegaraid2ccisshpsa
- If the output from the
esxcfg-modulecommand is similar to these examples, this article applies to your situation:/ # esxcfg-module -l| grep lpfc820
lpfc820 Not loaded/# esxcfg-module -l | grep mptspi
mptspi Not loaded
To resolve this issue:
- Manually load the module by running the command:
vmkload_mod scsi_module
If the driver is loaded correctly, you see the message:Module scsi_module loaded successfully - Type
exit(do not reboot) to continue with the boot process. - As soon you have full access to the service console, correct the parameters which prevented the module from loading by running the command:
esxcfg-module -s options scsi_module
To get the list of parameters the module accepts, run the command:esxcfg-module -i scsi_module
Additional Information
See Also
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

