Silent Installation
To use the silent installation method, add the -q option, the response file, and the destination directory to the command to run the installer. For example, in Linux, run the following command:
./platform-setup-64bit-linux.sh -q -varfile ~/response.varfile
It is recommended that, if possible, you provide an absolute path as the installation path specified as the dir argument value and not a relative path as shown in the example.
For a Windows system:
platform-setup-64bit-windows.exe -q -varfile c:/response.varfile
Sample response files for silent installation
Linux
serverHostName=HOST_NAME
sys.languageId=en
disableEULA=true
platformAdmin.port=9191
platformAdmin.databasePort=3377
platformAdmin.dataDir=/opt/appdynamics/platform/mysql/data
platformAdmin.databasePassword=ENTER_PASSWORD
platformAdmin.databaseRootPassword=ENTER_PASSWORD
platformAdmin.adminPassword=ENTER_PASSWORD
platformAdmin.useHttps$Boolean=false
sys.installationDir=/opt/appdynamics/platform
The sys.languageID
and platformAdmin.dataDir
properties are optional. If not specified, the data directory will be in the /mysql
directory under the platform directory.
Windows
serverHostName=HOST_NAME
sys.languageId=en
disableEULA=true
sys.adminRights$Boolean=true
platformAdmin.port=9191
platformAdmin.databasePort=3377
platformAdmin.dataDir=C\:\\AppDynamics\\Platform\\platform-admin\\mysql\\data
platformAdmin.databasePassword=ENTER_PASSWORD
platformAdmin.databaseRootPassword=ENTER_PASSWORD
platformAdmin.adminPassword=ENTER_PASSWORD
platformAdmin.useHttps$Boolean=false
sys.installationDir=C\:\\AppDynamics\\Platform
The sys.languageID
and platformAdmin.dataDir
properties are optional. If not specified, the data directory will be in the \mysql
directory under the platform directory.
serverHostName
value.After the Installation
After you install the Enterprise Console, you can use the following methods to install the Splunk AppDynamics On-Premises Platform:
- GUI: A graphical interface within a web browser to install the Controller and Events Service. You can select from Express Install or Custom Install of the platform, which includes the option to install a Controller and Events Service.
- Command-line: A CLI to install the Controller and Events Service.
After installing the Enterprise Console, you can select from the Express Install or Custom Install of the platform, which includes the option to install a Controller. For more information about those options, see Enterprise Console.
For information on installing the Controller or Events Service in unattended mode or via the command line, see Enterprise Console Command Line.