WebSphere Cluster

What is a Cluster in WebSphere? Why do we need a Cluster? What are the different types of Clusters available?

Questions by kirankumar samudrala   answers by kirankumar samudrala

Showing Answers 1 - 9 of 9 Answers

A cluster is group of servers. Cluster is required High availability of the application to the clients.

there are two type of clusters

Horizontal clustering
Vertical Clustering

  Was this answer useful?  Yes

ks9bp

  • Feb 28th, 2012
 

Clustering is nothing but the logical grouping of application servers.

By using clustering we can provide the high availability environments for application.

Clustering can be done in 2 types

1. Horizontal clustering
2. Vertical Clustering

  Was this answer useful?  Yes

sateesh babu.Ginjupalli

  • May 15th, 2012
 

Clustering is grouping of the servers.Every cluster member must have the same configuration and same version.We can say each cluster member is the clone to one another. Clustering concept is for High Availability and and Workload Management.There are two types of clustering concepts are there in WAS.
1) Vertical cluster--In this scenario all the JVMs resides on the same physical machine along with the DMGR.When the JVM failover happens other JVM in that cluster will handle the request as part of the High Availability.But when the physical machine failover happens we will lose every thing
2) Horizontal Cluster--In this scenario the DMGR and the JVMs resides on the different machines.This will work even when the physical machine failover is happened.

When we compare both the clustering concepts in WAS Horizontal clustering is the reliable one.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions