Mar 4, 2010 4:03 PM
Business Continuity and the Twinfin
-
Like (0)
I was trying to search on what the solutions available are for true business continuity (the 5 9's kind).. I could find info on backups, but I was looking for some sort of synchronous replication between datacenters. I saw some documents referencing the EMC clarion, and mirrorview, and I was wondering if that's the normal solution.
Basically if I buy 2 Twinfins, and place one of them in my DR site, how do I keep it in synch real time, and guarantee 5 9's (or as close as I can get) ?
How robust is the twin fin if it loses a Snippet, disk or SMP host ? Can these be swapped out with no downtime ? I can't find answers in the literature.
High Availability architecture is one main feature of netezza
there will be two hosts ( active and standby) which runs High availability Linux and uses the Distributed Replicated Block Device (DRDB) which mirrors the contents between the hosts. any problem detected, a failover will be initiated to the standby host
Coming to the main data, each disk consists of primary data slice and a mirror partition which is an identical copy of another disk's primary data slice. if a disk fails, regeneration task will be triggered automatically where the spare disks will regenerate the failed disk by using its mirror copy. during this failover and regeneration queries fired on the failed disk will not be effected as the disk storing its mirror copy will respond to the query.
you can find more on these at the webcourses at https://www.syberworks.com/netezza/Register.htm
DRDB is opensource, and runs over the network.. Where would one get 24x7 support for this product, and is it fast enough over the network ?
Also, are all the snippets, and the other other "pieces" all hot swappable ?

