-
- Enthusiast
- Posts: 35
- Liked: 9 times
- Joined: Jan 06, 2022 9:20 pm
- Contact:
How do we move agent to associate with a new Veeam Server?
Just made a new deployment of Veeam 11a. Have workstations that are associated with the old v9.5, which is being decommissioned. When Veeam 11a rescan the workstations - it says "Failed to acquire agent managed by OLD_SERVER".
Is there a way to release them from the old server and be accepted by the new so that we don't need to remote into each workstation?
Is there a way to release them from the old server and be accepted by the new so that we don't need to remote into each workstation?
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hello CaliMSP,
What agent version is installed on the client side? Thanks!
What agent version is installed on the client side? Thanks!
-
- Enthusiast
- Posts: 35
- Liked: 9 times
- Joined: Jan 06, 2022 9:20 pm
- Contact:
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Thank you! You can use registry key with pre-v12 B&R versions
set on your Veeam B&R server v11a. That will force Veeam B&R to acquire agents managed by another Veeam B&R server. After adding this key please make sure that everything works as expected by adding one particular agent to a v11a protection group first. Let us know how it goes!
For v12 please use key mentioned in this post.
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication
AgentDiscoveryIgnoreOwnership DWORD=1
For v12 please use key mentioned in this post.
-
- Influencer
- Posts: 24
- Liked: 3 times
- Joined: Aug 06, 2019 2:02 am
- Full Name: Nathan Shaw
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hi, that sounds useful, can you be more specific about this registry entry? Which part of the registry does it go in? Is it a key or a value? If it's a value what type, and data do I set it to? Thanks!
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hello Nathan,
Sure, you need to add key with the name AgentDiscoveryIgnoreOwnership to the machine where you B&R is installed; the path to the key is HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication and value is not required, we basically check the existence on the key to ignore agent lock created by another B&R installation.
Sure, you need to add key with the name AgentDiscoveryIgnoreOwnership to the machine where you B&R is installed; the path to the key is HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication and value is not required, we basically check the existence on the key to ignore agent lock created by another B&R installation.
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Jul 19, 2016 1:17 pm
- Full Name: Tim Maier
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Having the same issue with VBR 11.0.1.1261 P20220302 and Agent 4.0.1.2169. Added a REG_SZ entry with no data under "HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication". After reboot of VBR server the entry is renamed to "INVALID_OPTION_AgentDiscoveryIgnoreOwnership". Rescan failes with "Failed to acquire agent managed by OLD_SERVER". Any hints what I'm doing wrong?
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hello Tim,
UPDATE: The REG_DWORD type is required, so that's why registry entity got renamed. It seems that starting from v11 B&R can actually validate registry entries and add INVALID_OPTION_ prefix whenever some value is not correct in it's own hive. Hope this helps!
UPDATE: The REG_DWORD type is required, so that's why registry entity got renamed. It seems that starting from v11 B&R can actually validate registry entries and add INVALID_OPTION_ prefix whenever some value is not correct in it's own hive. Hope this helps!
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Jul 19, 2016 1:17 pm
- Full Name: Tim Maier
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hello Dima,
I just added the REG_DWORD key with the value = 1.
Works flawlessly. Thanks for the update and support!
I just added the REG_DWORD key with the value = 1.
Works flawlessly. Thanks for the update and support!
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Glad you nailed it Tim! Big thank you for the feedback and sorry for the minor confusion, I've added the exact value type to my previous post to make it crystal clear for the newcomers
-
- Novice
- Posts: 5
- Liked: never
- Joined: Mar 12, 2021 10:33 pm
- Full Name: Simone M
- Location: Alessandria (IT)
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
We moved succesfully agent from old server to the new one.
Does anybody know if is possible to import also the old backup chains from the old server agent repo?
Does anybody know if is possible to import also the old backup chains from the old server agent repo?
-
- Veeam Software
- Posts: 219
- Liked: 111 times
- Joined: Jun 29, 2015 9:21 am
- Full Name: Michael Paul
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hi Simone, if the repository is added to the new VBR server I can't see why it wouldn't be able to, though you shouldn't have the repo attached to two VBR instances at the same time (at least mapped to the same folder), so just be mindful if the old VBR server is still around.
-------------
Michael Paul
Veeam Data Cloud: Microsoft 365 Solution Engineer
Michael Paul
Veeam Data Cloud: Microsoft 365 Solution Engineer
-
- Novice
- Posts: 5
- Liked: never
- Joined: Mar 12, 2021 10:33 pm
- Full Name: Simone M
- Location: Alessandria (IT)
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hi Michael,
we moved the (agent)repo from the old server to the new one, we scanned it, B&R found the old backups and marked them as "imported". After we re-created the agent jobs on the new server but in the -repo selection window- there is no "map backup" link.
So the agents, during the next bck cycle, start a new backup chain, no matter about the imported repo with previous backups...
we moved the (agent)repo from the old server to the new one, we scanned it, B&R found the old backups and marked them as "imported". After we re-created the agent jobs on the new server but in the -repo selection window- there is no "map backup" link.
So the agents, during the next bck cycle, start a new backup chain, no matter about the imported repo with previous backups...
-
- Veeam Software
- Posts: 219
- Liked: 111 times
- Joined: Jun 29, 2015 9:21 am
- Full Name: Michael Paul
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Thanks for the update, in which case you'd need to raise a case with Veeam support to understand if there are any supported pathways for you.
-------------
Michael Paul
Veeam Data Cloud: Microsoft 365 Solution Engineer
Michael Paul
Veeam Data Cloud: Microsoft 365 Solution Engineer
-
- Novice
- Posts: 5
- Liked: never
- Joined: Mar 12, 2021 10:33 pm
- Full Name: Simone M
- Location: Alessandria (IT)
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hello,
this is the answer from Veeam support:
reference link https://helpcenter.veeam.com/docs/backu ... ml?ver=110
where you can find "You cannot map a backup policy to another Veeam Backup & Replication server"
At last this is the official answer "[...] if you are migration from an old Backup and Replication server to a new one you won't be able to actually map the backup files to the old backup chain."
So actually, it seems you can import the old backups from the migrated repo, but you can't map them to the new policies. So new backup chains are created on the next scheduled agent backup.
Hope I have understood it correctly...
this is the answer from Veeam support:
reference link https://helpcenter.veeam.com/docs/backu ... ml?ver=110
where you can find "You cannot map a backup policy to another Veeam Backup & Replication server"
At last this is the official answer "[...] if you are migration from an old Backup and Replication server to a new one you won't be able to actually map the backup files to the old backup chain."
So actually, it seems you can import the old backups from the migrated repo, but you can't map them to the new policies. So new backup chains are created on the next scheduled agent backup.
Hope I have understood it correctly...
-
- Service Provider
- Posts: 295
- Liked: 46 times
- Joined: Jun 30, 2015 9:13 am
- Full Name: Stephan Lang
- Location: Austria
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
looks like this doesn't work anymore in Veeam V12
set the reg-dword key but vbr still complains about agent is managed by another vbr server...
set the reg-dword key but vbr still complains about agent is managed by another vbr server...
-
- Veeam Software
- Posts: 17
- Liked: 4 times
- Joined: Mar 05, 2018 3:42 pm
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
@DaSitivi Did you go through this process to recreate the configuration database? I just went through this as well upgrading to v12 https://www.veeam.com/kb2335 did the trick for me
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hi Stephan,
Can you please share a support case with us? Thank you!
Can you please share a support case with us? Thank you!
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Folks,
Quick update: since v12 now can deploy not only agents but application plug-ins as well the old key was replaced by the new one and now it can be used to 'acquire' not only the locked agent but locked machine with backup plug-in too.
For v12 installations whenever it's need to address the issue, please use this key instead. Thank you and sorry for the confusion:
Quick update: since v12 now can deploy not only agents but application plug-ins as well the old key was replaced by the new one and now it can be used to 'acquire' not only the locked agent but locked machine with backup plug-in too.
For v12 installations whenever it's need to address the issue, please use this key instead. Thank you and sorry for the confusion:
Code: Select all
HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Backup and Replication
ProtectionGroupIgnoreOwnership DWORD=1
-
- Service Provider
- Posts: 40
- Liked: 13 times
- Joined: Feb 23, 2010 8:22 am
- Full Name: Stig Hanssen
- Contact:
[MERGED] Move agent job to new backupserver
I need to move a Linux backupjob to a new server. All backupfiles have been copied to my new repository. It looks like adding the new Linux host under Backup Infrastructure - Managed Servers is OK, but when I rescan under Inventory I get: Skipping <HOSTNAME> Details: This backup agent is managed by the Backup server <Old backup server>, ignoring control request from <New backup server>
-
- Product Manager
- Posts: 14840
- Liked: 3086 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: How do we move agent to associate with a new Veeam Server?
Hello,
please see above.
Best regards,
Hannes
please see above.
Best regards,
Hannes
Who is online
Users browsing this forum: No registered users and 10 guests