Upgrading to the latest release level
Updates to Z APM Connect V6.1.1 are delivered as cumulative fix packs. These fixes provide changes to Z APM Connect Distributed Gateway that resolve known issues, add new functionality, enhance secure communications, and improve application scalability. You can download the fix packs from IBM Fix Central.
To upgrade Z APM Connect Distributed Gateway (previously named Z APM Connect Transaction Tracking Gateway) from V6.1.0 fix pack 8 to the latest Fix Pack 4, follow the steps below.
Note: If you are upgrading from any release level lower than V6.1.0 fix pack 8 to the latest fix pack, uninstall that fix pack first and then install V6.1.1 Fix Pack 4. It is recommended that you first back up any certificates and configuration files before installing the latest release. After you complete the backup and uninstall the previous fix pack, see How-to Guide to install and configure the latest release.
Procedure
Download the V6.1.1 Fix Pack 4 from Fix Central and move it to the directory where the previous version is installed.
The installation directory
/opt/ibm
is used as an example.mv ./zapm-connect-dg-standalone-amd64-6.1.1-4.tar.gz /opt/ibm/ cd /opt/ibm
Extract the tar file by running the following command:
tar -xvzf zapm-connect-dg-standalone-amd64-6.1.1-4.tar.gz
Install the latest version with the following command:
sudo ./zapmctl install --update
The above command will add all of the latest Z APM Connect images to the local image repository and will ask about restarting the Z APM Connect DG. It will not remove any previous configuration, certificates, or saved logs.
For more details on the
install --update
subcommand usage, see Subcommand: install --update.