|
|
|
|
|
by jasonwatkinspdx
5749 days ago
|
|
You completely failed to read the article. Otherwise you'd know that they had a fault that propagated to the hot spare. It's also utterly daft to think that a financial enterprise as large as JPM/Chase wouldn't already be running a HA setup. In this case it appears to be Oracle RAC. I'm astounded how often I have to remind people that replication and backups are very different things, and that you need both. I'm also depressed how many utterly thoughtless comments are made here on hackernews lately. |
|
What they had here would appear to be database A running on storage A which is replicated at the storage level to storage B where database B waits in an idle state. Because the replication system is "blind" - it only sees its own filesystem containing bytes, not Oracle data structures - it can't tell a good Oracle block from a bad one and copies it.
I do this sort of setup for a living and you would be amazed at how many "architects" there are around who have completely drunk the storage vendor kool-aid and don't really understand how anything works (not even storage...).