Bootstrap FreeKB - IBM WebSphere - Link cells into a star topology
IBM WebSphere - Link cells into a star topology

Updated:   |  IBM WebSphere articles

A star topology is one of WebSpheres high availability features. A star topology links two or more cells together, so that the cells behave like a single unit. In this way, if one of the cells is unavailable, the other cells can continue to produce the applications in the cell. This also helps to reduce the amount of traffic and resources (cpu, memory) being used by a single cell - both traffic and resources are disributed across the cells.

 


Do this first

 


Center cell

You will configure one of the cells to be the center cell and all other cells will be point cells.

  1. In the Websphere admin console, expand System administration and select Cells.
  2. Select Custom properties.
  3. Select New.
  4. Enter CenterCell and True.
  5. Select Ok.

You will then need to restart the center cell.

 


Point cells

  1. In the Websphere admin console, expand System administration and select Cells.
  2. Select Custom properties.
  3. Select New.
  4. Enter CenterCell and False.
  5. Select Ok.

Note that you do not need to restart the point cells.

 


Link the cells together

On the center cell, run the install_root/bin/linkCells.sh script to create the communication between the center cell and the point cells. Do not link point cells together.

./linkCells.sh center_cell_hostname:soap_port:username:password point_cell_hostname:soap_port:username:password

 

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 910b88 in the box below so that we can be sure you are a human.