CAPM 20.2.2 fails with a created "response" file.
Silent install does not work
Silent install fails
Problem with silent.properties file when doing a silent install
Release : 20.2
Component : CA Performance Center
Silent install added \" to the beginning and end of the mysql directories in the .properties file that gets created. These characters need to be removed and install run again.
This is what the mySql path looks like it has a \" added to the beginning and end of the mysql directories
#Select a Location for the MySQL Data Directory
#----------------------------------------------
MYSQL_DATA_FOLDER=\"/opt/CA/MySql/data\"
#Select a Location for the MySQL Temp Directory
#----------------------------------------------
MYSQL_TEMP_FOLDER=\"/opt/CA/MySql/tmp\"
This is what the silent.properties file for a silent install should look like
#Select a Location for the MySQL Data Directory
#----------------------------------------------
MYSQL_DATA_FOLDER=/opt/CA/MySql/data
#Select a Location for the MySQL Temp Directory
#----------------------------------------------
MYSQL_TEMP_FOLDER=/opt/CA/MySql/tmp