DRAG DROP
You have a server named Server2 that runs Windows Server 2012 R2. You have storage
provisioned on Server2 as shown in the exhibit. (Click the Exhibit button.)
You need to configure the storage so that it appears in Windows Explorer as a drive letter on Server1.
Which three actions should you perform in sequence? To answer, move the three
appropriate actions from the list of actions to the answer area and arrange them in the
correct order.
Hey come on, explanation should not be same as the answer.. hehe
OK this might help
As you can see from the exhibit there is no iSCSI Initiator ID associated with Target 1. You must add an iSCSI Initiator ID to allow the iSCSI Initiator to connect. The other two steps are straight forward
Answer is correct
http://blogs.technet.com/b/canitpro/archive/2013/01/07/iscsi_2d00_storage_2d00_in_2d00_windows_2d00_server_2d00_20122.aspx
Answer is correct, tested in Lab
Here are (briefly) the steps to configure iSCSI storage, using the servers described in this example:
1. Install iSCSI Target Server Role on Server 2
2. Create a VHD on Server 2 (New-IscsiVirtualDisk)
3. Create iSCSI Target on Server 2 (New-IscsiServerTarget)
4. Assign VHD to target (Add-IscsiVirtualDiskTargetMapping)
5. Specify iSCSI initiator ID on Server 2
6. Start the iSCSI initiator service on Server 1 (msiscsi service is not running by default)
7. Specify the iSCSI target on Server 1 (Connect-IscsiTarget)
8. Create a volume and format it
thanks
This article describes the whole process:
http://www.windowsnetworking.com/articles-tutorials/windows-server-2012/configuring-iscsi-storage-part3.html
http://www.windowsnetworking.com/articles-tutorials/windows-server-2012/configuring-iscsi-storage-part4.html
Answer is correct.
This article describes the whole process:
http://www.windowsnetworking.com/articles-tutorials/windows-server-2012/configuring-iscsi-storage-part3.html
http://www.windowsnetworking.com/articles-tutorials/windows-server-2012/configuring-iscsi-storage-part4.html
Answer is correct.