.: Daniel Melanchthon :.

Banging your head against a wall uses 150 Calories an hour.

iSCSI mit Server Core

iSCSI mit Server Core

  • Comments 3

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

NODE1:

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

  • Loading...