Unsolved

This post is more than 5 years old

358

January 29th, 2007 09:00

Newbie Questions - SQL 2000 Replication, Many to One config, Snapshots

Hi all,

I'm evaluating Replistor and have started working through these forums to see if I can get some advice from people with practicle experience. I am using version 6.2.

Questions:
1. Does replication of SQL 2000 work? I've read about support for 2005 with the new module which ensures a consistent database. My support engineer said that this is not the case with SQL 2000. What is the practical experience? Has anyone had a problem with inconsistent databases that were unusable? Do you replicated the .mdf and .ldf? Or just the .mdf?

2. I am using a many to one configuration to consolidate my backup data and to feed into my DR scenario. My plan is to replication many machines to a single machine with large amounts of disk. From a disk space scenario I am fine. I have a large volume which currently is layed out like d:\server1; d:\server2; d:\server3, etc ...

This leads to my next question about snapshots:
3. In each of the specifications I am requesting a snapshot hourly. Since the snapshot is on the volume of my target, each snapshot request will create a snapshot for the entire d: volume, not just the files in the individual specification. How are folks handling snapshots like this. I want to use snapshots to create a shorterm nearline recovery pool.

4. The SQL2005 support needs the snapshot to be part of the specification because it interacts with VSS on the source to place the marker inside the replication stream headed towards the target. This seems to cause a problem as outlined in Question 3.

I am not doing any Failover or HA stuff at the moment. This is primarily a backup consolidation with some DR mixed in.

Thanks in advance for any comments or suggestions.

Chuck

151 Posts

February 21st, 2007 11:00

1. Yes, replication of SQL does work. One thing to keep in mind is that RepliStor will keep SQL crash consistent.
The requirement for replicating SQL is to do both the *.MDF & *.LDF files.

3. Since RepliStor uses the Microsoft Shadow Copy Provider, it will have to take a snap of the entire volume. This is a Microsoft limitation with the provider. However, since ReplIStor provides a requestor, it only really snaps the Spec you have defined. Therefore, you will be able to see the entire structure of the drive, but you are only snapping the Spec data. The other file/folder structure you see are simply pointers.

4. I am not sure of what exactly you are asking here. But when you use VSS w/ SQL2005, the VSS routine will only do a snap of the SQL DB's when they are at a consistent state. If the snap is successful, the logs are truncated.

Top