Feeds:
Posts
Comments

Archive for the ‘ESX 3.5’ Category

“Turn off what you do not need” is my motto . So, if you are not using the VMFS-2 (which you probably aren’t using since ESX 3.x) and/or NFSClient in you environment than you can safely unload these modules from your ESX host. You can list currently loaded modules with #esxcfg-module –q and if you [...]

Read Full Post »

The tail command displays last 10 lines of a file and with the –f (follow) parameter you can see the data appended to it. So, if you want to see what is going on in the vmkernel of your ESX host: Login to you ESX host Type: #tail –f /var/log/vmkernel Watch for new events to appear [...]

Read Full Post »

If you want to kill an unresponsive VM on an ESX server and it cannot be turned off with the vmware-cmd stop hard command then try the following:  Logon the ESX server as Root and type: #vm-support –x to find the VMID of the unresponsive VM. Next, type: #vm-support –X <VMID> to kill the VM. [...]

Read Full Post »

I have encountered this error after a clean installation of ESX 4 server on a new HP DL 380 G6. When you access your ESX server through web interface and you try to log in by clicking on the “Log in to Web Access” link, you get the “503 Service Unavailable” error in your web [...]

Read Full Post »

Follow these steps to start or stop a VM from the CLI of your ESX server: First, find the full path to your virtual machine by typing: #vmware-cmd -l To start a VM type: #vmware-cmd <path to your VM> start To stop a VM type: #vmware-cmd <path to your VM> stop (hard). This option is [...]

Read Full Post »

Older Posts »

Follow

Get every new post delivered to your Inbox.