đź“‘
Joe's Notes and Links
  • About this site
  • About me
    • Links
    • Awards & Certifications
      • Veeam
      • Kasten
      • AWS
      • Other
      • Planned Certifications
  • Backup Theory
    • Basics Articles
      • I - Why Snapshots Are Not Backups: Understanding the Crucial Differences
      • II - Why Replication is not Backup: Understanding the Differences
      • III - Backup Best Practices: Building a Robust Data Protection Solution
      • IV - Understanding Backup Strategies: Full, Incremental, and Differential Backups
      • V - Understanding RPO and RTO
      • VI - Versioning and Retention Policies: The Backbone of Data Protection Solutions
      • VII - Implementing Backup Scheduling for Optimal Data Protection
      • VIII - Data Classification: A Crucial Pillar in Effective Backup and Recovery Strategies
      • IX - Extending Backup Measurements - Understanding RTO and RTA
    • Terminology
  • Backup Products
    • Veeam
      • Veeam Legends VBR Pocketbook V1
      • PostgreSQL
      • Powershell Scripting (Veeam specific)
        • How to automate Veeam Backup and Replication Global Exclusion Lists
        • Get Result of Backups for one VM for a Year
        • Multitag Jobs
      • Backup & Replication
        • Error "Failed to upgrade host components. Error: 'Minimum supported OS version for Veeam VSS..."
        • [Changed in V11] - Handling of exported and orphaned backups
        • [New in V12] - 2FA Login is not available with expired license
        • Quick Backup of a VM associated to multiple Backup jobs
        • Backup of Windows 10 PC with server managed agent
        • VBR Console – users and roles and job notifications
      • Agents
        • USB Disk as Veeam Repository in a private Environment
      • Veeam and Tape
        • Veeam and Tape I - Moving a tape library with data from one VBR server to another
        • Veeam and Tape II - Moving a tape library with data from one VBR server to another
        • Veeam and Tape III - Restore of Backup Job Files from Tape which were backed up with a File-to-Tape
        • Veeam and Tape IV - Cataloging a tape with a huge number of files
        • Veeam and Tape V - Usage of a S3 compatible Object Storage Gateway
      • Plugins for Enterprise Applications
        • Plugin for Oracle RMAN
          • Veeam RMAN Plugin – Update of Backup Meta Data
          • Veeam RMAN Plugin - ORA-01012 Error
          • Parameter "set-force-delete"
          • Parameter "logsDir"
      • Certification & Accreditation
        • Veeam Certified Architect (VMCA) 2022 - course and exam experience
        • New VMSP and VMTSP 2023 Accreditations available in ProPartner Portal
      • Service Provider Console
        • Deactivate Admins Group
      • Links
      • Miscellaneous
    • Spectrum Protect
      • Links
      • Backup/Archive Client
        • log4j Vulnerability - BA Client Fix and Workaround
  • Storage
    • Storage
      • Links
      • Brocade
        • Useful FOS Commands
  • Virtualization
    • VMware
      • Links
      • PowerCLI
        • How to install VMware PowerCLI offline
        • Prepare the connection to the vCenter
  • Automation and Scripting
    • Powershell scripting
      • Set PowerShell Execution Policies
      • Word-wrap PowerShell commands
      • Get Information about Networking
      • Check signature of a DLL
      • Query all VMs with mounted ISO files
      • Dismount all mounted ISO files on a cluster
      • List all Networks of all VMs on a Cluster
      • List all networks on all reachable cluster
  • OS
    • Windows
      • NTP
      • How to install VMware PowerCLI offline
      • Configure MTU Size
    • Linux
      • Routen setzen
      • Infos about FC and WWNs
  • Cloud
    • AWS
      • Links
  • Databases
    • Links
  • Tools
    • useful Tools and Websites
  • Community
    • Other great blogs/communities
Powered by GitBook
On this page
  • Problem:
  • Lösung:
  1. Backup Products
  2. Veeam
  3. Backup & Replication

Error "Failed to upgrade host components. Error: 'Minimum supported OS version for Veeam VSS..."

Problem:

Beim Update eines VBR Servers von VBR 12.1.2.171 auf 12.2.0.334 gibt es ein Problem beim Update einer Serverkomponente während des ersten Starts nach dem Veeam Server Update.

Besonderheit ist hier, dass es eine Windows 10 22H2 VM ist auf der alle Veeam Komponenten installiert sind.

Windows 10 22H2 ist als Server Betriebssystem von Veeam supported. Das scheint demnach nicht der Grund des Problems zu sein.

Fehlermeldung:

<servername>: Failed to upgrade host components. Error: 'Minimum supported
OS version for Veeam VSS Hardware Provider is Microsoft Server 2012 (64-bit only).' 

Die Fehlermeldung fĂĽhrt meiner Meinung nach hier in die Irre. Es sind nicht nur Windows Server OS supported.

Der Veeam VSS Hardware Snapshot Provider scheint entweder nicht auf dem System installiert zu sein (unwahrscheinlich, weil vor dem Update hat es funktioniert) oder nicht richtig im System registriert zu sein.

Output von vssadmin list providers:

vssadmin 1.1 - Verwaltungsbefehlszeilenprogramm des Volumeschattenkopie-Dienstes 
(C) Copyright 2001-2013 Microsoft Corp. 
 
Anbietername: "Microsoft Software Shadow Copy provider 1.0" 
   Anbietertyp: System 
   Anbieterkennung: {b5946137-7b9f-4925-af80-51abd60b20d5} 
   Version: 1.0.0.7 

Lösung:

Frage:

Kann man den VSS Provider einzeln aus dem Veeam ISO installieren?

Ja, kann man.

Bringt aber auch Fehler

Problem in den Veeam Foren geschildert und folgende Antwort erhalten:

"The VSS Hardware Provider was not supposed to be installed on Windows 10/11, only Windows Servers, so a little manual clean-up is required. The powershell one-liner in the KB should stop the Components Upgrade wizard from bothering you when starting the console."

Diese Vorgehensweise hat das Problem gelöst.

PreviousBackup & ReplicationNext[Changed in V11] - Handling of exported and orphaned backups

Last updated 7 months ago

KB Artikel:

https://www.veeam.com/kb4661