Prepare the Installation Manager
The IBM Installation Manager is used to install packages such as HCL Digital Experience and IBM WebSphere Application Server.
For an existing Installation Manager:
- Start Installation Manager
cd /IIM_HOME/tools/eclipse
./imcl -c
- Select...
File > Preferences > Updates > Search for Installation Manager updates (check box)
This box enables the Installation Manager to search for updates the next time we run an installation or update.
If we do not have an existing Installation Manager:
- Start all servers and applications that require a port number to avoid port conflicts when installing HCL WebSphere Portal.
- Verify that fully qualified host name is properly configured:
ping myserver.mycompany.com
- Verify that the network is properly configured.
ping localhost
- Disable any firewalls, antivirus, screen saver, or desktop search engines.
If not disabled, the installation program detects them and a warning message displays, or the installation fails.
- To install as user root
cd /path/to/IIM_Install_Kit
./install- To install as a non-root user:
- Log in to the operating system as the root user.
- Open a command line.
- Create the following items:
- Non-root user, including password
- Group
- Directory location for IIM
- Set the number of open files for the user profile
ulimit -n 10240
- Add the non-root user to the new group.
- Change the owner of the directory to the non-root user:
chown user:group /directory
- Change permissions for the directory:
chmod 755 /directory
- Log in as the non-root user.
- Install IBM Installation Manager:
Set the IBM Installation Manager installation location to:
/directory/IBM/InstallationManager
See also: IBM Installation Manager documentationParent topic: Linux system - HCL WebSphere Portal installation