These procedures describe how to prepare and update firmware and drivers on an Azure Stack HCI cluster manually.
These procedures describe how to prepare and update firmware and drivers on an Azure Stack HCI cluster manually.
Get-clusternode
command. Get-ClusterNetwork
command. Get-ClusterS2D
Get-StoragePool
Get-StorageSubSystem -FriendlyName *Cluster* | Get-StorageHealthReport
Get-physicaldisk
Get-virtualdisks
Get-storagejob
command to verify that no back-end repair jobs are running. Suspend-ClusterNode -name “Hostname” -Drain
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq "<Hostname>"} | Enable-StorageMaintenanceMode
Get-PhysicalDisk
command and ensure that the Operational Status value is in maintenance mode for the drives that belong to that server. You can also run the following command and verify that the drives all belong to the paused node:
Get-Storagepool -IsPrimordial 0 |Get-PhysicalDisk | ? operationalstatus -eq 'In Maintenance Mode' |Get-StorageNode -PhysicallyConnected
Suspend-BitLocker -MountPoint "C:" -RebootCount 0
You can generate the firmware catalog along with the firmware and drivers by using Dell Repository Manager (DRM) and copy it to a shared path.
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq "<Hostname>"} | Disable-StorageMaintenanceMode
Resume-ClusterNode -Name “Hostname” -Failback Immediate
Resume-BitLocker -MountPoint "C:"
These commands initiate the operation of rebuilding and rebalancing the data to ensure load balancing.
For the remaining cluster nodes, repeat the preceding procedures for conducting maintenance operations.