Adding a node to a cluster
Add a node to an existing cluster.
Before you begin
Ensure that you installed IBM® WebSphere® Application Server Network Deployment (Application Server option) on the new node.
About this task
To add a node to a cluster, complete the following steps:
Procedure
- Add a node to the DM cell:
- Copy the relevant JDBC files from the DM node to this node,
placing them in the same location as the JDBC files on the DM. If,
for example, you copied the db2jcc.jar file from
the C:\IBM\SQLLIB directory on the DM, you must
copy the same file to the C:\IBM\SQLLIB directory
on this node. See the following table to determine which files to
copy. See the following table to determine which files to copy:
Table 1. JDBC files Database type JDBC files DB2® db2jcc.jar
db2jcc_license_cu.jar sql
Oracle ojdbc6.jar
SQL Server sqljdbc4.jar
- Ensure that the shared folders that are used for the application content stores in the cluster are accessible from the new node: from the new node, try to access the shared directories.
- Add additional members
to an existing HCL Connections
cluster:
- Review the configuration of the application server added
to the cluster.JVM settings need to be adapted to equal the other existing application servers in the cluster. Refer to Reviewing the JVM heap size. Other configuration settings to consider reviewing include webcontainer threads and session timeouts settings.Note: Custom properties set on the existing application servers need to be reapplied to any new node and server post-installation. Find these properties in .
-
Enable the Startup beans service at server startup. Open the WebSphere Integrated Solutions
Console.
- Click .
- In Container Settings, expand Container Services. Then click Startup beans service.
- In General Properties, check the box next to Enable Service at server startup.
- Click OK.
- Restart the server.
For more information, see Startup beans service settings. - Configure IBM® HTTP Server to connect to this node. For more information, see the Configuring IBM® HTTP Server and Defining IBM® HTTP Server topics.
- Repeat this procedure for each new node that you want to add to a cluster.
- Perform these additional steps to add the Search application to a new node.
Results
If you experience interoperability failure, you might be running two servers on the same host with the same name. This problem can cause the Search and News applications to fail. For more information, see Application access problems in the WebSphere Application Server Network Deployment product documentation, and select NameNotFoundException from JNDI lookup operation.