-
- Influencer
- Posts: 18
- Liked: never
- Joined: Nov 05, 2009 8:06 am
- Full Name: Adam Beardwood
- Contact:
Moving Jobs Between Servers
We currently have a single Veeam server running in a VM backing up our infrastructure; however, it's reached the point where we have enough VMs to back up that we'd like to add a 2nd Veeam server and split the jobs between them (Different jobs are backing up to different storage, so the limiting issue at the moment is mostly CPU on the backup host).
The question is, is there any way to transfer one or more jobs from the current Veeam server to the new one without losing the backup "history" - i.e. We want to be able to continue to roll back to previous backups if possible without just having to keep the old backups on disk until the new ones get up to 30 days retention (we don't have the space, for a start).
Thanks.
The question is, is there any way to transfer one or more jobs from the current Veeam server to the new one without losing the backup "history" - i.e. We want to be able to continue to roll back to previous backups if possible without just having to keep the old backups on disk until the new ones get up to 30 days retention (we don't have the space, for a start).
Thanks.
Re: Moving Jobs Between Servers
Hello Adam,
If you need to move your backup/replication jobs to another server, please take a look at the existing topics which describe the procedure:
Import/Export backup job and How to move a job from one server to another w/o messing CBT
Hope that helps!
If you need to move your backup/replication jobs to another server, please take a look at the existing topics which describe the procedure:
Import/Export backup job and How to move a job from one server to another w/o messing CBT
Hope that helps!
-
- Influencer
- Posts: 18
- Liked: never
- Joined: Nov 05, 2009 8:06 am
- Full Name: Adam Beardwood
- Contact:
Re: Moving Jobs Between Servers
That's excellent, thanks.
-
- Influencer
- Posts: 18
- Liked: never
- Joined: Nov 05, 2009 8:06 am
- Full Name: Adam Beardwood
- Contact:
Re: Moving Jobs Between Servers
I've successfully transferred the jobs, but I'm getting some odd behaviour in Enterprise Manager; the throughput graphs are showing identical data for both servers since the move - I've tried removing and re-adding the servers from EM but it still seems to be doing the same thing. Is there some ID or other value in the database(s) that EM is using which would cause this and if so is there a workaround for it?
Thanks.
Thanks.
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Moving Jobs Between Servers
To resolve this issue, first of all please remove both Veeam Backup servers from the Enterprise Manager's console, after that execute the following script against the copied “VeeamBackup” SQL database:
Having done that, please re-add both Veeam backup servers to the Enterprise console. Thank you!
Code: Select all
UPDATE [dbo].[ReplicationInfo]
SET [base_id] = NEWID()
-
- Influencer
- Posts: 18
- Liked: never
- Joined: Nov 05, 2009 8:06 am
- Full Name: Adam Beardwood
- Contact:
Re: Moving Jobs Between Servers
This has stopped the "copied" server from showing as identical to the original, but now it's not pulling any data at all from the copied server; it reports 0 jobs and 0 VMs.Vitaliy S. wrote:To resolve this issue, first of all please remove both Veeam Backup servers from the Enterprise Manager's console, after that execute the following script against the copied “VeeamBackup” SQL database:
Having done that, please re-add both Veeam backup servers to the Enterprise console. Thank you!Code: Select all
UPDATE [dbo].[ReplicationInfo] SET [base_id] = NEWID()
-
- VP, Product Management
- Posts: 27377
- Liked: 2800 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Moving Jobs Between Servers
Adam,
Since we've cloned SQL configuration database we duplicated all primary keys in the tables that should be changed now.
Unfortunately, it slipped away from my sight that we could setup a new Veeam backup server and re-use this database for new jobs, so the Enterprise manager had a proper view of all backup servers. Please refer to our support team for the procedure instructions, as this may require a webex session. Thank you!
Since we've cloned SQL configuration database we duplicated all primary keys in the tables that should be changed now.
Unfortunately, it slipped away from my sight that we could setup a new Veeam backup server and re-use this database for new jobs, so the Enterprise manager had a proper view of all backup servers. Please refer to our support team for the procedure instructions, as this may require a webex session. Thank you!
-
- Veteran
- Posts: 1531
- Liked: 226 times
- Joined: Jul 21, 2010 9:47 am
- Full Name: Chris Dearden
- Contact:
Re: Moving Jobs Between Servers
This sounds like the issue I've also had today.
http://www.veeam.com/forums/viewtopic.php?f=2&t=5081
Should I hold off on running that SQL ?
http://www.veeam.com/forums/viewtopic.php?f=2&t=5081
Should I hold off on running that SQL ?
-
- Chief Product Officer
- Posts: 31807
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Moving Jobs Between Servers
Yep, this is exactly the reason why I just asked you in your own topic to work directly with support. I know that Vitaly is really eager to help everyone, and is trying to do it right away to the best of his knowledge, which is good in most cases, but really things like these must be handled by support staff directly, because it is support who will end up having to deal with all the mess created - like in case above... hmm I imagine I am going to get a call from our support management soon to talk about this soon
Generally speaking, editing Veeam Backup configuration data by any means other than UI is unsupported, and should only be performed if instructed by support staff, using the scripts provided by support, and with their assistance if necessary (such as over webex).
Generally speaking, editing Veeam Backup configuration data by any means other than UI is unsupported, and should only be performed if instructed by support staff, using the scripts provided by support, and with their assistance if necessary (such as over webex).
-
- Veteran
- Posts: 1531
- Liked: 226 times
- Joined: Jul 21, 2010 9:47 am
- Full Name: Chris Dearden
- Contact:
Re: Moving Jobs Between Servers
No Problem ( though I wouldn't make a change to a system I couldn't back out ) - I'll log the issue with support on Monday as its not a show stopper. Though it could be interesting if I ever had to migrate the job back , but Im hoping v5 will facilitate job migrations anyhow.
-
- Chief Product Officer
- Posts: 31807
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Moving Jobs Between Servers
Job migration between backup servers is not available in version 5, but it is definitely planned for future releases.
-
- Veteran
- Posts: 1531
- Liked: 226 times
- Joined: Jul 21, 2010 9:47 am
- Full Name: Chris Dearden
- Contact:
Re: Moving Jobs Between Servers
Thats a shame - I'm sure support will be able to help out. I'd love to see a distributed job engine introduced where all the jobs are defined at the EM level and which ever proxy is best suited to run a given backup takes on the job.
-
- Chief Product Officer
- Posts: 31807
- Liked: 7300 times
- Joined: Jan 01, 2006 1:01 am
- Location: Baar, Switzerland
- Contact:
Re: Moving Jobs Between Servers
You pretty much nailed it... we are going there, one step at a time - introducing Enterprise Manager was the first step
Who is online
Users browsing this forum: apolloxm, Bing [Bot], CoLa, Google [Bot] and 328 guests