Filter for Critical/Error events under:

Key Event IDs to note: | Event ID | Source | Indication | |----------|--------|-------------| | 153 | disk | Disk has a bad block | | 129 | stornvme | Reset to NVMe device issued | | 512 | StorageSpaces | Failed to read metadata | | 134 | Ntfs | NTFS detected corruption |

To effectively troubleshoot, administrators must categorize the failure. The following sections detail the primary categories of retrieval failures specific to Windows Server 2022.

  • Updated root certificate store manually using certutil -syncWithWU.
  • Recreated PAC file and validated system proxy settings via netsh winhttp show proxy.
  • Temporarily disabled IPv6 on the server’s external-facing NIC to confirm routing stability (later re-enabled with corrected route metrics).
  • Restarted WinHTTP and SChannel services (via system reboot).
  • Windows Server 2022 administrators may occasionally encounter a perplexing status message—"Online - Data Retrieval Failures occurred"—when viewing disks or volumes in Disk Management, Failover Cluster Manager, or Storage Spaces. While the "Online" part suggests the resource is accessible, the failure warning indicates that the operating system cannot reliably read metadata or configuration information from the device.

    This article explores the root causes, diagnostic steps, and solutions for this issue.

    If the issue appears after a reboot or network hiccup, perform a rescan:

    # Rescan disks
    Update-HostStorageCache
    Rescan-VirtualDisk -FriendlyName "YourDiskName"
    
    Test-NetConnection google.com -Port 443
    Test-NetConnection api.example.com -Port 8080
    

    Although rare, a damaged GPT backup header can still allow basic disk recognition but fail detailed queries.


    También te puede interesar: