다음을 통해 공유


상태 서비스 설정 수정

적용 대상: Azure Stack HCI, 버전 23H2 및 22H2; Windows Server 2022, Windows Server 2019, Windows Server 2016

Windows Server 2016 처음 릴리스된 Health Service는 저장소 공간 다이렉트 실행하는 클러스터에 대한 일상적인 모니터링 및 운영 환경을 개선합니다.

상태 서비스의 동작을 제어하는 많은 매개 변수가 설정으로 노출됩니다. 이러한 동작을 수정하여 오류 또는 작업의 공격성을 조정하고, 특정 동작을 켜거나 끄는 등의 작업을 수행할 수 있습니다.

다음 PowerShell cmdlet을 사용하여 설정을 설정하거나 수정합니다.

사용법

Get-StorageSubSystem Cluster* | Set-StorageHealthSetting -Name <SettingName> -Value <Value>

예제

Get-StorageSubSystem Cluster* | Set-StorageHealthSetting -Name "System.Storage.Volume.CapacityThreshold.Warning" -Value 70

일반 설정

일반적으로 수정된 일부 설정은 기본값과 함께 아래에 나열됩니다.

볼륨 용량 임계값

"System.Storage.Volume.CapacityThreshold.Enabled"  = True
"System.Storage.Volume.CapacityThreshold.Warning"  = 80
"System.Storage.Volume.CapacityThreshold.Critical" = 90

풀 예약 용량 임계값

"System.Storage.StoragePool.CheckPoolReserveCapacity.Enabled" = True

실제 디스크 수명 주기

"System.Storage.PhysicalDisk.AutoPool.Enabled"                             = True
"System.Storage.PhysicalDisk.AutoRetire.OnLostCommunication.Enabled"       = True
"System.Storage.PhysicalDisk.AutoRetire.OnUnresponsive.Enabled"            = True
"System.Storage.PhysicalDisk.AutoRetire.DelayMs"                           = 900000 (i.e. 15 minutes)
"System.Storage.PhysicalDisk.Unresponsive.Reset.CountResetIntervalSeconds" = 3600 (i.e. 60 minutes)
"System.Storage.PhysicalDisk.Unresponsive.Reset.CountAllowed"              = 3

사용 가능한 메모리 임계값

"Microsoft.Health.Setting.Node.AvailableToSystemMemoryLimit" = 0.100

지원되는 구성 요소 문서

상태 관리 서비스는 저장소 공간 다이렉트 사용하는 구성 요소를 관리자 또는 솔루션 공급업체가 제공한 지원되는 구성 요소 문서의 구성 요소로 제한하는 적용 메커니즘을 제공합니다. 자세한 내용은 지원되는 구성 요소 문서를 참조하세요.

펌웨어 출시

"System.Storage.PhysicalDisk.AutoFirmwareUpdate.SingleDrive.Enabled"       = True
"System.Storage.PhysicalDisk.AutoFirmwareUpdate.RollOut.Enabled"           = True
"System.Storage.PhysicalDisk.AutoFirmwareUpdate.RollOut.LongDelaySeconds"  = 604800 (i.e. 7 days)
"System.Storage.PhysicalDisk.AutoFirmwareUpdate.RollOut.ShortDelaySeconds" = 86400 (i.e. 1 day)
"System.Storage.PhysicalDisk.AutoFirmwareUpdate.RollOut.LongDelayCount"    = 1
"System.Storage.PhysicalDisk.AutoFirmwareUpdate.RollOut.FailureTolerance"  = 3

플랫폼/정지

"Platform.Quiescence.MinDelaySeconds" = 120 (i.e. 2 minutes)
"Platform.Quiescence.MaxDelaySeconds" = 420 (i.e. 7 minutes)

metrics

"System.Reports.ReportingPeriodSeconds" = 1

디버깅

"System.LogLevel" = 4

다음 단계