Installing Micro Focus Enterprise Developer Unix Components

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:

  1. Give execute permissions to the setup file:
    chmod +x setup_entdev_7.0_platform
  2. Run the installer from the Process User ID login:
    ./setup_entdev_7.0_platform

    When the installer starts it will prompt you to enter the superuser password so it can perform operations that require root permissions.

    Note: On Ubuntu, the prompt for superuser password is not available. On this platform you must either log in as root or use the sudo command to get root permissions before you run the installer.

    The COBOL environment is installed by default into /opt/microfocus/EnterpriseDeveloper, (COBDIR).

Enterprise Server System Administrator Process

During the installation process, the installer configures the product's Enterprise Server System Administrator Process User ID. The Process User ID will be the owner of all Enterprise Server processes except the one for the Micro Focus Directory Server (MFDS). The Directory Server process (Enterprise Server Administration) runs as root as this allows it to access the system files and ports.

All Enterprise Server processes you start from Enterprise Server Administration run under the Process User ID which can affects the file access and creation.

You must supply the user ID at the command line - specify -EsadminID=[ ID ] as part of your command.

By default, the installer uses the login id of the user that runs the installer for the Process User ID. To change the user id after you complete the installation, execute $COBDIR/bin/casperm.sh and follow the onscreen instructions.

SafeNet Sentinel considerations

  • The installation of this product could affect the SafeNet Sentinel licensed components running on your machine. During installation licensing is shutdown to allow files to be updated. To ensure the processes running on your machine are not affected, you need to use the -skipsafenet option, which skips the installation of SafeNet:
    ./setup_entdev_7.0_platform -skipsafenet
  • To protect the SafeNet Sentinel installation from accidental updating you can create an empty file named SKIP_SAFENET_INSTALL in /var/microfocuslicensing/ as follows:
    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
    

AutoPass Licensing considerations

  • The installation of this product could affect the AutoPass licensed components running on your machine. During installation, the licensing shuts down to allow files to be updated. To ensure the processes running on your machine are not affected, you need to use the -skipautopass option, which skips the installation of AutoPass:
    ./setup file -skipautopass
  • To protect the AutoPass installation from accidental updating, you can create an empty file named SKIP_AUTOPASS_INSTALL in /opt/microfocus/licensing as follows:
    touch /opt/microfocus/licensing/SKIP_AUTOPASS_INSTALL
    While the file is present, the AutoPass 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