Determining the version of vFabric Enterprise Ready Server installed
search cancel

Determining the version of vFabric Enterprise Ready Server installed

book

Article ID: 293942

calendar_today

Updated On:

Products

Pivotal Web Server

Issue/Introduction

This article provides a method to determine the installed version of Enterprise Ready Server (ERS).

Resolution

You can run the server executable with the -v option (lowercase) to determine its version and use this to determine the version of ERS. The executable is found in the bin/ directory of the apache#.#/ directory under the ERS installation directory.

Note: This procedure assumes that you are using Apache 2.2.

1. Determine the httpsd version installed.

Windows

Run this command:
cd <path_to_ERS_directory>\apache2.2\bin

For example, when ERS is installed in C:\ERS, run this command:
cd C:\ERS\apache2.2\bin

Run this command:
httpsd.exe -v


Linux

Run this command:
cd <path_to_ERS_directory>\apache2.2\bin

For example, when ERS is installed in C:\ERS, run this command:
cd C:\ERS\apache2.2\bin

 Run this command:
httpsd.exe -v

Run this command:
$ cd /<path_to_ERS>/apache2.2/bin

For example, when ERS is installed in /path/to/ERS/, run this command:
$ cd /path/to/ERS/apache2.2/bin

Run these commands:
$ . ./envvars
$ ./httpsd.worker -v

2. Identify the ERS version that matches the httpsd version (identified in Step 1) using this table:
 
httpsd versionERS version
2.2.174.0.3
2.0.644.0.3
1.3.424.0.3
2.2.154.0.2
2.2.144.0.1
2.2.94.0.0
2.0.634.0.0
1.3.414.0.0