Upgrade Procedure
Pre-requisite
The previous version of the Synthetic services database should be maintained.
Get the Latest Synthetic Server Installer
-
Go to Cisco AppDynamics Download Center and download the latest version of the Synthetic Server installer package.
-
Copy the Synthetic Server installer package (
synthetic-installer-linux-<version>.zip
) to the machine hosting your Synthetic Server.
Upgradation Steps
To upgrade Synthetic services first go to the installed Synthetic services path cd <Synthetic_home>
-
Run the following command to stop Synthetic services:
"/unix/deploy.sh stop"
-
Take a back up of inputs.grovy <Synthetic_home> <Synthetic_Home>
-
Delete all the files and folders under
<Synthetic_home>.
-
Copy and unzip the new Synthetic services installer under <Synthetic_home>.
-
Replace inputs.groovy.sampleNote: You must update the JAVA_HOME environmental variable to point to Java 17 when you migrate from Synthetic Server Java 8 to Synthetic Server Java 17.
-
Run the following command to install new services:
"./unix/deploy.sh install"
-
Once the installation is complete, confirm the Synthetic Server is running by entering:
ps aux | grep synthetic-processor netstat -lan | grep "1[0,2,6]10[1,2]"
-
To view the updated version, curl to the version
curl <on-prem-synthetic_server>:10101/version curl <on-prem-synthetic_server>:12101/version curl <on-prem-synthetic_server>:16101/version