For agent versions 5.4 and above, APM Insight Java agent can be upgraded from server using any of the following ways:
Note: The Re-initiate option will clear the upgrade status in the cache and immediately try to perform agent update, so message gets modified to "Agent update will happen shortly..." again.
For agent versions below 5.4, APM Insight Java agent can be upgraded by following the steps given below:
Note:
1. Customers upgrading to Applications Manager 14440 or above must upgrade their Java agent to version 4.x or above.
2. While upgrading Java Agent from version 2.x to 4.x or above, the following keys in apminsight.conf file needs to be updated:
a. license.key value from Applications Manager web client APM tab > Help Card > License Key needs to be added.
b. apm.host value needs to be changed to https://<appmanager_host>:<ssl_port> or http://<appmanager_host>:<http_port> after upgrade.
Example 1:
license.key=APMI_e448c81fe4927e0495e868124c7d345c2c2f0012f4796b154f4b1827fe56d119
apm.host=https://localhost:8443/
Example 2:
license.key=APMI_e448c81fe4927e0495e868124c7d345c2c2f0012f4796b154f4b1827fe56d119
apm.host=http://localhost:9090/
Visit Configuration Guide page for more details.