VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

Booting into Maintenance Mode for IBM x460 with ESX Server 2.5.4 or 2.5.5

Details

To boot an IBM eServer x460 system with ESX Server 2.5.4 or 2.5.5 into maintenance mode for patch application, follow the steps below.

Solution

  1. Log in to the service console of the ESX Server system as root and turn off the vmware service.

    [root@esxhost] # chkconfig --level 3 vmware off

     
  2. Ensure the vmware service is turned off.

    [root@esxhost]# chkconfig --list vmware

    The output should look as follows:

    vmware 0:off 1:off 2:off 3:off 4:off 5:off 6:off

  3. Reboot the ESX Server system.

    [root@esxhost]# reboot

     
  4. After the server is booted, log in as root and apply the desired patch.

    Important: Enter n at the prompt for reboot after the patch is applied. The vmware service needs to be turned back on for runlevel 3.

     
  5. Turn on the vmware service for runlevel 3.

    [root@esxhost]# chkconfig --level 3 vmware on

     
  6. Ensure the vmware service is turned on.

    [root@esxhost]# chkconfig --list vmware

    The output should look as follows:

    vmware 0:off 1:off 2:off 3:on 4:off 5:off 6:off

  7. Reboot the server.

    [root@esxhost]# reboot

    The ESX Server system should boot successfully with the desired patch applied.
     

Keywords

x460, x-series 460, linux-up, linux; esx254; esx255

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   

Did this article help you?
This article resolved my issue.
This article did not resolve my issue.
This article helped but additional information was required to resolve my issue.
What can we do to improve this information? (2000 or fewer characters)
Submit
Rating: 1 - Lowest 2 3 4 5 - Highest (0 Ratings)   
Actions