Pages

Thursday 28 January 2010

ESX 4.0 and ESXi 4.0 shutdown and reboot commands

Please check out www.kaztechsolutions.co.uk for more of my technical posts, alternately please call us on 01932 268289. 

When virtual machines are running, ESX might not clear the RAID controller's cache if you shut down or reboot ESX host by using the following commands on the service console:

  • reboot -f 
  • halt
  • shutdown

Solution
You can shut down or reboot ESX 4.0 or ESXi 4.0 hosts using any of the following methods:


ESX 4.0
Log in to the ESX service console and perform one of the following steps from the service console to shutdown or reboot ESX 4.0 hosts.


Run the shutdown –r now command to reboot the system.
Note: This command shuts down the virtual machines running on the ESX 4.0 hosts.
Run the reboot command to reboot the system.
Run the poweroff command to shut down ESX. After the shutdown, a message indicates that it is safe to power off your system. Press the power button until the machine powers off. You can then manually reboot the system.


ESXi 4.0
In the console screen of the ESXi 4.0 host, press Ctrl+Alt+F2 to see the Direct Console User Interface (DCUI) screen.
In the DCUI screen, press F12 to view the shutdown related options for the ESXi host.
Press F2 to shut down.
Press F11 to reboot.


ESX 4.0 or ESXi 4.0
From vSphere Client
Before shutting down or rebooting the ESX 4.0 or the ESXi 4.0 hosts, ensure that the hosts are put in maintenance mode. Powering off a managed host disconnects it from vCenter Server, but does not remove it from the inventory.
Shut down or VMotion all virtual machines running on ESX 4.0 or ESXi 4.0 hosts.
Put the ESX 4.0 or ESXi 4.0 hosts in the maintenance mode.
Select the ESX 4.0 or the ESXi 4.0 host you want to shut down.
Right-click the ESX 4.0 or the ESXi 4.0 host that you want to shut down, and select Reboot or Shut Down.
If you select Reboot, the ESX 4.0 or the ESXi 4.0 host shuts down and reboots.
If you select Shut Down, the ESX 4.0 or the ESXi 4.0 host shuts down. You must manually power the system back.
Provide a reason for the shut down or reboot. This information is added to the log.


From vCLI or vMA
To put ESX 4.0 or ESXi 4.0 hosts in the maintenance mode, run the following command from vMA (vSphere Management Assistant) or vCLI (vSphere Command-Line Interface) console screen:

/usr/lib/vmware-vicli/apps/host/hostops.pl --target_host --operation enter_maintenance --url https:///sdk/vimService.wsdl 

To reboot ESX 4.0 or ESXi 4.0 hosts, run the following command from vMA or vCLI console screen:

/usr/lib/vmware-vicli/apps/host/hostops.pl --target_host --operation reboot --url https:///sdk/vimService.wsdl 

To shut down ESX 4.0 or ESXi 4.0 hosts, run the following command from vMA or vCLI console screen:

/usr/lib/vmware-vicli/apps/host/hostops.pl --target_host --operation shutdown --url https:///sdk/vimService.wsdl 

1 comment:

  1. Hi Gerrish and thanks for the awesome write up!

    I'm fairly new to ESX/VMWare, but quickly learning.

    This weekend i'm upgrading our 2 ESX 4.0 Hosts from 32gb of memory to 128gb of memory.

    From what i've been reading so far, in addition to installing the physical memory, i'll need to modify the memory allocated to the Service Console. I have a VM KB article on how to do just that, which seems pretty straight forward.

    What I can't seem to find any info on, is the proper procedure for installing physical memory in my ESX 4.0 Hosts.

    Is it just like a regular server (i.e. shut it down, install memory, boot back up? of course all VMs on the ESX Host would be shut down during this.)

    Any insight on this process would be immensely appreciated!

    Thanks,

    Jim

    ReplyDelete