To confirm, HADR is working, you have to demostrate two things :
a) When takeover happens, all transactions committed on the primary are available in the secondary.
b) When you switch back to the primary, all transactions that happened on the secondary are applied to primary
Therefore, I would go with option 2.
Sathyaram
Quote:
|
Originally Posted by meehange
DB2 8.2 FP9 on AIX 5.3
Hey all I've got HADR running for several databases using ASYNC. The 2 sites are far apart and connected via a 4Mb link.
What I'd like to do is get some ideas for some testing of this setup to demonstrate to clients that it is working.
The two options I can see are:
1) Break HADR, rollforward the standby systems and give them to the clients to test, then restore all the DB's and setup and sync all the systems again after testing but this means I have no DR during the testing period.
2) Perform a manual takeover outside business hours and allow the clients to perform non critical operations in the DR systems then takover again at the end of "testing". Obviously the downside to this is that they aren't testing the DB's really just the failover... and they can't do anything that they don't want to end up in their prod systems.
Any thoughts? What have I missed? What do you guys do?
Also if anyone know whether a 4Mb link is sufficient for near-sync...monitoring shows me that on ASYNC I'm using on average between 1-3 Mbit with several 4Mbit spikes each day....
|