-
- Enthusiast
- Posts: 45
- Liked: 1 time
- Joined: Jul 23, 2014 7:05 pm
- Contact:
Upgrading Hyper-V intergrations (9.5 u4a)
I upgraded my Veeam environment last week to the newest version. Only issue i have is veeam says my Main backup server is out of date on the hyper-v integrations. Only problem is the main backup server is a virtual machine. So it will not let me update that component or let me remove that component. Anyone else have this issue?
Error it throws "Failed to upgrade host components. Error:'This server is not a hyper-v host'
Error it throws "Failed to upgrade host components. Error:'This server is not a hyper-v host'
-
- Veteran
- Posts: 3077
- Liked: 455 times
- Joined: Aug 07, 2018 3:11 pm
- Full Name: Fedor Maslov
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Hi Leo,
Please reach out to our support team for a comprehensive investigation. Thank you.
BR,
Fedor
Please reach out to our support team for a comprehensive investigation. Thank you.
BR,
Fedor
-
- Product Manager
- Posts: 8191
- Liked: 1322 times
- Joined: Feb 08, 2013 3:08 pm
- Full Name: Mike Resseler
- Location: Belgium
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
One thing you can do is run the hyper-v integrations component manually on that server. Please find VeeamHvIntegration.msi and VeeamTransport.msi in C:\Program Files\Veeam\Backup and Replication\Backup\Packages on your backup server and run those. (Start with the Integration.msi first before you do Transport and see if the second one is still necessary. Not sure about that to be honest)
Thanks
Mike
Thanks
Mike
-
- Novice
- Posts: 5
- Liked: never
- Joined: Sep 02, 2019 10:45 am
- Full Name: Gian Maria Calzolari
- Contact:
-
- VP, Product Management
- Posts: 27371
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Linking Informatica, did you try following the suggestion from Mike to resolve it?
-
- Novice
- Posts: 5
- Liked: never
- Joined: Sep 02, 2019 10:45 am
- Full Name: Gian Maria Calzolari
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Yes, same error: how can I install the HyperV integration since the software is installed onto a virtual machine?
-
- VP, Product Management
- Posts: 27371
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
I have reviewed OP's case number, the solution was to remove an internal ID (unique in each installation) via SQL script of the backup component reporting this problem. VeeamHvIntegration.msi should not and cannot be installed in a VM, that's why you see this error. Since you cannot open a support ticket, then I'm afraid a complete re-install is a way to go.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Sep 02, 2019 10:45 am
- Full Name: Gian Maria Calzolari
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Well, I do understand you point of view... but since you do know the solution it would be kind to share it...
Thank you and Best Regards
Thank you and Best Regards
-
- VP, Product Management
- Posts: 27371
- Liked: 2799 times
- Joined: Mar 30, 2009 9:13 am
- Full Name: Vitaliy Safarov
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
I'd love to share it, but it is not possible to do over forums since the solution requires reviewing the database of your Veeam B&R server. Based on the results, someone has to write a correct SQL script to clean up duplicated/wrong IDs. Copy-pasting the script from OP's case would not help as each script is unique to every Veeam B&R server.
-
- Lurker
- Posts: 1
- Liked: 9 times
- Joined: Oct 06, 2019 10:56 am
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
So for everyone who is looking for a solution. Following did the trick for me.
First of all, manually update all correctly recognized components, like vPowerNFS.
Then open a SQL Server Management Studio, connecting to the Veeam database and open up the table "HostComponents" in edit mode. Searching for the wrong component - most likely this is the one with a lower version number and something like "HvIntegration" under options column - and deleting the entire row.
First of all, manually update all correctly recognized components, like vPowerNFS.
Then open a SQL Server Management Studio, connecting to the Veeam database and open up the table "HostComponents" in edit mode. Searching for the wrong component - most likely this is the one with a lower version number and something like "HvIntegration" under options column - and deleting the entire row.
-
- Service Provider
- Posts: 1092
- Liked: 134 times
- Joined: May 14, 2013 8:35 pm
- Full Name: Frank Iversen
- Location: Norway
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Thanks Styletec!
That did the trick for my server too.
That did the trick for my server too.
-
- Service Provider
- Posts: 3
- Liked: 1 time
- Joined: Jul 14, 2017 7:32 am
- Full Name: Martin Och
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Perfect, it helped me too in upgrade from 9.5.4 to 11StyleTec wrote: ↑Oct 06, 2019 11:02 am So for everyone who is looking for a solution. Following did the trick for me.
First of all, manually update all correctly recognized components, like vPowerNFS.
Then open a SQL Server Management Studio, connecting to the Veeam database and open up the table "HostComponents" in edit mode. Searching for the wrong component - most likely this is the one with a lower version number and something like "HvIntegration" under options column - and deleting the entire row.
Thank You.
-
- Lurker
- Posts: 1
- Liked: 1 time
- Joined: Mar 13, 2023 6:00 am
- Full Name: Athanasios Rorris
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
I made an account just to post that this workaround, still works - I upgraded from 11 to 12 with this modification.StyleTec wrote: ↑Oct 06, 2019 11:02 am So for everyone who is looking for a solution. Following did the trick for me.
First of all, manually update all correctly recognized components, like vPowerNFS.
Then open a SQL Server Management Studio, connecting to the Veeam database and open up the table "HostComponents" in edit mode. Searching for the wrong component - most likely this is the one with a lower version number and something like "HvIntegration" under options column - and deleting the entire row.
Thank you StyleTec.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 20, 2023 5:17 pm
- Full Name: Luciano Gallina
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Hello,
Thanks for helping with this error,
I'm updating the version from 11.xx to 12.xx, and I'm having the same error, and I'm not able to locate the table via SQL Server Management Studio, if possible can you get a screenshot, with the path of the table?
Thanks,
Thanks for helping with this error,
I'm updating the version from 11.xx to 12.xx, and I'm having the same error, and I'm not able to locate the table via SQL Server Management Studio, if possible can you get a screenshot, with the path of the table?
Thanks,
-
- Novice
- Posts: 5
- Liked: never
- Joined: Mar 28, 2014 9:23 am
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
I am also interested in a solution for v12 installations. I have to deal with the problem with each minor patch and would like to finally resolve this. Until now I have installed the Hyper-V role on the server and removed it after patching.
-
- Product Manager
- Posts: 14836
- Liked: 3083 times
- Joined: Sep 01, 2014 11:46 am
- Full Name: Hannes Kasparick
- Location: Austria
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
did you ever open a case to get that problem solved from Veeam side? If yes, can you please post the case numbers so that we can check?I have to deal with the problem with each minor patch and would like to finally resolve this
-
- Novice
- Posts: 5
- Liked: never
- Joined: Dec 16, 2022 1:02 am
- Full Name: Gnarly Norris
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
Thank you. This was the solution for me as well. Upgraded from 11 to 12StyleTec wrote: ↑Oct 06, 2019 11:02 am So for everyone who is looking for a solution. Following did the trick for me.
First of all, manually update all correctly recognized components, like vPowerNFS.
Then open a SQL Server Management Studio, connecting to the Veeam database and open up the table "HostComponents" in edit mode. Searching for the wrong component - most likely this is the one with a lower version number and something like "HvIntegration" under options column - and deleting the entire row.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: May 22, 2024 8:27 pm
- Contact:
Re: Upgrading Hyper-V intergrations (9.5 u4a)
This still works, thanks very much.StyleTec wrote: ↑Oct 06, 2019 11:02 am So for everyone who is looking for a solution. Following did the trick for me.
First of all, manually update all correctly recognized components, like vPowerNFS.
Then open a SQL Server Management Studio, connecting to the Veeam database and open up the table "HostComponents" in edit mode. Searching for the wrong component - most likely this is the one with a lower version number and something like "HvIntegration" under options column - and deleting the entire row.
Who is online
Users browsing this forum: No registered users and 20 guests