Micro Focus offers two types of installers on UNIX and Linux - a proprietary Micro Focus installer for installing on UNIX and Linux and a standard RPM (RPM Package Manager) installer for installing on Linux.
Before starting the installation, see Software Requirements.
These are the steps to install this product:
chmod +x setup_visualcobol_deveclipse_7.0_platform
./setup_visualcobol_deveclipse_7.0_platform
If you don't run this as superuser, you are prompted to enter the superuser password during the install.
The COBOL environment is installed by default into /opt/microfocus/VisualCOBOL, (COBDIR). A full version of Eclipse, with the Micro Focus plugins already installed, is present in the $COBDIR/eclipse directory.
To install in a different location use the -installlocation="Location" parameter to specify an alternative directory location. For example:
./setup_visualcobol_deveclipse_7.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.
. /setup_visualcobol_deveclipse_7.0_platform -skipsafenet
touch /var/microfocuslicensing/SKIP_SAFENET_INSTALL
While the file is present, the SafeNet installer does not make changes to the installation or shutdown the running license daemons. If licensing needs to be updated later, you can rerun the MFLicenseServerInstall.sh from within the $COBDIR/safenet folder with the force command line option:
cd $COBDIR/safenet ./MFLicenseServerInstall.sh force
./setup file -skipautopass
touch /opt/microfocus/licensing/SKIP_AUTOPASS_INSTALL
cd $COBDIR/safenet ./MFLicenseServerInstall.sh force