Skip to main content
Skip table of contents

Installation without GUI

The installation can be started directly on the system with the available installation script. The use of the graphical installer is not necessary.

Especially in environments where the transmission speed to the host via e.g. a VPN connection is too slow, this method can be used to perform an installation directly on the system.

In this document all possible call scenarios and the associated parameter combinations are documented.

The installation is started in the directory ../2MEBEFF/scripts. In these examples, the 2MEBEFF directory was copied from the ISO to the /tmp directory of the target system


New installation (default name)

i-effect is not yet present on the system and is to be installed for the first time. The default names for libraries and directories are used

/tmp/2MEBEFF/scripts/install.sh --type NEW

New installation (different name)

i-effect is not yet present on the system and is to be installed for the first time. The default names for libraries and directories are used

/tmp/2MEBEFF/scripts/install.sh --type NEW --application_schema IEFFECT29 --db_schema IEFFECTDB9 --sysbas_schema IEFFECTS29

New installation with migration from V2R7M0

i-effect is already available in version 2.7. This version is to be installed in parallel in new libraries and directories. The data is to be taken over from the previous version.

/tmp/2MEBEFF/scripts/install.sh --type NEW -m --previous_version v2r7m0 --application_schema IEFFECT29 --db_schema IEFFECTDB9 --sysbas_schema IEFFECTS29

New installation with migration from V2R8M0

i-effect is already available in version 2.8. This version is to be installed in parallel in new libraries and directories. The data is to be taken over from the previous version.

/tmp/2MEBEFF/scripts/install.sh --type NEW -m --previous_version v2r8m0 --application_schema IEFFECT29 --db_schema IEFFECTDB9 --sysbas_schema IEFFECTS29

Replacing an existing 2.7 installation

i-effect is already available in version 2.7. This version is to be replaced by the new version.

/tmp/2MEBEFF/scripts/install.sh --type UPGRADE --previous_version v2r7m0

Replacing an existing 2.8 installation

i-effect is already available in version 2.8. This version is to be replaced by the new version.

/tmp/2MEBEFF/scripts/install.sh --type UPGRADE --previous_version v2r8m0

Updating an existing 2.9 installation

i-effect is already available in version 2.9. This version is to be updated

/tmp/2MEBEFF/scripts/install.sh --type update





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.