Automated Installation of the Xpress Insight Execution Worker on RHEL
If required you can automate the installation of Xpress Insight Execution Worker by specifying command-line options.
To get a list of the available options run: ./install.sh -h
You can specify as many of the options as you like. Any missing required options will be requested by interactive prompts, if you require the installation to be fully automated make sure you supply all the necessary options so that the interactive prompts do not appear. You will also need to make sure all prerequisites are installed on the system before running the installer.
Example - Fully Automated Xpress Insight Execution Worker Installation on Red Hat Enterprise Linux
Here is an example of a fully automated installation assuming you are in a directory containing the Xpress Insight Execution Worker tar archive:
tar xf xpress-insight-worker-4.54-linuxrhel6_x86_64_setup.tar pushd xpress-insight-worker-4.54-linuxrhel6_x86_64_setup ./install.sh –y –d /opt/xpressmp popd
This will install Xpress Insight Execution Worker in /opt/xpressmp.