Adding nodes to the cluster

In one of our project we built a Horizontal Cluster using IBM WebSphere Application Server 6.0.2.9. We use official IBM Guide (Redbook) to do this, however just following instructions how to add nodes always generated errors and didn't bring desired result. Only after testing a lot of different scenarious and consulting with specialists we have found some necessary steps to do before that helps to avoid this problem.
1 answer

Adding nodes to the cluster hints

These are some hints that can be crucial while you execute this commend:

  • Try using the addNode.bat from the profile that you are using
    (ie. /profiles//bin/addNode.bat)
  • Add the name of the ND Manager and its SOAP port (ie /profiles//bin/addNode.bat kdm.lspace.etu.ru 8879)
  • Don't forget to run the following script to modify setupcmdline.bat : SET JVM_EXTRA_CMD_ARGS=-Djava.security.properties=$WAS_HOME/java/jre/lib/security/j ava.security -Xms256m -Xmx1024

Taggings: