VMware
 

Knowledge Base

Search the Knowledge Base:

Products:
Search In:
 

Determining detailed build number information for VMware ESX 4.0.x hosts

Details

In some cases, after patches have been installed on an ESX host, different build numbers are reported for different components of ESX Server. This article provides details of the build information for ESX 4.0.x hosts. For information on ESX 3.0x or ESX 3.5.x hosts, see KB 1001179.

Solution

VMware ESX Server hosts are patched according to a model where each patch bundle only updates a few components of the ESX Server installation at a time. Not all components of the installation are upgraded during each patch installation. When a patch is applied, the build number of the updated components will change. As a result, the ESX Server installation can have different components at different build numbers, depending upon which patch bundles have been applied.

You can view the build number for different components of upgraded versions of ESX Server 4.0.x. This article provides instructions on how to determine the build number of the following:
For more information on how to determine the build number of other Vmware products, please refer to http://kb.vmware.com/kb/392
 
 

To determine the system level of an ESX 4.0 host (the build number of the original installation):

1. Log in to the ESX Server service console.
2. At the command prompt issue the following command:
# vmware -l

Typical output resembles the following:
#ESX 4.0.0 GA

The system level base installation of the ESX host will be displayed in the query output. This is the system level with no patches or updates applied.

To determine the base build number of an ESX Server 4.0.x host (the build number of the original installation):

1. Log in to the ESX Server service console.
2. At the command prompt, issue the following command:
#vmware -v

To determine the patches or updates applied on the host

1. Log in to the ESX service console
2. At the command prompt, issue the following command:
#esxupdate query

Lines in the output indicate the names and of patches that might have been applied after the original installation. Typical output will resemble the following:

----Bulletin ID---- -----Installed----- -------------Summary-------------
ESX400-200906401-BG 2009-07-08T18:02:49 Updates VMX
ESX400-200906412-BG 2009-07-08T18:02:49 Updates esxupdate
ESX400-200906404-BG 2009-07-08T18:02:49 Updates CIM

To view the build numbers of all RPMs currently installed on the ESX Server host:

1. Log in to the ESX Server service console.
2. At the command prompt type:
rpm -qa | grep -i vmware
This method reports build numbers for all ESX Server components (RPMs) including VMX, host agent, VMkernel, drivers, and so on.  

To view the current build number of the host agent component:

1. Log in to the ESX Server host using the VI Client.
2. Choose Help > About Vmware vSphere
NOTE: In ESX 4.0, the packages are called VIBs (vSphere Installation Bundle). The VIB name contains details about the RPMs, including the versions.

To view the build numbers of RPMs and VIB details contained in a patch bundle before it is installed:

1. Download the patch bundle zip files as described in the patch bundle installation instructions.
2. Before installing the patch, change to the directory that you use as your esxupdate repository. For example, if your repository is located at /var/updates, type:
#cd /var/updates
3. At the command prompt, type:
#esxupdate --bundle <patchbundlename>.zip info
Where <patchbundlename> represents the name of patch bundle.

To view the build numbers of RPMs and VIB details contained in a patch bundle after it is installed:

1. Log in to the ESX Server service console.
2. At the command prompt, type:
# esxupdate info

This command lists all the VIBs.

To view the build numbers of RPMs in a specific bulletin contained in a patch bundle after it is installed.

1. Log in to the ESX Server service console.
2. At the command prompt, type:
# esxupdate info -b <bulletinname>
Where <bulletinname> represents the name of the bulletin you are reviewing, such as ESX400-200906413-BG.

Sample Output for the following command : esxupdate info -b <bulletinname>:

Id

- ESX400-200906413-BG

Releasedate

- 2009-07-09T00:00:00-08:00

Vendor

- VMware, Inc.

Summary

- Updates vmkernel iSCSI Driver

Severity

- critical

Category

- critical

Installdate

- 2009-07-02T16:25:56.709691+05:30

Description

- This patch fixes an issue where iSCSI targets might disappear during controller fault or failover of an EqualLogic array. Currently, this issue has only been observed on EQL hardware. However it might not be specific to EQL arrays. Please see http://kb.vmware.com/kb/1012232 for more details

Kburl

-http://kb.vmware.com/kb/1012232

List of constituent VIBs:

-rpm_vmware-esx-iscsi_4.0.0-0.5.175625@i386
rpm_vmware-hostd-esx_4.0.0-0.5.175625@i386

Keywords

djohn esxupdate, patch, esx40x

Feedback

Rating: 1 - Lowest 2 3 4 5 - Highest (5 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 (5 Ratings)   
Actions