Closed GoogleCodeExporter closed 9 years ago
I see this in your kern.log file:
--snip--
Jan 13 13:11:08 infininas1 kernel: [ 1535.789892] [3387]: scst:
scst_init_session:6658:Using security group
"fe80:0000:0000:0000:0002:c903:0000:c47d" for initiator
"fe80:0000:0000:0000:0002:c903:0000:cef5" (target
fe80:0000:0000:0000:0002:c903:0000:c47d)
Jan 13 13:11:15 infininas1 kernel: [ 1543.565085] [3387]: scst:
scst_init_session:6658:Using security group
"fe80:0000:0000:0000:0002:c903:0000:c47e" for initiator
"fe80:0000:0000:0000:0002:c903:0000:cef6" (target
fe80:0000:0000:0000:0002:c903:0000:c47e)
--snip--
So, I think your initiator names are wrong for your security groups... the
message above says its using a default security group (the target name). I see
you have these set for your initiators in /etc/scst.conf:
INITIATOR 0000:0000:0000:0000:0002:c903:0000:cef5
INITIATOR 0000:0000:0000:0000:0002:c903:0000:cef6
Change those lines to these:
INITIATOR fe80:0000:0000:0000:0002:c903:0000:cef5
INITIATOR fe80:0000:0000:0000:0002:c903:0000:cef6
In your /etc/scst.conf and run 'scstadmin -config /etc/scst.conf' and see what
happens.
--Marc
Original comment by msmith...@gmail.com
on 14 Jan 2014 at 2:01
Original comment by msmith...@gmail.com
on 14 Jan 2014 at 2:01
That did it. Strange, when I attempted to connect the initiator to both
targets on ESOS, the /var/log/messages log on ESOS shows:
INITIATOR 0000:0000:0000:0000:0002:c903:0000:cef5
INITIATOR 0000:0000:0000:0000:0002:c903:0000:cef6
which is why they were added to the groups. From what I can tell you only see
that it needs "fe80" after setting it up and attempting to login to the target
once again. Would this be considered some sort of bug?
And, many thanks for your help. I did not notice that small change in the
logs.
Original comment by skeller...@gmail.com
on 14 Jan 2014 at 5:20
Good to hear that fixed it.
I'm not sure exactly why its like that with the IB/SRP driver, but I've seen
other users in the scst-devel list (or somewhere else on the web) mention
something similar. I don't know what those first 2 bytes represent -- perhaps a
port ID? I'm not real familiar with the InfiniBand stuff, so if it bugs you, it
may be worth while checking out the scst-devel list. =)
--Marc
Original comment by msmith...@gmail.com
on 14 Jan 2014 at 6:33
Original issue reported on code.google.com by
skeller...@gmail.com
on 13 Jan 2014 at 8:08Attachments: