The update-config will update your deployed product with new configuration changes in your property files, or with a new product license. Note that some properties require a deploy instead of an update-config. If making a configuration change, running the validate script is required before the update-config script can be executed.
Running the update-config script
- Navigate to the following directory:
<install_directory>/bin/
- Run the update-config script based on the syntax and examples below.
The general syntax of the script is:
update-config.(bat|sh) [-c <JVM Name>] <product ID>
Where
<product ID>
is one of the following values:
IA
for Assure
II
for Insight
IV
for Perceive
ER
for ER
And where-c <JVM Name>
is the name of your JVM configuration within your installation. This is required if you specified a custom JVM configuration during your initial product installation. If you are using thedefault
configuration, then omit this parameter. If you are unsure whether you have a JVM configuration check, review our How to check your JVM configuration name article.
Windows example with Assure via default configuration:update-config.bat IA
Linux example with Insight and a configuration name of
JVM1
:./update-config.sh -c JVM1 II
Comments
0 comments
Please sign in to leave a comment.