cancel
Showing results for 
Search instead for 
Did you mean: 

what is java cluster?

Former Member
0 Kudos

Hi all,

can some one explain me regarding Java cluster

Swamy

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

The java cluster consists of the Central Instance and the Central Services.

Central Services consist of the message server and the enqueue server. Since it provides the central functions.

Message server is used for communication while enqueue server is used for synchronization/locking.

Central instance is the instance which has the dispatcher and the concerned server nodes.

Dispatcher is the one which receives the client request either directly or via sep web dispatcher and then decides as to which server nodes are free to service the request.

Server nodes are the one's which serves the request where the application logic are applied.

SDM( Software deployment manager) is also installed along with these during installation.

It itself is a big topic but at this point i have given you the basics of it.

Any issues feel free to ask.

Reward with points as an appreciation.

praveenkumar_kadi
Active Contributor
0 Kudos

Hi Swamy,

For Java cluster basics check

http://help.sap.com/saphelp_nw04s/helpdata/en/2e/611724f410254ca12a3f396ec5ae85/frameset.htm

(Java Cluster Architecture (SAP Library - Developing, Configuring, and Adapting Applications)

For Java cluster setup

http://help.sap.com/saphelp_nw04/helpdata/en/fa/08f71489274f1e9d7cf5c610fbb0e6/frameset.htm

(Java Cluster Setup (SAP Library - Developing, Configuring, and Adapting Applications)

Reward points if usefull

Regards

Praveen

Former Member
0 Kudos

Hi,

Cluster VM for Java is a Java Virtual Machine (JVM) that provides a Single System Image (SSI) of a traditional JVM, while executing in a distributed fashion on the nodes of a cluster.

We consider a cluster to have the following characteristics:

A collection of independent nodes, where each node may be an SMP .

All of the nodes have a homogeneous architecture and operating system where the operating system is not cluster aware .

By homogeneous architecture, we require compatibility of binary executables .

The nodes are connected by a fast (low latency, high throughput) communication mechanism .

There is no physically shared memory between the nodes .

I think this would be helpful to you.

Regards,

Baskar

Former Member
0 Kudos

Hello,

A Java cluster is a collection of all components that make system runnable or in other words that makes it possible to process user requests.

Therefore, it consists of Java instance ( central + any no. of dialog inst) which includes Software Deployment Manager (SDM) and other processes like server processes and of course the database.

Warm Regards,

Shantanu

manu_susankar
Active Contributor
0 Kudos

Hi Swamy

Check the below link...

http://help.sap.com/saphelp_erp2005vp/helpdata/en/e1/b5443e02a9ab4186a6e1240a9a2455/frameset.htm

it would be very helpful for your need.

Regards...

S.Manu.

Former Member
0 Kudos

Java cluster consists of

1 Java dispatcher

2. SDM

3.serverprocess

Samrat