Impressum
Microsoft kann für die Richtigkeit und Vollständigkeit der Inhalte in diesem Blog keine Haftung übernehmen.
Kundenfrage:
I'm trying to connect a server core machine to an iSCSI target - but where do I find the iSCSI initiator on the core server?
Um ein iSCSI Target von Server Core zu erreichen, anbei eine Beispielimplementierung mit dem MS iSCSI Target:
NODE1:
1. sc config msiSCSI start= auto 2. net start msiSCSI 3. iSCSIcli QAddTargetPortal <MS Target Portal IP Address>
TARGET SERVER
4. Setup the target and devices, then add Node1 to the Initiator list
5. iSCSIcli QAddTargetPortal <Portal IP Address> 6. iSCSIcli ListTargets 7. iSCSIcli QloginTarget <Target IQN> 8. iSCSIcli PersistentLoginTarget <target_iqn> T * * * * * * * * * * * * * * * 0 9. iSCSIcli ListPersistentTargets 10. iSCSIcli ReportTargetMappings