Link to home
Start Free TrialLog in
Avatar of Math Tec
Math TecFlag for United States of America

asked on

Failover SQL with 2 storage devices

Hi,

I am not an expert and I need help. I have two cluster SQL server each server has 4 Fiber Connection (FC) and I have two HP P2000 storage as shared device with two controllers each controller has  two FC. The design now is from each server there is 4 FC. Two of them connected to the first storage (one for each controller) and another 2 for second storage.

The storage has RAID1. However, if the storage goes down then the SQL will stop working. My question is there anyway that I can make the two storage to work as backup for each other (Redundancy). So, if storage one goes down then the second storage will be available and there will be no interrupted for SQL

Thank you in advance
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

SQL Always On Availability Groups doesn't need any shared storage. It is the standard way to do SQL high availability now.
ASKER CERTIFIED SOLUTION
Avatar of kevinhsieh
kevinhsieh
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Math Tec

ASKER

Thank you so much. Is there any links for the way to do the configuration?
There are tons. Use your Google fu. I gave you the name of the technology. It should be very easy from there. ;-)

You do need SQL 2012 Standard or later.