Getting Started : 4. Installing Vector Using a Response File : Install Vector Using a Response File (Linux)
 
Share this page                  
Install Vector Using a Response File (Linux)
You can use the Vector Installation Wizard on Linux to create a response file.
To create a response file using the Vector Installation Wizard on Linux
1. On the Installation Mode page of the Installation Wizard, select Customize.
2. Select your options for installing Vector, and then click Next until the Ready to Install Vector (preinstallation summary) page is displayed.
The response file is automatically generated.
3. Click View RF to view the response file (see Example Response File on Linux). Copy and paste the contents into a file, and then save it.
Note:  When defining non-default locations for II_DATABASE, II_CHECKPOINT, II_WORK, or II_DUMP, those locations must exist and be writable by the instance owner prior to running the setup programs; otherwise they will fail with: The II_DATABASE location "/my/new/data/loc" does not exist; please create and try again.
To install Vector for Linux using a response file
After the response file is generated, 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 either using the install.sh command or invoking RPM directly.
3. If you invoked RPM directly, run the service script, which automatically uses the value of II_RESPONSE_FILE:
/etc/init.d/actian-vectorXX configure
where XX is the instance ID.
Example Response File on Linux
# Actian Response File
# Generated by the Actian Response File API
# Created: Mon Feb 3 20:46:19 2014
 
# [ 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"