-
- Service Provider
- Posts: 880
- Liked: 163 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Merge two Veeam B&R management servers
Hi,
With the backup & restore option you can migrate an entire Veeam server, and it replaces all current config. I need to merge two Veeam servers into one, and preserve both configuration like reps, proxy's, jobs, credentials ext. All config is unique.
How can I accomplish this?
Kind Regards,
Bastiaan
With the backup & restore option you can migrate an entire Veeam server, and it replaces all current config. I need to merge two Veeam servers into one, and preserve both configuration like reps, proxy's, jobs, credentials ext. All config is unique.
How can I accomplish this?
Kind Regards,
Bastiaan
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Merge two Veeam B&R management servers
I'm afraid there's no easy way to accomplish this. You would need to re-create the jobs/roles/etc. manually since only one configuration can be restored to a given backup server (there's no "merge" for configurations). However some tasks can be automated via PowerShell.
-
- Service Provider
- Posts: 880
- Liked: 163 times
- Joined: Aug 26, 2013 7:46 am
- Full Name: Bastiaan van Haastrecht
- Location: The Netherlands
- Contact:
Re: Merge two Veeam B&R management servers
Ok to bad. I've read that post, can imagine people want more migration flexbility in the config. Migration can't be fully done with PS. Busy with it right now.
Here's an example in how to migrate the credentials. Have one for jobs almost ready. But again, it's not 100% doable with PS. So GUI or Enterprise Manager functions (a-la Backup Exec with Jobs and config) would be preferable (as promised in that post in 2010 )
Here's an example in how to migrate the credentials. Have one for jobs almost ready. But again, it's not 100% doable with PS. So GUI or Enterprise Manager functions (a-la Backup Exec with Jobs and config) would be preferable (as promised in that post in 2010 )
Code: Select all
# Copy's users from Veeam B&R to remote Veeam B&R server
# Shortages: Does not copy the password as it is stored encrypted. Set passwords manualy after run.
# Does not add user with a specific type, assumes it's windows. As the Get-VBRCredentials does not show a type (Veeam please add this!)
# So this script only works for windows accounts
# Does not preserve user unique db id
#
# Use at own risk !
Asnp VeeamPSSnapin
$RemoteVBRServer = "ic-ams1-bck01.ic.local"
$credentials = Get-VBRCredentials
ForEach ($cred in $credentials){
Invoke-Command -Comp $RemoteVBRServer -Args $cred -Scriptblock {
Param($cred)
Asnp VeeamPSSnapin
Add-VBRCredentials -User $cred.Name -Password $cred.EncryptedPassword -Description $cred.Description
}
}
======================================================
Veeam ProPartner, Service Provider and a proud Veeam Legend
Veeam ProPartner, Service Provider and a proud Veeam Legend
-
- Veeam Software
- Posts: 21138
- Liked: 2141 times
- Joined: Jul 11, 2011 10:22 am
- Full Name: Alexander Fogelson
- Contact:
Re: Merge two Veeam B&R management servers
In fact, jobs migration to a new backup server was finally implemented, as it was promised (within Veeam B&R configuration backup feature). Here we are talking about more complicated scenario, merging configurations, so this is something we can keep in mind for future.
Thanks fro sharing your findings, though, much appreciated!
Thanks fro sharing your findings, though, much appreciated!
-
- Influencer
- Posts: 12
- Liked: never
- Joined: Mar 27, 2011 5:48 pm
- Full Name: Rene van Veen
- Contact:
[MERGED] Merge to VEEAM servers
Hi all.
Is there any experience in merging two servers?
I want to streamline things. In my organisation we have two VEEAM backup servers: I want to decomission one and consolidate on the newest.
How can I move my jobs an backup data to the server I want to consolidate on.
my server is connect to the backup repository NAS through iSCSI
Appreciate any help or pointers to documentation
Rene
Is there any experience in merging two servers?
I want to streamline things. In my organisation we have two VEEAM backup servers: I want to decomission one and consolidate on the newest.
How can I move my jobs an backup data to the server I want to consolidate on.
my server is connect to the backup repository NAS through iSCSI
Appreciate any help or pointers to documentation
Rene
-
- Veteran
- Posts: 1943
- Liked: 247 times
- Joined: Dec 01, 2016 3:49 pm
- Full Name: Dmitry Grinev
- Location: St.Petersburg
- Contact:
Re: Merge to VEEAM servers
Hi Rene,
There is no simple way to merge two VBR servers, so you should re-create jobs and etc. manually.
Please review this thread above for additional information. Thanks!
There is no simple way to merge two VBR servers, so you should re-create jobs and etc. manually.
Please review this thread above for additional information. Thanks!
-
- Veteran
- Posts: 487
- Liked: 106 times
- Joined: Dec 08, 2014 2:58 pm
- Full Name: Steve Krause
- Contact:
Re: Merge two Veeam B&R management servers
If your repositories are separate from your B&R servers, you can add the repositories to both servers and map new jobs on the server you want to use going to the existing backup files.
Steve Krause
Veeam Certified Architect
Veeam Certified Architect
Who is online
Users browsing this forum: DVashkis, Google [Bot], Gostev and 179 guests