Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Article Number: 000144201


SLES 10 iSCSI timeout after load balancing request when using the native open-iscsi

Article Content


Symptoms

  This article provides information on what to do if a SUSE Linux Enterprise Server 10 using native open-iSCSI time outs after an iSCSI load balancing request.


Modify the /etc/iscsi/iscsid.conf 

To improve this situation, there are two modifications that can be made to the /etc/iscsi/iscsid.conf.

  1. If your discovery is password protected, provide the authentication information to iscsid by adding your password information for the discovery to the end of /etc/iscsid.conf file
    • discovery.sendtargets.auth.authmethod = CHAP
    • discovery.sendtargets.auth.username = <username>
    • discovery.sendtargets.auth.password = <password>
  2. Then add the following 2 new entries to give a little wiggle room with connection timeouts on load balancing activities.
    • node.conn[0].timeo.noop_out_interval = 10
    • node.conn[0].timeo.noop_out_timeout = 30

 

Article Properties


Affected Product

PowerEdge

Last Published Date

21 Feb 2021

Version

3

Article Type

Solution