Wichtiges Update für bestehende Storage Spaces Direct 2016 Installationen
Achtung: Bevor ihr das Update installiert denkt bitte daran, das jedes Update die Gefahr birgt, das es Probleme verursacht! Also überlegen ob Ihr zu den ersten gehört die diese Update installieren!
Im Windows Server 2016 Oktober Quality Update sind mehrere wichtige Updates für Storage Spaces Direct 2016 und Hyper-V 2016 enthalten.
Die Produktgruppe hat uns MVPs gebeten diese Information zu verbreiten. Nachfolgend der Tweet den Elden Christensen (Microsoft Principal Program Manager) getwitter hat:
Es werden folgende Storage Spaces Direct Fehler beseitigt:
"Event 5120" with STATUS_IO_TIMEOUT c00000b5 after an S2D node restart on Windows Server 2016 May 2018 update or later https://support.microsoft.com/en-us/help/4462487/event-5120-with-status-io-timeout-c00000b5-after-an-s2d-node-restart-o
Virtual Disks resources are in No Redundancy or Detached status in a Storage Spaces Direct cluster https://support.microsoft.com/en-us/help/4294480/virtual-disks-resources-are-in-no-redundancy-or-detached-status
Um das Update zu installieren sollte folgendes Vorgehen für jeden Node des Clusters eingehalten werden:
Shutdown process flow
- Run the Get-VirtualDisk cmdlet, and make sure that the HealthStatus value is Healthy.
- Drain the node by running the following cmdlet:
Suspend-ClusterNode -Drain
- Put the disks on that node in Storage Maintenance Mode by running the following cmdlet:
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq "<NodeName>"} | Enable-StorageMaintenanceMode
- Run the Get-PhysicalDisk cmdlet, and make sure that the OperationalStatus value is In Maintenance Mode.
- Run the Restart-Computer cmdlet to restart the node.
- After node restarts, remove the disks on that node from Storage Maintenance Mode by running the following cmdlet:
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq "<NodeName>"} | Disable-StorageMaintenanceMode
- Resume the node by running the following cmdlet:
Resume-ClusterNode
- Check the status of the resync jobs by running the following cmdlet:
Get-StorageJob