Running the installation program (clustered installation)
After you configure your system, run the IBM® InfoSphere® Information Server installation program.
Before you begin
- AIX® Linux®:
Ensure sure that all WebSphere® Application Server processes
will start with the correct ulimit setting on the
computer where you will install the deployment manager and on all
computers that will host a managed node:Add the following line to the /etc/profile file:
ulimit -n 10240
- Ensure that no firewall is deployed within the IBM WebSphere Application Server Network Deployment cell.
- Ensure that the deployment manager process is running. Tip: You can check whether the deployment manager is running by starting the WebSphere Application Server administrative console. If the login screen displays correctly, the deployment manager process is running. If you see an error or a blank screen, you can start the deployment manager by using the startManager command located under the <dmgrProfileName>/bin directory.
- Ensure that the managed node and node agent that you created are
both running. Tip: You can check whether the node agent is running by logging in to the WebSphere Application Server administrative console and clicking . You can start the node agent by using the startNode WebSphere Application Server command under the <customProfileName>/bin directory.
If the managed nodes of the cluster are not running, the installation will fail when attempting to restart the managed nodes. If you receive such a timeout, you would manually start the node agents for the managed nodes in the cluster that are not running and click retry in the Installation error window to continue with the installation.
- Verify that you have created one cluster with at least one member.Note: Install IBM InfoSphere Information Server on a single-node cluster and then, after the installation, expand your cluster by adding new managed nodes and cluster members. Refer to the post-installation administration tasks for details on how to add new custom profiles.
- If you choose to install against a front-end web server rather than a cluster member, the front-end web server and plug-in module must be installed and configured.
Procedure
What to do next
- You configure your cluster with InfoSphere Information Server. For more information, see WebSphere Application Server cluster configuration
- After you configure WebSphere Application Server for your cluster installation of InfoSphere Information Server, you can administer your WebSphere Application Server clusters. For more information, see WebSphere Application Server cluster administration.
Note: When the MetadataServer script is run in a stand-alone
(non-cluster) environment, it sets the following system settings:
These settings are not set when you start a cluster. You can
manually produce these settings in a cluster environment, if needed.
The MetadataServer script exists in the ASBServer/bin directory
of the computer hosting the deployment manager.
Operating system | Setting |
---|---|
AIX | uname setting: ulimit -n 10240 |
Linux | uname setting: ulimit -n 10240 |
Windows | uname setting: unset LDR_CNTRL |