5.3

Table Of Contents
Upgrading vFabric Web Server 15
VMware vFabric Suite 5.3 15
4. Upgrading vFabric Web Server
The instructions for upgrading vFabric Web Server differ slightly depending on your operating system and how you installed the
original version. See:
RHEL: Upgrade Using the VMware RPM Repository
Unix: Upgrade Using a Self-Extracting ZIP
Windows: Upgrade Using a Self-Extracting ZIP
RHEL: Upgrade Using the VMware RPM Repository
You use yum upgrade to upgrade an existing RHEL installation of vFabric Web Server to the latest version. It is assumed that
you used yum install to originally install the older version.
The yum upgrade process:
Installs the latest version of the Apache HTTPD Web Server binaries in a new directory (such as httpd-2.2.24.0) and
removes the older versions.
Adjusts the httpd-2.2 symbolic link to point to the new binaries.
Automatically updates all existing Web Server instances to start using the new binaries.
Prerequisites
Stop all running Web Server instances in the installation that you are upgrading. See Unix: Start and Stop vFabric Web Server
Instances
If necessary, install the vFabric repository RPM that contains the version of vFabric Web Server to which you are upgrading.
For example, vFabric Web Server 5.3 is certified for vFabric Suite 5.3, so install the 5.3 vFabric repository RPM.
Procedure
1. From the RHEL VM on which you will upgrade vFabric Web Server, log in as the root user.
2. Execute the following yum command:
prompt# yum upgrade vfabric-web-server
The yum command begins the upgrade process, resolves dependencies, and displays the packages it plans to upgrade.
3. Enter y at the prompt to begin the actual upgrade.
When the upgrade process finishes, you will see a Complete! message at the end. Check the output of the command to
ensure that the upgrade was successful.
Unix: Upgrade Using a Self-Extracting ZIP
Upgrading vFabric Web Server on Unix is very similar to installing, except you unzip the self-extracting ZIP file into the
existing vFabric Web Server installation directory.
Prerequisites
Stop all running Web Server instances in the installation that you are upgrading. See Unix: Start and Stop vFabric Web Server
Instances
Read the Unix installation prerequisites which also apply to upgrading. See Unix: Install vFabric Web Server from a Self-
Extracting ZIP .