To install in a different location use the -installlocation="Location" parameter to specify an alternative directory location. For example:
./setup_visualcobol_devhub_10.0_platform -installlocation="full path of new location"
-installlocation="/home/myid/installdir"
-installlocation="$HOME/installdir"
You can see details about which additional parameters can be passed to the install script if you enter the -help option.
If a subsequent Patch Update of release 10.0 is installed in the same COBDIR location once Futex is enabled, the installer automatically enables Futex, so the command line option is not required.
You can install Micro Focus products silently by using command line parameters to specify the installation directory, user information, and which features to install. You must execute the command with superuser permissions.
You can use the following command line arguments to install silently on UNIX/Linux. You need to execute the commands as root:
–silent -IacceptEULA
For example, execute:
setup_filename –silent -IacceptEULA
By default, the product installer uses /tmp for temporary files and log files during installation. If /tmp is not available on your system you can set the environment variable TMPDIR to an alternative location:
TMPDIR=/home/user/tmp Export TMPDIR
Then run the installation as normal.
The TMPDIR setting is lost when the installer is elevated to root user within the installer. This occurs when you run the installer as a non-root user, and are prompted for the root password during the installation process. Micro Focus recommends that you log in as root, set TMPDIR and then run the installer. If you use sudo to run the installer, then use the following command-line syntax:
sudo TMPDIR=$TMPDIR setup…
or:
sudo TMPDIR=/home/user/tmp setup…