Install Server Express Fix Pack if required

Check the Micro Focus Server Express download record on the Infor Concierge to determine if a Micro Focus Fix Pack is required for your version and/or operating system.

  1. Log in as root.
  2. Verify that the COBOL Environment variable is set to the directory where you installed Server Express. Type

    echo $COBDIR

  3. Download the tar file containing the Fix Pack from the Infor Concierge to a temporary directory.
  4. Change directories to the location where you downloaded the Fix Pack.
  5. Change permissions to allow the self extracting Micro Focus file to execute.

    chmod 755 FixpackVersion_dev.tar.encr

  6. Execute the file.

    ./FixpackVersion.tar.encr

  7. Extract the Fix Pack.

    tar -xvf FixpackVersion_dev.tar

  8. Ensure that no application is running under $COBDIR.
    1. Change to the COBDIR/bin directory. Type

      cd $COBDIR/bin

    2. If eslm is running, type

      ./eslmfgetpv k

      This will stop eslm.

  9. Execute the installation script. Type

    sh ./install