VMware vSphere

 View Only
  • 1.  Flow Control on Software iSCSI physical NICs

    Posted Dec 08, 2009 05:48 PM

    Hi

    I want to enable flowcontrol throught the iSCSI network - How do I enable it on the NICs which are bound to the software initiator?

    This is a ESX 4.0 U1 deployment.

    Regards



  • 2.  RE: Flow Control on Software iSCSI physical NICs

    Posted Dec 08, 2009 11:11 PM

    > How do I enable it on the NICs which are bound to the software initiator?

    Enable TOE, if the NIC supports it, and the NIC is on the HCL for ESX, then that's it. ESX 4.0 will use it and it will be enabled.



  • 3.  RE: Flow Control on Software iSCSI physical NICs
    Best Answer

    Posted Dec 08, 2009 11:22 PM

    I am reasonably sure that flow control is enabled by default on GB ethernet

    You can use ethtool to view / change settings on nics.

    ~ # ethtool vmnic0
    Settings for vmnic0:
            Supported ports: [ TP ]
            Supported link modes:   10baseT/Half 10baseT/Full 
                                    100baseT/Half 100baseT/Full 
                                    1000baseT/Half 1000baseT/Full 
            Supports auto-negotiation: Yes
            Advertised link modes:  10baseT/Half 10baseT/Full 
                                    100baseT/Half 100baseT/Full 
                                    1000baseT/Half 1000baseT/Full 
            Advertised auto-negotiation: Yes
            Speed: 1000Mb/s
            Duplex: Full
            Port: Twisted Pair
            PHYAD: 1
            Transceiver: internal
            Auto-negotiation: on
            Supports Wake-on: g
            Wake-on: g
            Current message level: 0x000000ff (255)
            Link detected: yes
    

    Use

    ethtool -A vmnic0 rx on tx on 
    

    to enable flow control for transmit and receive.



  • 4.  RE: Flow Control on Software iSCSI physical NICs

    Posted Dec 09, 2009 08:25 AM

    Thanks to both of you for the help



  • 5.  RE: Flow Control on Software iSCSI physical NICs

    Posted Dec 09, 2009 04:26 PM

    Welcome.