3. Stage 1--Define and Create the Test Environment : Installation : Installing Using a Response File
 
Share this page                  
Installing Using a Response File
The installation script supports supplying parameters through a response file. This can be used to make installation easily repeatable or even completely automated.
The most minimal response file requires only the time zone. You can also list slave nodes to install VectorH on. For example:
II_TIMEZONE_NAME=GMT
SLAVES_LIST=VectorH-HW1.localdomain,VectorH-HW2.localdomain
The installation can then be performed by supplying this file to the installer for example:
install.sh -respfile respfile.txt -acceptlicense -noroot
For a complete list of response file parameters, see the Installation Guide.