StarWind Enterprise Server
Request a Quote
Feel free to contact us:
USA and LATAM:
1-617-449-7717
EMEA and APAC:
+44(0)2071936727
+44(0)2071936350
+33(0)977197857 (French)
+49-1715109103 (Germany)
Voice Mail:
1-866-790-2646
Email:
sales@starwindsoftware.com
 
 

SAN Backup cluster

iSCSI Target for Microsoft Windows.

Moderators: anton (staff), Max (staff), Constantin (staff)

SAN Backup cluster

Postby nuhu » Thu Sep 02, 2010 8:04 am

Hello All,

I have a potential client that is interested in the starwind solution because of cost (HP too expensive) but they have 2 sites connected via a satellite link (512kb/512kb). They want to have a SAN setup at both ends of the satellite link and be able to incremental backup of the data on site A to site B (via satellite) and vice versa (incremental backup of the data from site B to site A via the same satellite link). The whole initial data at both sides will be manually backed up to the other side and then we only expect incremental byte level changes to the data to be backed up.

Even though i have been told that this will not work unless i get a 100Mbps link (this is Africa, we do not get those kind of luxuries here), i have taken a look at other solutions line storage mirroring from HP and they seem to be able to do incremental backups via LANs and WANs (even over slow links).

Has anyone tried this before? and/or will this work?

how does Starwind's CDP (Continuous Data Protection) help me?

Cheers!!

NM
nuhu
 
Posts: 4
Joined: Fri Jun 04, 2010 11:29 am

Re: SAN Backup cluster

Postby anton (staff) » Thu Sep 02, 2010 7:30 pm

Unfortunately for our HA configuration you need to have fast link between both nodes. Or link speed is going to be a performance limiting factor... For "one-way-ticket" (background replication) you can use slow link and we do use some techniques to take care of slow connection (cached and overlapped I/O, delayed writes, pseudo-de-duplication etc). But in this case you just have second backup site, if first one will go AWOL you'll have non-zero time to recover. Upcoming StarWind will have fast link requirement eliminated but it's going to take time before you'll see one... (true GEO cluster).
Regards,
Anton Kolomyeytsev

Chief Technology Officer, StarWind Software

Image
User avatar
anton (staff)
Site Admin
 
Posts: 2153
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands

Re: SAN Backup cluster

Postby nuhu » Fri Sep 03, 2010 12:41 pm

Hello Anton,

Thank you for the response.

The solution we are proposing is not the typical HA solution or a cluster solution. The client is not looking for automatic failover, they basically just want to have a copy of their data from site A at site B and vice versa in the event that Site A or Site B burns down. This is basically a disaster recovery solution.

You said “For "one-way-ticket" (background replication) you can use slow link and we do use some techniques to take care of slow connection (cached and overlapped I/O, delayed writes, pseudo-de-duplication etc). this may work for me, please can you explain on this further or point me to a document that will help.

Thanks

Nuhu M
nuhu
 
Posts: 4
Joined: Fri Jun 04, 2010 11:29 am

Re: SAN Backup cluster

Postby Aitor_Ibarra » Fri Sep 03, 2010 1:35 pm

Hi Nuhu,

Even with replication rather than HA, I don't think that the satellite link will be good enough, unless you expect [b]very/b] low i/o.

Apart from the low bandwidth, 512Kbit/s, if used 24/7 and with no contention (other users of the same bandwidth) and no tcp/ip overhead, you would only be able to transfer 5.2GB a day maximum. (512Kbit = 64Kbyte - i.e. you can transfer the RAM of a Commodore 64 every second, or 3.75MB per minute, 225MB per hour, 5400MB per day)

Realistically you're going to see much less than 5GB a day over 512Kbit/s, and if your data changes more than that, then your recovery site would never be in sync with your primary site.

On top of low bandwidth, satellite means higher latency because of the larger distances (your traffic has to go up into space and back, not along a cable) - nothing goes faster than the speed of light! This will be down to the straight line distance between your two sites on the ground and the satellite in space. According to this http://www.dslreports.com/faq/2001 , your ping time (the time it takes for a packet to go out from one location, be received at the other location, and a return packet come back) is going to be about 850 milliseconds. I don't know how well iSCSI can cope with such high latency; the initiators may see the high latency as a broken link. Anton will know!

