Hi, The iSNS server refuses connection to a network entity (eid) if there exists an object already registered with the same network entity id but different iSCSI node type(i.e. one initator and other target or vice versa). But if the iSCSI node type is same (in case of two targets on same network entity) iSNS server accepts the connection.
Conclusion: If we use iSNS discovery method, we cannot have initiator and target on the same m/c with the same DNS name. cheers,nikhil On Wed, Jan 14, 2009 at 3:26 PM, Nikhil Talpallikar < nikhil.talpalli...@gmail.com> wrote: > ok it worked after a reboot.....but dropping eid does not make sense to > me. What might be the exact cause of this eid being the FQDN not to be > authorised??? > > On Tue, Jan 13, 2009 at 11:27 PM, Nikhil <nikhil.talpalli...@gmail.com>wrote: > >> >> Hi, >> >> It does not work for me :( >> I used target name instead of eid ..... but the same err HELP!!!!! >> >> cheers, >> nikhil >> >> On Jan 5, 2:21 am, Albert Pauw <albert.p...@gmail.com> wrote: >> > For the watchfull observant,the patch is shown in reverse, >> > it should read: >> > >> > --- usr/isns.c 2009-01-04 12:11:27.000000000 +0100 >> > +++ usr/isns.c.new 2009-01-04 11:17:43.000000000 +0100 >> > @@ -162,10 +162,10 @@ >> > >> > length += isns_tlv_set(&tlv, ISNS_ATTR_ISCSI_NAME, strlen >> > (name), name); >> > length += isns_tlv_set(&tlv, ISNS_ATTR_ENTITY_IDENTIFIER, >> > - strlen(eid), eid); >> > + strlen(name), name); >> > length += isns_tlv_set(&tlv, 0, 0, 0); >> > length += isns_tlv_set(&tlv, ISNS_ATTR_ENTITY_IDENTIFIER, >> > - strlen(eid), eid); >> > + strlen(name), name);; >> > >> > length += isns_tlv_set(&tlv, ISNS_ATTR_ENTITY_PROTOCOL, >> > sizeof(type), &type); >> >> >> > > > -- > If you fool me once shame on you. If you fool me twice shame on me. > > \|||/ > (o o) > ----ooO-(_)-Ooo---- > > Nikhil Talpallikar > --talli ;) > -- If you fool me once shame on you. If you fool me twice shame on me. \|||/ (o o) ----ooO-(_)-Ooo---- Nikhil Talpallikar --talli ;) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "open-iscsi" group. To post to this group, send email to open-iscsi@googlegroups.com To unsubscribe from this group, send email to open-iscsi+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/open-iscsi -~----------~----~----~----~------~----~------~--~---