There are several simple ways to get the version number of the AMPS server:
- Run ampServer with the --version flag, as shown below
$ ampServer --version
This will produce a version string such as:5.0.0.37.970732.601b9cd
- When the AMPS process starts, it writes the version number to standard error on the console. If your environment captures the output when AMPS starts, look for the AMPS startup banner:
AMPS 5.0.0.37.970732.601b9cd - Copyright (c) 2006-2016 60East Technologies Inc.
(Built: 2016-12-20T06:55:11Z)
In this case, the version string is5.0.0.37.970732.601b9cd
- AMPS writes the version number to the event log in the 00-0001 startup message, which is an info level message. For example:
2016-12-28T12:29:05.0609820-08:00 [1] info: 00-0001 AMPS 5.0.0.37.970732.601b9cd (Built: 2016-12-20T06:55:11Z) - Copyright (c) 2006-2016 60East Technologies Inc.
As with the two previous examples, the version string is5.0.0.37.970732.601b9cd
keywords: version, AMPS version, finding version number
Comments