• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Clustering with Windows 2003 Server Enterprise

PurePeon

Senior member
Anyone here tried clustering 2 Servers? Which is the better way to go...active-passive or active-active? What are the differences?

 
That depends on what application you are clustering. Assuming Windows, if you run Exchange, it is recommended to do active-passive clustering. In AP clustering, you can have up to 8 nodes in the cluster, and up to 7 seven virtual instances of Exchange (called EVS, exchange virtual server). So you have 7 nodes, each running a separate EVS, and one passive node. If any single node fails, the passive node will assume responsibility for that failed node's EVS. If a second node fails, that node's EVS will remain offline until a node becomes available.

In the active-active Exchange scenario, you are limited to two nodes, and two EVSs. In this case, each node is running a separate EVS. If one node fails, the other node will run both EVSs. However, if the second node fails before the first node is restored, you have nothing.

If you want to learn about Windows clustering, start here: http://www.microsoft.com/windowsserver2003/technologies/clustering/default.mspx
 
it'll mostly be for data storage with a license server running educational software. i think it's overkill but my work wants it.
 
with a license server running educational software
Does your application even support clustering?

I'm assuming it's a service that gets installed on the server(s). If that's the case you're going to need to find out what it can do for clustering as the app has to support it.
 
Thanks for the input. I didn't even think about the software. The licensing doesn't support clustering so there goes that idea.
 
Back
Top