Complete the following steps to create the properties files. This procedure performs a simple configuration based on your answers to the prompts.
To customize the settings, see “Configure Properties”.
To install each application or each instance of an application on its own JVM, see “Multiple Java Virtual Machines”.
To install more than one instance of the same application on the same JVM, see “Multiple Instances on the Same JVM”.
Create additional configurations
If you use the default configuration, the configuration directory is named default. The installation process supports multiple configurations from the same installation. Each configuration is stored in a separate directory under the Infogix/config directory.
For large volumes of data, multiple configurations are recommended to avoid memory errors. Each configuration uses its own JVM.
To add additional configurations, add -c argument to the init-config
command to create a new configuration.
Choose a name, represented in the instructions by <myConfigName> to identify the additional configuration. For example, if you install Assure DQ and then install Insight, you might use the name, IA, for the Assure DQ
configuration and name the Insight configuration II.
Use this configuration name wherever you need to identify a configuration other than the default.
Follow the steps under Create properties files, but for step 2, add the following argument:
for Windows
init-config.bat -c <myConfigName> <product>
for UNIX or Linux
./init-config.sh -c <myConfigName> <product>
where <myConfigName> is the name of the new configuration, for example, IA, and <product> is the parameter for your Precisely application:
- For Assure DQ, specify IA.
- For ER, specify ER.
- For Insight, specify II.
- For Perceive, specify IV.
Product parameters are case-sensitive.
Important: If you create an additional configuration, you will have to include the argument each time you run a subsequent command that requires a product parameter.