The consistent split will split all of the LUNs you have defined in the application set at the same time. Instead, let VDI quiesce each database/logs as need be.
The steps you provided are perfect. Use those setting and you'll be all set.
I do that, and works. LUN's 11, 12, 13, 14, 15, 18, 19 and 20 are POOL type and 21 are RAID type. I read that maybe there is the problem. I'm reading about sesseions, but i think that RM do sessions automatically...
No need to do consistent split. RM uses VDI to quiesce the SQL application and thus you don't need to use consistent split.
The issue is that you cannot perform a consistent split across more than 8 LUNs. You are trying to perform a consistent split on 9 LUNs and that's why the job is failing. But again, no need to use it unless you really need all 9 LUNs to be consistently split at the same exact time. Let VDI do the work and quiesce the databases as needed.
etaljic81
1K Posts
0
March 6th, 2013 05:00
The consistent split will split all of the LUNs you have defined in the application set at the same time. Instead, let VDI quiesce each database/logs as need be.
The steps you provided are perfect. Use those setting and you'll be all set.
etaljic81
1K Posts
0
March 5th, 2013 07:00
Disable consistent split and run the job again.
mtmmza
6 Posts
0
March 5th, 2013 09:00
I do that, and works. LUN's 11, 12, 13, 14, 15, 18, 19 and 20 are POOL type and 21 are RAID type. I read that maybe there is the problem. I'm reading about sesseions, but i think that RM do sessions automatically...
etaljic81
1K Posts
0
March 5th, 2013 09:00
No need to do consistent split. RM uses VDI to quiesce the SQL application and thus you don't need to use consistent split.
The issue is that you cannot perform a consistent split across more than 8 LUNs. You are trying to perform a consistent split on 9 LUNs and that's why the job is failing. But again, no need to use it unless you really need all 9 LUNs to be consistently split at the same exact time. Let VDI do the work and quiesce the databases as needed.
mtmmza
6 Posts
0
March 5th, 2013 09:00
8 Pool LUN's are for mdf's and RAID LUN is for ldf.
You say that is redundant use VDI and consistent split??
I should:
In Advanced Replication Settings -> General Rep Options: Uncheck "Use consistent split"
In Advanced Replication Settings -> SQL Server 2008 Instance Name:
-Consistency method: "by instance"
-Full, Online with advanced recovery (using VDI)
Thanks in advance.
Diego Santoni
mtmmza
6 Posts
0
March 6th, 2013 05:00
Thanks Ernes for your time!
Now works perfect.
etaljic81
1K Posts
0
March 6th, 2013 05:00
Any time, glad I can help.