The environment.properties file

The following properties are in the environment.properties file:

Property

Description

Default value

db.installation.dir

The installation path of the database management system or the database management system client.

If you are using IBM Db2, C:/Program Files/IBM/SQLLIB on Windows, or /opt/ibm/db2/V11.5 on Linux.

If you are using Microsoft SQL Server, C:/Program Files/Microsoft SQL Server/Client SDK/ODBC/170 on Windows, or /opt/mssql-tools on Linux.

If you are using PostgreSQL, C:/Program Files/PostgreSQL/16 on Windows, or /usr/lib/postgresql/16 on Linux (or /usr/pgsql-16 on RHEL).

db.database.location.dir

The root path of the database file storage.

If you are using IBM Db2, C: on Windows, or /home/db2inst1 on Linux.

If you are using Microsoft SQL Server, C:/Program Files/Microsoft SQL Server/MSSQL16.MSSQLSERVER/MSSQL/DATA on Windows, or /var/opt/mssql/data on Linux.

If you are using PostgreSQL, C:/Program Files/PostgreSQL/16/data on Windows, or /var/lib/postgresql/data on Linux (or /var/lib/pgsql/16/data on RHEL).

wlp.home.dir

The installation path for Open Liberty.

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

solr.home.dir

The installation path for Apache Solr.

C:/i2/i2analyze/deploy/solr on Windows or /opt/i2/i2analyze/deploy/solr on Linux.

zookeeper.home.dir

The installation path for Apache ZooKeeper.

C:/i2/i2analyze/deploy/zookeeper on Windows or /opt/i2/i2analyze/deploy/zookeeper on Linux.

apollo.data

The path to a directory where i2 Analyze can store files.

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

backup.config.location.dir

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.