Installing Integration Service and Remote Cell on Linux, IBM AIX, or Solaris
This section provides instructions for installing a Integration Service and Remote Cell on a Linux, IBM AIX, or Solaris operating system for the first time. Before installing, ensure that you review the Recommendations for installing Integration Service.
For instructions and more information about installing multiple Integration Services, see Installing-multiple-Integration-Services-on-a-single-computer-Linux-IBM-AIX-or-Solaris.
Before you begin
- On Linux, ensure that you install the required libraries.
- BMC recommends that you use MobaXterm as the UI to install Infrastructure Management on Linux/Solaris systems.
Installing as a non-root user
You can install Integration Service and Remote Cellas a user with root permissions or a non-root user with Sudo permissions.
To install as a non-root user, perform the following steps:
- Log on as a root user.
- Use the useradd command to create a user account. Assign a password to this user account.
- Open the /etc/sudoers file.
- At the end of the file, add the line <NON_ROOT_USER> ALL=(ALL) PASSWD:ALL, where <NON_ROOT_USER> is the user account you created.
- Save the file and exit from root.
- Log on to the computer using the non-root user account you created.
- Run sudo install.sh. Enter the non-root account password when prompted.
To install Integration Service and Remote Cellon Linux, IBM AIX, or Solaris operating system
Perform the following steps to install Integration Service and Remote Cellon Linux, IBM AIX, or Solaris operating system:
- Failed to execute the [excerpt-include] macro.
- Apply executable rights to all the installation files by running the following command: chmod -R 755 installationDirectoryFolderName installationDirectoryFolderName is the name of the folder that contains all the installation files.For example, chmod -R 755 Disk1
On a command line, run the following command as an administrator:
./install.sh- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
Failed to execute the [excerpt-include] macro. - On the Directory Selection page, retain the default directory (/opt/bmc/BPPMAgent), or select a directory of your choice, and click Next.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
- Failed to execute the [excerpt-include] macro.
Related topic