Global Cluster for SQL
Hi
We have 2 nodes cluster as local HA for SQL server. We would like to confiugre the Global Cluster using VVR for replication.
Now the database files are stored in 3 DG. Is it possible to configure the Global cluster using 3 DG. I only have configure the Global Cluster using only 1 DG for store the data.
Thank you.
Hi pgm10s,
Yes, you can have a GCO configuration with 3 diskgroups being replicated. The bigger concern since you are using SQL is that SQL database and log files for a given database will need to be in the same diskgroup and same replication data set. This is to ensure consistency between the database and SQL files.
If your current configuration does not have the SQL database and logs in the same diskgroup, then you can always use the Flashsnap option to join the diskgroups to a single diskgroup.
Thank you,
Wally
Thank you very much. I think
Thank you very much.
I think I must configure the 1 DG for GCO to ensure the data consistent.