The environment.properties file

The script in the deployment toolkit that deploys i2 Analyze requires information about the deployment environment. In the environment properties you can identify your database management system location, specify the installation directories that i2 Analyze uses, and specify the locations where i2 Analyze can store data.

The following properties are in the environment.properties file:
db.installation.dir

Database management system The installation path of the database management system or the database management system client. If you are using IBM Db2, for example C:/Program Files/IBM/SQLLIB on Windows, or /opt/ibm/db2/V11.5 on Linux If you are using Microsoft SQL Server, for example C:/Program Files/Microsoft SQL Server/Client SDK/ODBC/170 on Windows, or /opt/mssql-tools on Linux

db.database.location.dir

The root path of the database file storage. If you are using IBM Db2, for example C: on Windows, or /home/db2inst1 on Linux If you are using Microsoft SQL Server, for example C:/Program Files/Microsoft SQL Server/MSSQL15.MSSQLSERVER/MSSQL/DATA on Windows, or /var/opt/mssql/data on Linux

wlp.home.dir

Application server The installation path for WebSphere Liberty Profile.

For example, C:/i2/i2analyze/deploy/wlp on Windows, or /opt/i2/i2analyze/deploy/wlp on Linux

By default, the value is /opt/i2/i2analyze/deploy/wlp

solr.home.dir

The installation path for Apache Solr. (Required for the Opal deployment pattern)

For example, C:/i2/i2analyze/deploy/solr on Windows or /opt/i2/i2analyze/deploy/solr on Linux

By default, the value is /opt/i2/i2analyze/deploy/solr

zookeeper.home.dir

The installation path for Apache ZooKeeper. (Required for the Opal deployment pattern)

For example, C:/i2/i2analyze/deploy/zookeeper on Windows or /opt/i2/i2analyze/deploy/zookeeper on Linux

By default, the value is /opt/i2/i2analyze/deploy/zookeeper

apollo.data

The path to a directory where i2 Analyze can store files. By default, the directory is also used to store the Solr index files.

For example, C:/i2/i2analyze/data on Windows, or /opt/i2/i2analyze/data on Linux

By default, the value is /opt/i2/i2analyze/data

backup.config.location.dir

Backup and restore The location where the i2 Analyze configuration backups are created and restored from. This location must exist on the Liberty server where you run the backupConfiguration command.

backup.solr.location.dir

The location where the Solr index and ZooKeeper configuration backups are created and restored from. This location must be accessible by every Solr node in your deployment.

backup.db.location.dir

The location where the database backup are created and restored from. The user that is specified in the credentials.properties file for your database management system must have write permissions to this location.