Installing as an Upgrade

This release works concurrently with the previous version of Enterprise Server, so you do not need to uninstall it.

Install the latest version in a different location and set the environment to point to it. To do this, run the Enterprise Server installer with the –installlocation option:

  1. Execute the following command:
    ./InstallFile -installlocation="/opt/microfocus/EnterpriseDeveloper"
    Note: You can use variables when specifying an absolute path for –installlocation. For example, the following examples are equivalent:
    -installlocation="/home/myid/installdir"
    -installlocation="$HOME/installdir"
  2. Execute cobsetenv to set the environment and point to the new install location:
    . <product-install-dir>/bin/cobsetenv
    Note: cobsetenv is only compatible with POSIX-like shells, such as bash, ksh, or XPG4 sh. It is not compatible with C-shell or pre-XPG4 Bourne shell.

Preserving the MFDS and Enterprise Server region configuration

The following information applies when you are upgrading from releases 6.0 or 7.0.

If you install this release to the same install location as release 6.0 or 7.0, the product in the current location is moved to a backup directory name.

For example, if the 7.0 product is installed in the default install location, /opt/microfocus/EnterpriseDeveloper, during the upgrade it is moved to /opt/microfocus/EnterpriseDeveloper.BKP.YYYY-MM-DD.HH:MM:SS. The new release will be installed in /opt/microfocus/EnterpriseDeveloper.

Note that your original installation might include some files that you changed or added to, and you need those changes preserved in the new installation.

During the upgrade, the installer moves a number of changed files to a different configuration location and symbolically links them back into the new release install location. The configuration location is one of the following:

  • The default config location is /opt/microfocus/config/.
  • For non-root installation, the default location is $HOME/microfocus/config/.
  • To specify your own configuration location, run the setup file with the following command-line option: -mfconfiglocation=[location]

The setup file creates a directory in the configuration location using the sum of the value of the $COBDIR path. This is so that each configuration area is unique to each product installation. The configuration files and directories are then placed in this COBDIR hash-numbered directory. In the examples below, the install location generates a hash of 12345.

The file /opt/microfocus/config/12345/COBDIRlocation.txt details the COBDIR the configuration area is associated with.

Currently, the setup file only moves the following files and directories:

Source Destination
secrets /opt/microfocus/config/12345/secrets/
commonwebadmin.json /opt/microfocus/config/12345/escwa/commonwebadmin.json
mfdsacfg.xml /opt/microfocus/config/12345/mfds/mfdsacfg.xml
mfds /opt/microfocus/config/12345/mfds/mfds/

If you have changed any other files in the original installation, you need to be copy these manually from the backup directory, /opt/microfocus/EnterpriseDeveloper.BKP.YYYY-MM-DD.HH:MM:SS, into the install location after the upgrade installation is complete.