Exploring the i2 Explore for iBase Deployment
Description of the file structure within the deployment.
Exploring the deployment
When the installer has completed, the following directory structure will be created in the <installation_location>/ directory:
explore-for-ibase
├── analyze-deployment-tooling
│ ├── configs
│ │ ├── explore-for-ibase
│ │ │ ├── configuration
│ │ │ │ └── secrets
│ │ │ │ ├── sqlserver
│ │ │ ├── utils
│ │ │ │ └── variables.conf
| |── environment-secrets
│ │ │ ├── provided-secrets
│ │ │ │ ├── certificates
│ │ │ │ | |── externalCA
│ │ │ │ | | |── CA.cer
│ │ │ │ | |── localhost
│ │ │ │ | | ├── server.cer
│ │ │ │ | | └── server.key
│ ├── pre-reqs
│ │ ├── jdbc-drivers
│ │ ├── jdk.zip
│ │ ├── solr.tgz
│ │ ├── wlp.zip
│ │ └── zookeeper.tar.gz
│ ├── setup.exe
├── deploy
│ ├── jdk
│ ├── solr
│ ├── wlp
│ └── zookeeper
├── data
└── logsDeploy directory
The deploy directory contains the deployed binaries for the i2 Explore for iBase application.
Data directory
The data directory contains temporary data files for the i2 Explore for iBase application.
Logs directory
The logs directory contains the logs for the i2 Explore for iBase application. The logs are generated by the Liberty application server, Solr and Zookeeper services and also the deployment tooling. These can be used by the i2 support team to diagnose issues with the i2 Explore for iBase application.
