Getting Started > Getting Started > Installing Vector Using a Response File
Was this helpful?
Installing Vector 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 Vector Using a Response File (Linux)
To install Vector using install.sh
Install Vector 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 Vector using RPM directly
After the response file is created, install Vector 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
# Generated by the Actian Response File API
# Created: Mon Feb 4 20:46:19 2019
 
# [ Database Locations ]
II_SYSTEM=/opt/Actian/VectorVW
II_DATABASE=/opt/Actian/VectorVW
II_CHECKPOINT=/opt/Actian/VectorVW
II_JOURNAL=/opt/Actian/VectorVW
II_WORK=/opt/Actian/VectorVW
II_DUMP=/opt/Actian/VectorVW
II_VWDATA=/opt/Actian/VectorVW
II_LOG_FILE=/opt/Actian/VectorVW
 
# [ Instance Configuration ]
II_INSTALLATION=VW
II_CHARSET=UTF8
II_TIMEZONE_NAME=America-Los_Angeles
II_DATE_FORMAT="US"
II_MONEY_FORMAT="L:$"
II_ENABLE_SQL92="NO"
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
 
# [ Vector 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"
Last modified date: 03/21/2024