Automated Installation

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; if there are any required options missing you will be prompted for these with 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.

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.51-linuxrhel6_x86_64_setup.tar
pushd xpress-insight-worker-4.51-linuxrhel6_x86_64_setup
./install.sh –y –d /opt/xpressmp
popd

This will install Xpress Insight Execution Worker in /opt/xpressmp.