Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Need you help.I am doing Failover Management for DB2 9.7. The platform is Linux. I am using WebSphere App Server, IBM HTTP Server, DB2 9.7.I need to do workload management and failover management. I am not sure how to start on it.

share|improve this question

1 Answer

DB2 9.7 allows failover through HADR. When a failover event occurs, the applications connected to the primary DB2 server will encounter a failure in their open transaction, and automatically reconnect to the standby DB2 server.

Here is a page describing DB2's built-in workload management feature

share|improve this answer
hey thanks for replying. Firstly i am using Cloud Computing to do it, so is there any difference? secondly, what do u think about this website ibm.com/developerworks/cloud/library/cl-highavailabilitycloud/… ? – cnn lakshmen Sep 8 '11 at 12:23

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.