Getting Started > Getting Started > Installing Analytics Engine Using a Response File
Was this helpful?
Installing Analytics Engine Using a Response File
Response File--Define Configuration for the Installation
A response file contains parameters that define how an instance is to be installed and configured. You can use any name for the response file.
Each entry in the response file must be on a separate line and in the following form:
variable=value
where variable is a response file parameter name.
Install Analytics Engine Using a Response File (Linux)
To install Analytics Engine using install.sh
Install Analytics Engine by invoking install.sh using the ‑respfile flag to pass the full path to the response file:
./install.sh -acceptlicense -respfile /full/path/to/resp.txt
To install Analytics Engine using RPM directly
After the response file is created, install Analytics Engine by following these steps:
1. Set the II_RESPONSE_FILE environment variable to the absolute path and name of the response file.
2. Install the RPM packages by invoking RPM.
3. Run the service script, which automatically uses the value of II_RESPONSE_FILE:
$II_SYSTEM/ingres/utility/iisystemd -a configure -d $II_SYSTEM -r $II_RESPONSE_FILE -s rdbms
Example Response File on Linux
# Actian Response File
 
# [ Database Locations ]
II_SYSTEM=/opt/Actian/AnalyticsEngineVW
II_DATABASE=/opt/Actian/AnalyticsEngineVW
II_CHECKPOINT=/opt/Actian/AnalyticsEngineVW
II_JOURNAL=/opt/Actian/AnalyticsEngineVW
II_WORK=/opt/Actian/AnalyticsEngineVW
II_DUMP=/opt/Actian/AnalyticsEngineVW
II_VWDATA=/opt/Actian/AnalyticsEngineVW
II_LOG_FILE=/opt/Actian/AnalyticsEngineVW
 
# [ Instance Configuration ]
II_INSTALLATION=VW
II_CHARSET=UTF8
II_TIMEZONE_NAME=America-Los_Angeles
II_DATE_FORMAT=US
II_MONEY_FORMAT=L:$
II_USERID=actian
II_GROUPID=actian
 
# [ Installation Options ]
II_LOG_FILE_SIZE_MB=512
II_START_ON_BOOT=Yes
II_MTS_JAVA_HOME=/usr/lib64/jvm/java
 
# [ AnalyticsEngine Configuration ]
II_VWCFG_MAX_MEMORY=1004M
II_VWCFG_BUFFERPOOL=502M
II_VWCFG_BLOCK_SIZE=512K
II_VWCFG_GROUP_SIZE=8
II_VWCFG_MAX_PARALLELISM=2
 
# [ Upgrade Configuration ]
II_UPGRADE_USER_DB=YES
II_REMOVE_ALL_FILES=NO
 
# [User Defined Properties]
II_LICENSE_DIR=/license
II_MAILHOST=
II_MAILPORT=0
II_EMAIL=
Last modified date: 09/11/2026