Installing Incorta with a Response File
Silent installations use a response file to supply the installation wizards with the user’s desired responses. You create a response file by performing an installation once. The installation generates the response file which can then be used as needed.
Note: you can also use silentInstaller.sh
to create one of three installations:
- Fresh Typical installation (single-node)
- Fresh custom Incorta Node
- Fresh custom CMC
1. Generate a response file.
Generate a response file by performing an installation using the graphic or command line driven installation wizards.
This file creates the response file, installer.properties
, found in the project installer directory (for example, incorta-package
).
2. Use the response file.
Perform a silent installation:
java -jar incorta-installer -i silent -f <response-file>
where <response-file>
is installer.properties
.