Host: Windows Server 2022 with second adapter in VLAN11: 192.168.11.6
Target: NetApp ONTAP 9.15 with dedicated VLAN11 Broadcast Domain, IP Space, and NICs on each Node.
All Systems have Jumbo Frames enabled.
I changed the Initiator name to 'nqn' in the 'Configuration' Tab. In ONTAP, it would not accept the nqn that windows was using, so it had to be
nqn.2008-08.com.starwind:gallatin.domain.local
vs. windows that would not discover the target unless it was set to
nqn.2008-08.com.starwind.gallatin.domain.local
I added the two Target Portals successfully 192.168.11.204:4420 and 192.168.11.205:4420 using the iSCSI initiator properties tool. When I click the 'Targets' Tab I see the Discovered Targets and status is inactive. The target name is:
"tcp:nqn.1992-08.com.netapp:sn.0aa8c8d7b26911efbbe5d039ea49c4e5:discovery"
When I attempt to connect To Target, I get the following error: 'Log On to Target: "Login Failed". I've tried specifying the Advanced settings, including the 'Local adpater as 'StarWind NVMe over Fabrics Storage Controller' and the 'Initiator IP:'as the dedicated VLAN11 adapter and the Target portal IP: as the 192.168.11.204/8009 Running the command from elevated Powershell:
I can see the two Discovery nodesStarNVMeoF_Ctrl.exe discovery_tcp 192.168.11.204:4420 192.168.11.6
Code: Select all
StarNVMeoF Controller Application v 2.0.0.672
Our Miniport #2 (ver 2.0 build 672)
Discovering of TCP addr 192.168.11.204:4420 from 192.168.11.6...
NET_LUID: 0x6008003000000
Discovery returned: gen 6, numrec 2
1) subnqn nqn.1992-08.com.netapp:sn.0aa8c8d7b26911efbbe5d039ea49c4e5:discovery
Discovery: port 0x2, cntlid 0xffff, trtype TCP, addr 192.168.11.205 : 8009, adrfam 1, asqsz 32
2) subnqn nqn.1992-08.com.netapp:sn.0aa8c8d7b26911efbbe5d039ea49c4e5:discovery
Discovery: port 0x1, cntlid 0xffff, trtype TCP, addr 192.168.11.204 : 8009, adrfam 1, asqsz 32
I get failures:StarNVMeoF_Ctrl.exe insert_all_tcp 192.168.11.204:4420 192.168.11.6
Code: Select all
StarNVMeoF Controller Application v 2.0.0.672
Our Miniport #2 (ver 2.0 build 672)
Discovering of TCP addr 192.168.11.204:4420 from 192.168.11.6...
NET_LUID: 0x6008003000000
Discovery returned: gen 6, numrec 2
Connecting all TCP devices ...
NET_LUID: 0x6008003000000
Connecting to TCP target at addr 192.168.11.205:8009 from 192.168.11.6 SubNQN=nqn.1992-08.com.netapp:sn.0aa8c8d7b26911efbbe5d039ea49c4e5:discovery HostNQN=nqn.2008-08.com.starwind.gallatin nq=0 qd=0 node=0 core=0...
STAR_NVMEOF_IOCTL_TARGET_ADD request failed (err 0, status 0xc00000bb)!
NET_LUID: 0x6008003000000
Connecting to TCP target at addr 192.168.11.204:8009 from 192.168.11.6 SubNQN=nqn.1992-08.com.netapp:sn.0aa8c8d7b26911efbbe5d039ea49c4e5:discovery HostNQN=nqn.2008-08.com.starwind.gallatin nq=0 qd=0 node=0 core=0...
STAR_NVMEOF_IOCTL_TARGET_ADD request failed (err 0, status 0xc00000bb)!
Thank you in advance.