Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

Minimum supported OS version for Veeam VSS Hardware Provider is Microsoft Server 2012 (64-bit only).

$
0
0

Minimum supported OS version for Veeam VSS Hardware Provider is Microsoft Server 2012 (64-bit only).

KB ID: 4661
Product: Veeam Backup & Replication | 12.2
Published: 2024-09-25
Last Modified: 2024-09-25

Challenge

An attempt to rescan, upgrade, or update the Veeam Backup Server fails with the error:

Minimum supported OS version for Veeam VSS Hardware Provider is Microsoft Server 2012 (64-bit only).

Cause

This issue occurs because an entry in the Configuration Database causes the Veeam Backup & Replication software to believe an outdated version of the Veeam VSS Hardware Provider package is deployed on the Veeam Backup Server and needs to be updated. However, upgrading this component package is impossible because the Veeam Backup Server is running Windows 10 or 11, and the Veeam VSS Hardware Provider component only supports deployment on Windows Server editions.

For a causal example, please review the More Information section.

Solution

To remove the conflicting entry from the Configuration Database, perform the following steps:

  1. On the Veeam Backup Server, open an Administrative PowerShell console. (Win+X, tap 'A')
  2. Run the following command:
    The command will query the components assigned to the Veeam Backup Server, look for the Veeam VSS Hardware Provider, and remove it from being assigned to the Veeam Backup Server.
((Get-VBRLocalhost).FindPhysicalHost().GetComponents() | Where Type -eq VssHwSnapshotProvider).Delete() 
After the entry is removed, Veeam Backup & Replication will no longer attempt to deploy the unsupported package on the Veeam Backup Server.

More Information

Case Example

Based on the limited cases where this issue has been reported, it appears the sequence of events that causes this latent erroneous entry in the Configuration Database to exist is as follows:

  1. Veeam Backup & Replication was initially deployed on Windows Server OS.
  2. A Configuration Backup was created.
  3. Veeam Backup & Replication was redeployed on Windows 10 or Windows 11.
  4. A Configuration Restore to the new Veeam Backup Server was performed using the configuration backup from the initial server.
  5. During the Configuration Restore, the entries within the hostscomponents table are restored, including the entry that indicates that the Veeam VSS Hardware Provider package is deployed on the Veeam Backup Server.
  6. After the Configuration Restore, everything appears operational until an upgrade or update occurs, which causes the Veeam Backup & Replication software to reassess what packages are deployed. At which point the entry in the hostscomponents table causes the Veeam Backup & Replication software to attempt to deploy the Veeam VSS Hardware Provider package on the Veeam Backup Server. The deployment fails, and the package installer throws the error:
    Minimum supported OS version for Veeam VSS Hardware Provider is Microsoft Server 2012 (64-bit only)
    
To submit feedback regarding this article, please click this link: Send Article Feedback
To report a typo on this page, highlight the typo with your mouse and press CTRL + Enter.

Viewing all articles
Browse latest Browse all 4362

Trending Articles