Installing IBM Integration Bus v10
Installing IBM Integration Bus v10 on Linux Operating System
There are two types of Installation, single-user installation and shared installation
single-user installation: A normal user id will be used for installation
shared installation: Installation using root user or a super user who has access to /var directory.
Before Installation,
1. Make sure that Pre-requisites are followed,
http://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bh25940_.htm
2. Make sure that mqbrkrs group is created.
To install IBM Integration Bus, complete the following steps
1. Log in to the system where you are installing IBM Integration Bus.
If you are deploying a single-user installation, log in with your personal user ID.
If you are deploying a shared installation, log in as root or as a super user who has write access to the /var directory.
2. Unpack the installation image by completing the following steps:
Create or navigate to a directory where you have write access. For example, $HOME for a single-user installation, or /opt/IBM for a shared installation. Run the following command to unpack the installation image:
tar -xzvf iib-10.0.0.n.tar.gz
Accept the IBM Integration Bus license by completing the following steps:
Navigate to the installation directory. For example, <install_dir>/iib-10.0.0.n where install_dir is the directory where you unpacked the installation image.
Type one of the following commands:
For a single-user installation:
./iib accept license. If you use this command, you are prompted to accept the license.
./iib 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 Integration Bus, and stores the IBM Integration Bus configuration files.
For a shared installation:
./iib make registry global accept license. If you use this command, you are prompted to accept the license.
./iib 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 Integration Bus, and stores the IBM Integration Bus configuration files.
Please note that the <install_dir>/iib-10.0.0.n is the directory that will be used for validating the installation.
Note: On Linux, the user ID that installed IBM Integration Bus is not automatically added to the mqbrkrs group. If you want to use this user ID with IBM Integration Bus, you must add the user ID to the mqbrkrs group.
Verifying the Installation,
Navigate to <install_dir>/iib-10.0.0.n and then issue below command, ./iib version

IIB Knowledge Center link for reference here
