Reference Guide

Table Of Contents
Restarting a cluster node or taking a cluster node offline
About this task
Use the following procedure to restart a cluster node or to take a cluster node offline for maintenance:
Steps
1. Verify the health status of your cluster and volumes:
Get-StorageSubSystem -FriendlyName *Cluster* | Get-StorageHealthReport
Get-physicaldisk
Get-virtualdisks
2. Suspend the cluster node:
Suspend-ClusterNode -name Hostname -Drain
3. Enable storage maintenance mode:
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq
"<Hostname>"} | Enable-StorageMaintenanceMode
4. Restart the server or shut it down for maintenance.
5. Disable storage maintenance mode.
Get-StorageFaultDomain -type StorageScaleUnit | Where-Object {$_.FriendlyName -eq
"<Hostname>"} | Disable-StorageMaintenanceMode
6. Resume the cluster node:
Resume-ClusterNode -Name Hostname -Failback Immediate
Results
For more information, see Taking a Storage Spaces Direct server offline for maintenance.
Expanding the Azure Stack HCI cluster
Expanding cluster compute or storage capacity are tasks performed during cluster operations. This section provides instructions
for performing these tasks.
Day 0 Operations
33