Users Guide

9–Windows Server 2016
Storage Spaces Direct 구성
143 BC0154503-03 F
icm (Get-Cluster -Name HCNanoUSClu3 | Get-ClusterNode) {
Update-StorageProviderCache
Get-StoragePool |? IsPrimordial -eq $false | Set-StoragePool
-IsReadOnly:$false -ErrorAction SilentlyContinue
Get-StoragePool |? IsPrimordial -eq $false | Get-VirtualDisk |
Remove-VirtualDisk -Confirm:$false -ErrorAction SilentlyContinue
Get-StoragePool |? IsPrimordial -eq $false | Remove-StoragePool
-Confirm:$false -ErrorAction SilentlyContinue
Get-PhysicalDisk | Reset-PhysicalDisk -ErrorAction
SilentlyContinue
Get-Disk |? Number -ne $null |? IsBoot -ne $true |? IsSystem -ne
$true |? PartitionStyle -ne RAW |% {
$_ | Set-Disk -isoffline:$false
$_ | Set-Disk -isreadonly:$false
$_ | Clear-Disk -RemoveData -RemoveOEM -Confirm:$false
$_ | Set-Disk -isreadonly:$true
$_ | Set-Disk -isoffline:$true
}
Get-Disk |? Number -ne $null |? IsBoot -ne $true |? IsSystem -ne
$true |? PartitionStyle -eq RAW | Group -NoElement -Property
FriendlyName
} | Sort -Property PsComputerName,Count
5 단계 . Storage Spaces Direct 활성화
클러스터를 생성한 Enable-ClusterStorageSpacesDirect Windows
PowerShell cmdlet 실행합니다 . cmdlet 스토리지 스템을 Storage Spaces
Direct 모드로 전환하고 다음 작업을 자동으로 수행합니다 .
S2D on Cluster1 같은 이름을 가진 대형 풀을 하나 생성합니다 .
Storage Spaces Direct 캐시를 구성합니다 . Storage Spaces Direct 사용할
있는 미디어 유형이 이상 있는 경우 가장 효율적인 유형을 캐시 장치로
구성합니다 ( 부분의 경우 읽기와 쓰기 ).
Capacity(용량) Performance(성능)
계층을 기본 계층으 생성합니
. cmdlet 장치를 분석하고 장치 유형과 복원력을 혼합하여 계층을
성합니다 .