You may alredy have experienced this: your ESX Server (mainly the 3.x series) becomes unresponsive, but all VMs are still up. You can't connect using VI client, nor manage it from vCenter, someti...
See more...
You may alredy have experienced this: your ESX Server (mainly the 3.x series) becomes unresponsive, but all VMs are still up. You can't connect using VI client, nor manage it from vCenter, sometimes you get SSH and sometimes not. If you have ESXi, worst - it have no SSH connection (for default). Mainly, there are some reasons for that: - Your ESX is so overloaded with VMs that the COS can't have enough resources to process. This is sot so likely, but can happen (I've never seen one in front of mine, but is a possibility); - You have some management agent installed (from HP, Dell, IBM, etc) on the COS and it is, for some reason, consuming all COS CPU and/or memory; - CIM server are receiving a certain number of connections that makes it crash and use all COS memory; - Maybe other reasons... In the 3rd case, you will only be saved if you have SSH to host, or physical access. You can try disabling CIM by doing: ESX classic: - Type the following at the SSH session as root or physically at the host console logged in as root: service wsmand stop service pegasus stop service slpd stop ESXi: - Enter in unsupported mode (at physical console hit alt+f1 and type the word "unsupported" and type the root password) - Type the following: /etc/init.d/sfcbd-watchdog stop /etc/init.d/wsmand stop /etc/init.d/slpd stop This should make your ESX run better. After that, try restarting the management agents. If you want to know why it happens, or need further assistance, post a message con the communities forum and I am really sure someone will help you (maybe me...). Happy virtualization!