Visit Open-E website
Results 1 to 8 of 8

Thread: solaris iscsi initiator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Default

    Can you disable the bond and try your tests again with out the bond.
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

  2. #2

    Default

    turning off bonding didn't work....

    The initiator code clearly shows my error code from the log:

    logentry:

    login failed - can't accept MaxOutstandingR2T 0

    initiator code:

    else if (strcmp(value, "1"))
    {
    cmn_err(CE_WARN, "iscsi connection(%u) login failed - can't accept MaxOutstandingR2T %s", icp->conn_oid, value);
    return (ISCSI_STATUS_NEGO_FAIL);
    }

    This code also returns true if the 'value' == 0 as is the case. We can argue if this programming is corrent (strcmp return either: positive, negative or zero and the if statement is a boolean check) but the RFC (section 12.17) states:

    MaxOutstandingR2T=<numerical-value-from-1-to-65535>

    some more logoutput:

    the target disconnects al my mounts and the will remain offline until I run something like format or devfsadm.

    Oct 10 17:33:58 rbgz02 iscsi: [ID 274514 kern.warning] WARNING: iscsi connection(5) login failed - can't accept MaxOutstandingR2T 0
    Oct 10 17:33:58 rbgz02 iscsi: [ID 328943 kern.notice] NOTICE: iscsi session(4) iqn.2006-10.com.iw:iscsi.target1 offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,12 (sd12) offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,11 (sd11) offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,8 (sd8) offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,7 (sd7) offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,9 (sd9) offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,3 (sd3) offline
    Oct 10 17:33:58 rbgz02 genunix: [ID 408114 kern.info] /iscsi/disk@0000iqn.2006-10.com.iw%3Aiscsi.target1FFFF,5 (sd5) offline

  3. #3

    Default

    After adding removing targets the IET is restarted - this is how our iSCSI works. We have reviewd logs and nothing was noticable. Remko, for furture assistence could you please contact our UK office for technical assistence:

    Europe, Asia, Africa and Australia.
    Monday through Friday, 9:00 to 18:00 (German time), (excluding German national holidays)
    Telephone: +49 (89) 800 777 - 16
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

  4. #4
    Join Date
    Jun 2006
    Location
    Omaha, NE
    Posts
    4

    Default

    FYI - Our company has been using Cisco's version of the iscsi initiator for Solaris without any issues. It is much easier to setup than Sun's version. It is based on Solaris 8 and we have not tried it on Solaris 10. In the iscsi.conf, the only line you really need is DiscoveryAddress=x.x.x.x . You can't get much simpler than that.

  5. #5

    Default

    Thanks for that info!! Let us know on the Solaris 10!
    All the best,

    Todd Maxwell


    Follow the red "E"
    Facebook | Twitter | YouTube

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •