book
Article ID: 308117
calendar_today
Updated On:
Products
VMware vCenter Server
VMware vSphere ESXi
Environment
VMware VirtualCenter 2.5.x
VMware ESX Server 3.5.x
Cause
This issue occurs when a carriage return is missing from /etc/vmware/config.
Resolution
To resolve this issue, add the carriage return to /etc/vmware/config.
To add the carriage return to /etc/vmware/config:
- Connect to the ESX host using SSH. For more information, see Connecting to an ESX host using an SSH client (1019852).
-
Take a backup of the /etc/vmware/config file using this command:
cp /etc/vmware/config /var/tmp/
-
Edit the /etc/vmware/config file, so that there is a carriage return after this line:
prefvmx.consolidateDeleteNFSLocks = "TRUE"
For example, the entries should appear similar to:
authd.soapServer = "TRUE"
prefvmx.consolidateDeleteNFSLocks = "TRUE"
authd.proxy.vpxa-nfc = "vmware-vpxa:vpxa-nfc"
authd.proxy.vpxa-nfcssl = "vmware-vpxa:vpxa-nfcssl"
-