Maybe you can prioritise some data to go over the link (stuff that doesn't change much every day, but absolutely has to be in sync at both sites) and other larger but lower priority data through a lower-tech method like physically transporting a backup disk every week?

Another option is to look at file level replication, e.g. something like DFS with RDC on windows, which is smart enough to only send the changed part of each changed file, uses compression and can cope with high latency. The main problem with it (unlike block level replication like Starwind) is that a file has to be closed for it to replicate. No good for stuff which keeps locks on files (E.g. databases).

hope this helps,

Aitor
User avatar
Aitor_Ibarra
 
Posts: 161
Joined: Wed Nov 05, 2008 1:22 pm
Location: London

Re: SAN Backup cluster

Postby anton (staff) » Fri Sep 03, 2010 5:33 pm

In such a case you need "Mirror and Replication" edition and you really need start looking at mirror and replication PDFs.

nuhu wrote:Hello Anton,

Thank you for the response.

The solution we are proposing is not the typical HA solution or a cluster solution. The client is not looking for automatic failover, they basically just want to have a copy of their data from site A at site B and vice versa in the event that Site A or Site B burns down. This is basically a disaster recovery solution.

You said “For "one-way-ticket" (background replication) you can use slow link and we do use some techniques to take care of slow connection (cached and overlapped I/O, delayed writes, pseudo-de-duplication etc). this may work for me, please can you explain on this further or point me to a document that will help.

Thanks

Nuhu M
Regards,
Anton Kolomyeytsev

Chief Technology Officer, StarWind Software

Image
User avatar
anton (staff)
Site Admin
 
Posts: 2153
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands

Re: SAN Backup cluster

Postby anton (staff) » Fri Sep 03, 2010 5:36 pm

Indeed, only de-duplication based solution with HUGE lookup database and very small transfer block is going to work with such a slow connection. But with tons of generated data and very poor de-duplication coefficients (say we're talking about IP video surveillance or voice recording or whatever generating non-overlapping content) nothing is going to help...

Aitor_Ibarra wrote:Hi Nuhu,

Even with replication rather than HA, I don't think that the satellite link will be good enough, unless you expect [b]very/b] low i/o.

Apart from the low bandwidth, 512Kbit/s, if used 24/7 and with no contention (other users of the same bandwidth) and no tcp/ip overhead, you would only be able to transfer 5.2GB a day maximum. (512Kbit = 64Kbyte - i.e. you can transfer the RAM of a Commodore 64 every second, or 3.75MB per minute, 225MB per hour, 5400MB per day)

Realistically you're going to see much less than 5GB a day over 512Kbit/s, and if your data changes more than that, then your recovery site would never be in sync with your primary site.

On top of low bandwidth, satellite means higher latency because of the larger distances (your traffic has to go up into space and back, not along a cable) - nothing goes faster than the speed of light! This will be down to the straight line distance between your two sites on the ground and the satellite in space. According to this http://www.dslreports.com/faq/2001 , your ping time (the time it takes for a packet to go out from one location, be received at the other location, and a return packet come back) is going to be about 850 milliseconds. I don't know how well iSCSI can cope with such high latency; the initiators may see the high latency as a broken link. Anton will know!

Maybe you can prioritise some data to go over the link (stuff that doesn't change much every day, but absolutely has to be in sync at both sites) and other larger but lower priority data through a lower-tech method like physically transporting a backup disk every week?

Another option is to look at file level replication, e.g. something like DFS with RDC on windows, which is smart enough to only send the changed part of each changed file, uses compression and can cope with high latency. The main problem with it (unlike block level replication like Starwind) is that a file has to be closed for it to replicate. No good for stuff which keeps locks on files (E.g. databases).

hope this helps,

Aitor
Regards,
Anton Kolomyeytsev

Chief Technology Officer, StarWind Software

Image
User avatar
anton (staff)
Site Admin
 
Posts: 2153
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands

Re: SAN Backup cluster

Postby nuhu » Sat Sep 04, 2010 4:35 am

Hello All,

Thanks for the responses and the insights.

The client will not be generating more than 100MB a day. in anyway, we intend to do a POC just to be sure that the proposed solution will work before we hopefully go live in production.

Thanks again.

Nuhu M
nuhu
 
Posts: 4
Joined: Fri Jun 04, 2010 11:29 am

Re: SAN Backup cluster

Postby anton (staff) » Sat Sep 04, 2010 7:58 am

Sure. If you want to have on-line assistance from pre-sales engineers please drop us an e-mail to support@starwindsoftware.com and we'll be happy to help you with the configuration. Thanks!

nuhu wrote:Hello All,

Thanks for the responses and the insights.

The client will not be generating more than 100MB a day. in anyway, we intend to do a POC just to be sure that the proposed solution will work before we hopefully go live in production.

Thanks again.

Nuhu M
Regards,
Anton Kolomyeytsev

Chief Technology Officer, StarWind Software

Image
User avatar
anton (staff)
Site Admin
 
Posts: 2153
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands


Return to StarWind

Who is online

Users browsing this forum: No registered users and 2 guests