Wednesday, 1 May 2019

How to accept license while installing IBM App connect in Linux



    Accept the IBM App Connect Enterprise license by completing the following steps:
    1. Navigate to the installation directory. For example, install_dir/ace-11.0.0.n where install_dir is the directory where you unpacked the installation image.
    2. Type one of the following commands:
      • For a single-user installation:
        • ./ace accept license. If you use this command, you are prompted to accept the license.
        • ./ace accept license silently. If you use this command, the license is accepted even though the license dialog is not displayed.
        The following directory is created: $HOME/iibconfig. This directory is the work path for IBM App Connect Enterprise, and stores the IBM App Connect Enterprise configuration files.
      • For a shared installation:
        • ./ace make registry global accept license. If you use this command, you are prompted to accept the license.
        • ./ace make registry global accept license silently. If you use this command, the license dialog is suppressed and the license is automatically accepted.
        The following directory is created: /var/mqsi. This directory is the work path for IBM App Connect Enterprise, and stores the IBM App Connect Enterprise configuration files.
      • OptionalIf you installed a shared installation of IBM App Connect Enterprise, grant users access to the installation by adding them to the mqbrkrs user group.

    3. Note:On Linux, the user ID that installed IBM App Connect Enterprise is not automatically added to the mqbrkrs group. If you want to use this user ID with IBM App Connect Enterprise, you must add the user ID to the mqbrkrs group.