HOTSPOT
Yourun Get-ISCSIServerTarget and you receive the following output.
Use the drop-down menus to select the answer choice that completes each statement.

Explanation:
<map><m x1=”865″ x2=”1371″ y1=”173″ y2=”202″ ss=”0″ a=”0″ /><m x1=”862″ x2=”985″
y1=”333″ y2=”360″ ss=”0″ a=”0″ /></map>The Get-IscsiServerTarget command obtains iSCSI targets and their associated properties.
* Usually, an iSCSI participant can be defined by three or four fields:
1. Hostname or IP Address (e.g., “iscsi.example.com”)
2. Port Number (e.g., 3260)
3. iSCSI Name (e.g., the IQN “iqn.2003-01.com.ibm:00.fcd0ab21.shark128”)
4. An optional CHAP Secret (e.g., “secretsarefun”)
-iSCSI Qualified Name (IQN)
the fields are:
literal iqn (iSCSI Qualified Name)
date (yyyy-mm) that the naming authority took ownership of the domain
reversed domain name of the authority (e.g. org.alpinelinux, com.example, to.yp.cr)
Optional “:” prefixing a storage target name specified by the naming authority.
* -InitiatorId<InitiatorId>
Specifies the iSCSI initiator identifiers (IDs) to which the iSCSI target is assigned.
Use this parameter to filter out the iSCSI Server Target object which can be accessed by the given
iSCSI initiator.
The format of this parameter is IdType:Value.
The acceptable values for this parameter are: DNSName, IPAddress, IPv6Address, IQN, or
MACAddress. https://en.wikipedia.org/wiki/ISCSI
Part of the answer is INCORRECT.
The first should be : server3.adatum.com.
We need to discover target1 from the Initiator.
3
0
Agreed
0
0
Agreeing that the 1st should be: server3.adatum.com
but only as I’m assuming (since this is WS2012 R2 test) that we are talking here about at least Server 2012.
If not, then the provided answer is correct.
“…specify the initiator is by typing the name of the server on which the initiator resides or browsing Active Directory to select the server. This is what I did in the next screenshot, but note that this only works for initiators on computers running Windows 8 or Windows Server 2012.”
http://techgenix.com/configuring-iscsi-storage-part3/
0
0
I guess we need the answer for all posibilities. Servers 2003, 2008, 2012
Then given answer should be right?
0
0