NETWORK ADMINISTRATIONSWindows server

Setup iSCSI Target Server on Windows Server 1709 (Server Core)

In this video I demonstrate how to setup iSCSI Target Server to provide shared storage on Windows Server 1709 (Server Core).

Commands used in this video:
Get-Windowsfeature
Install-windowsfeature FS-iSCSITarget-Server
New-IscsiServerTarget -TargetName “Target1” -InitiatorId @(“IPAddress:192.168.1.211″,”IPAddress:192.168.1.212”)
New-iSCSIVirtualDisk -Path “c:disk1.vhdx” -Size 2Gb
New-iSCSIVirtualDisk -Path “c:disk2.vhdx” -Size 2Gb
Add-IscsiVirtualDiskTargetMapping -TargetName “Target1” -DevicePath “c:disk1.vhdx”
Add-IscsiVirtualDiskTargetMapping -TargetName “Target1” -DevicePath “c:disk2.vhdx”

source

windows server

Alice AUSTIN

Alice AUSTIN is studying Cisco Systems Engineering. He has passion with both hardware and software and writes articles and reviews for many IT websites.

Leave a Reply

Your email address will not be published. Required fields are marked *