-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 21, 2011 5:28 pm
- Full Name: Emanuele Rossi
- Contact:
Replicate over WAN
Hi,
we need to replicate 2 virtual machine from one site to another by wan (4MB).
This is our configuration:
Site A
1 ESXi with 2 virtual machine with 600gb of data.
The storage is a DAS (direct attached storage)
Site B
1 ESXi with Veeam Backup virtual machine installed
We try to set up a job using a vstorage api over network option but is still running after few days. is there something wrong? or i need to follow another way to make my goal?
Thanks in advance.
Emanuele Rossi
we need to replicate 2 virtual machine from one site to another by wan (4MB).
This is our configuration:
Site A
1 ESXi with 2 virtual machine with 600gb of data.
The storage is a DAS (direct attached storage)
Site B
1 ESXi with Veeam Backup virtual machine installed
We try to set up a job using a vstorage api over network option but is still running after few days. is there something wrong? or i need to follow another way to make my goal?
Thanks in advance.
Emanuele Rossi
-
- Chief Product Officer
- Posts: 31814
- Liked: 7302 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Replicate over WAN
According to my math you need 341 hours (14 days) just to pump 600GB of data through 4Mb pipe under ideal conditions.
-
- Enthusiast
- Posts: 26
- Liked: 2 times
- Joined: Nov 22, 2010 8:45 pm
- Full Name: Vladimir Eskin
- Location: Russia
- Contact:
Re: Replicate over WAN
Emanuele, you'd better use a standard feature of Veeam's replication: perform initial replication over removable storage, to eliminate initial 600GB transfer via slow wan.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Feb 21, 2011 5:28 pm
- Full Name: Emanuele Rossi
- Contact:
Re: Replicate over WAN
Tnaks for your reply.vEskin wrote:Emanuele, you'd better use a standard feature of Veeam's replication: perform initial replication over removable storage, to eliminate initial 600GB transfer via slow wan.
Could you please tell me whic are the steps to do that?
The veeam backup need to be in the site B or A?
Which backup otion i have to choose?
Thanks
Emanuele
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Replicate over WAN
Emanuele,
In order to perform initial replication over removable storage you need to install VB&R server on the source site.
Please take a look at our User Guide for the steps required:
http://www.veeam.com/files/guide/veeam_ ... _guide.pdf (pages 70-71)
Thanks!
In order to perform initial replication over removable storage you need to install VB&R server on the source site.
Please take a look at our User Guide for the steps required:
http://www.veeam.com/files/guide/veeam_ ... _guide.pdf (pages 70-71)
Thanks!
-
- Enthusiast
- Posts: 44
- Liked: never
- Joined: Apr 20, 2010 5:00 pm
- Full Name: Leon
- Contact:
Re: Replicate over WAN
Vitaliy S.
Just picking up with this. Now the initial replication has to be done from the source site, but OC in a proper DR situation the source site would be unavailable.
So, is there a method of doing the initial replication at the source site, and then taking this replication down to the target site; firing up another Veeam box at the target site and feeding it the inital replication data?
I think I can see to ways here:
1. Do the initial replication at the source site and then when its done, Migrate the Veeam server down to the target site and continue the job.
2. Do the initial replication at the source site, then, delete the Veeam VM at the source site (as its unneeded) and fire up another Veeam server at the target site and keep the target LUN pre-populated.
Now I can see option 1 working (though it may break if it expects the datastore to have a different id); but I cannot see option 2 working as it will have no CBT information with a new job on a new server?
What would be the best method to use inital replication AND keep the controlling server at the target site for DR use?
Just picking up with this. Now the initial replication has to be done from the source site, but OC in a proper DR situation the source site would be unavailable.
So, is there a method of doing the initial replication at the source site, and then taking this replication down to the target site; firing up another Veeam box at the target site and feeding it the inital replication data?
I think I can see to ways here:
1. Do the initial replication at the source site and then when its done, Migrate the Veeam server down to the target site and continue the job.
2. Do the initial replication at the source site, then, delete the Veeam VM at the source site (as its unneeded) and fire up another Veeam server at the target site and keep the target LUN pre-populated.
Now I can see option 1 working (though it may break if it expects the datastore to have a different id); but I cannot see option 2 working as it will have no CBT information with a new job on a new server?
What would be the best method to use inital replication AND keep the controlling server at the target site for DR use?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Replicate over WAN
Well.. you can perform initial replication then move the entire Veeam box to the target site, another approach would be to perform initial replicaton, then move Veeam SQL database and redeploy Veeam console ponting to the old database. Both methods are pretty much the same.slidek9 wrote:So, is there a method of doing the initial replication at the source site, and then taking this replication down to the target site; firing up another Veeam box at the target site and feeding it the inital replication data?
Yes, that would work.slidek9 wrote:1. Do the initial replication at the source site and then when its done, Migrate the Veeam server down to the target site and continue the job.
You need to move Veeam SQL configuration database and reuse it with a new deployment.slidek9 wrote:2. Do the initial replication at the source site, then, delete the Veeam VM at the source site (as its unneeded) and fire up another Veeam server at the target site and keep the target LUN pre-populated.
If you have everything under the same vCenter server and you do not reconfigure Veeam Backup server after migration, then everything should be fine. Option 2 would only work if you move Veeam SQL configuration database.slidek9 wrote:Now I can see option 1 working (though it may break if it expects the datastore to have a different id); but I cannot see option 2 working as it will have no CBT information with a new job on a new server?
I guess you should stick to option 1, as it is one of the most commonly used scenarios among our customers.slidek9 wrote:What would be the best method to use inital replication AND keep the controlling server at the target site for DR use?
Thank you.
-
- Enthusiast
- Posts: 50
- Liked: 1 time
- Joined: Oct 28, 2009 2:19 pm
- Contact:
Re: Replicate over WAN
Stupid question but when using the Initial replication tick box option and pointing to the removable drive can I ask the following:-
Once the intial sync has been done and data copied to the WAN site do I "untick" the initial replication checkbox before I recommence the sync over the WAN?
Thanks.
Once the intial sync has been done and data copied to the WAN site do I "untick" the initial replication checkbox before I recommence the sync over the WAN?
Thanks.
Re: Replicate over WAN
No, you don't have to uncheck it - B&R knows that you've already performed initial replication (there's a record in database).
-
- Enthusiast
- Posts: 50
- Liked: 1 time
- Joined: Oct 28, 2009 2:19 pm
- Contact:
Re: Replicate over WAN
Thanks Alexy for the answer and super quick reseponse. Brilliant!
-
- Novice
- Posts: 3
- Liked: never
- Joined: Sep 27, 2011 6:40 pm
- Full Name: Matthew Smith
- Contact:
Re: Replicate over WAN
Hello
i'm going through the same procedure but I have already one VM replicated across the WAN to the DR site. If I follow Option 2 above, will I need to replicate that VM again? If so, is there any other method that will allow me to keep that replication going?
i'm going through the same procedure but I have already one VM replicated across the WAN to the DR site. If I follow Option 2 above, will I need to replicate that VM again? If so, is there any other method that will allow me to keep that replication going?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Replicate over WAN
Hi Matthew, currently If you want to continue replication job for this VM, you need to move Veeam B&R configuration database to an offsite location and re-use it with a new backup server deployment.
-
- Novice
- Posts: 3
- Liked: never
- Joined: Sep 27, 2011 6:40 pm
- Full Name: Matthew Smith
- Contact:
Re: Replicate over WAN
Okay thanks Vitaliy.
I was hoping I could somehow merge the config db for the currently replicating VM with the db for the VMs I plan on replicating using the "Initial Replication" option, but it sounds like if I want to keep just one VEEAM server I will need to reseed the VM that is currently replicating?
I was hoping I could somehow merge the config db for the currently replicating VM with the db for the VMs I plan on replicating using the "Initial Replication" option, but it sounds like if I want to keep just one VEEAM server I will need to reseed the VM that is currently replicating?
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Replicate over WAN
Yes, that's right, however with our upcoming version 6, you should be able to map replicas into existing VMs in the DR site, no re-seeding will be required.
Who is online
Users browsing this forum: Bing [Bot] and 74 guests