Windows 2022
Sponsored Link

iSCSI : Install iSCSI Target2022/01/12

 
Install iSCSI Target to configure Storage Server.
A storage on a network is called iSCSI Target, a Client that connects to iSCSI Target is called iSCSI Initiator.
[1] On CUI installation, Run PowerShell with Admin Privilege and Install iSCSI Target Server.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

# install iSCSI Target with admin tools
PS C:\Users\Administrator> Install-WindowsFeature FS-iSCSITarget-Server -IncludeManagementTools 

Success Restart Needed Exit Code      Feature Result
------- -------------- ---------      --------------
True    No             Success        {File and iSCSI Services, File Server, iSC...
iSCSI : Install iSCSI Target (GUI)
 
On GUI installation, Set like follows.
[2] Run Server Manager and Click [Add roles and features].
[3] Click [Next] button.
[4] Select [Role-based or feature-based installation].
[5] Select a Host which you'd like to add services.
[6] Check a box [iSCSI Target Server].
[7] Addtional features are required to add iSCSI Target. Click [Add Features] button and proceed Next.
[8] Click [Next] button.
[9] Click [Install] button.
[10] After finishing installation, click [Close] button.
Matched Content