Get the software version of an IBM® Content Search Services server by viewing the build_info.properties file
or by using the command-line administration tool.
Procedure
To get the software version of a server by viewing the build_info.properties file:
To get the software version of a server by using the
administration tool:
- Use the following command-line syntax to run the tool:
adminTool version -configPath path
The
version is displayed in the following format:
version.release.modification.fixpack-protocol-build
For example, 1.0.0.0-1.1-290 indicates
server version 1, protocol 1.1, build 290.
The format has following
elements:
- version.release.modification.fixpack
- The standard version numbering convention used by IBM products.
- protocol
- The protocol that is used to serialize request arguments and data
between the server and client.
- build
- The build number of the server.