enterpriseone on MSCS

jdzld01

Member
Can we cluster the Database server with the Application Server on Microsoft cluster server? Have any referenece?
 
[ QUOTE ]
Can we cluster the Database server with the Application Server on Microsoft cluster server? Have any referenece?

[/ QUOTE ]

Yes and no. MS SQL can be set up to be active/active on the cluster. SQL does not need to be in the same cluster resource as JDE. SQL can be run on one node and JDE on the other. Or, in our case, we are running SQL on both sides of cluster.

JDE is active/passive. It will only run on one side of the cluster or the other. You cannot use both sides of th cluster for serving up JDE.
 
You can set up a dual Active/Passive cluster where SQL is active on node1 and fails over to node2 and JDE is active on node2 and fails over to node2.

This utilizes both nodes and provides failover.

You cannot run JDE active/active.



[ QUOTE ]
Can we cluster the Database server with the Application Server on Microsoft cluster server? Have any referenece?

[/ QUOTE ]
 
Back
Top