Microsoft iSCSI | Storage Deployment | Storage pool| Virtual Disk | Error Handling

Опубликовано: 18 Октябрь 2024
на канале: AwarenessBox
28
3

Implementing Microsoft iSCSI
Storage pool
Virtual Disk

نصب و پیکربندی سرویسهای مورد اشاره و بررسی خطاها

Get-PhysicalDisk -CanPool $True
$vd = (Get-PhysicalDisk -CanPool $True)

New-StoragePool -PhysicalDisks $vd -StorageSubSystemFriendlyName "Windows Storage*" -FriendlyName "StorageA"
New-VirtualDisk -StoragePoolFriendlyName "StorageA" -FriendlyName "DriveA" -Size 1024GB -ProvisioningType Fixed -ResiliencySettingName "Parity" -PhysicalDiskRedundancy 2