Skip to main content
Skip table of contents

Move the installation to an IASP (or the *SYSBAS)


If you want to move the i-effect installation from the *SYSBAS to an IASP, or from an IASP to the *SYSBAS, the following script can be used to make the necessary changes to the configuration.

Preparation

i-effect must be terminated for this action with

CODE
IEFFECT/ENDEFFSBS *ALL

During the action, the i-effect subsystems may not be started automatically. This can be prevented by setting the following environment variable

CODE
ADDENVVAR ENVVAR(IEFFECT_AUTOSTARTSBS) VALUE(*NO) LEVEL(*SYS)

Move i-effect to an IASP

Enter the following command in a terminal to move the existing installation from *SYSBAS to an IASP named "IASP34

CODE
QSH <enter>
/i-effect/v2r8m0/base/tools/scripts/setup.sh --mode move --targetdevice iasp34

IBM i 7.2

This procedure can be used to move i-effect to an IASP under IBM i 7.2, since a direct installation into the IASP is not supported in this operating system version. 

Please note that such an installation must be moved back into the *SYSBAS as described below BEFORE installing another update/upgrade.

Move i-effect from an IASP to the *SYSBAS

Enter the following command in a terminal to move the existing installation from the IASP named "IASP34" to the *SYSBAS

CODE
QSH <enter>
/i-effect/v2r8m0/base/tools/scripts/setup.sh --mode move --targetdevice *sysbas
JavaScript errors detected

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

If this problem persists, please contact our support.