다음을 통해 공유


상태 관리 서비스 설정 수정

적용 대상: Azure Local 2311.2 이상; Windows Server 2022, Windows Server 2019, Windows Server 2016

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

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

오류 심각도 매핑, 상태 설정(데이터 형식, 오류 연결, 기본값 및 설명) 및 수집된 메트릭 목록을 비롯한 상태 오류에 대한 자세한 개요를 보려면 상태 서비스 오류 스프레드시트를 다운로드합니다.

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

Usage

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

Example

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

Common settings

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

볼륨 용량 임계값

"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

지원되는 구성 요소 문서

건강 서비스는 관리자 또는 솔루션 공급업체가 제공한 지원되는 구성 요소 문서에 명시된 구성 요소로 Storage Spaces Direct에서 사용하는 구성 요소를 제한하는 적용 메커니즘을 제공합니다. 자세한 내용은 지원되는 구성 요소 문서를 참조하세요.

Firmware rollout

"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

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

Metrics

"System.Reports.ReportingPeriodSeconds" = 1

Debugging

"System.LogLevel" = 4

Next steps