<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: C-7000 blade system Network Delay in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364828#M81952</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Please upload /etc/modeprobe.conf&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;(any others in configuration)&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 24 Feb 2009 11:42:22 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2009-02-24T11:42:22Z</dc:date>
    <item>
      <title>C-7000 blade system Network Delay</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364827#M81951</link>
      <description>We are using a c7000 enclosure with BL460c blades and Cisco 3020 switches. &lt;BR /&gt;&lt;BR /&gt;Operating system using is Redhat EL 5.1.&lt;BR /&gt;&lt;BR /&gt;I'm using two blades for Telco. VAS applications and found , there is a huge delay or packet loss when I run my applications in a blade. &lt;BR /&gt;&lt;BR /&gt;Comparatively it is as below,&lt;BR /&gt;when I run the same application in a IBM Rack mounted 2U server ( OS : RHEL 4) within the given time period server can handle 80000 requests.&lt;BR /&gt;But within the same time period BL460 can handle only 4000 requests .(20 times less)&lt;BR /&gt;&lt;BR /&gt;here in BL 460 I'm using NIC bonding to utilize both network interfaces.&lt;BR /&gt;&lt;BR /&gt;Can any one please help me with this.....</description>
      <pubDate>Tue, 24 Feb 2009 06:17:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364827#M81951</guid>
      <dc:creator>Namal Kulathunga</dc:creator>
      <dc:date>2009-02-24T06:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: C-7000 blade system Network Delay</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364828#M81952</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Please upload /etc/modeprobe.conf&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;(any others in configuration)&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Feb 2009 11:42:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364828#M81952</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-24T11:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: C-7000 blade system Network Delay</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364829#M81953</link>
      <description>Which is it - delay, or packet loss?  I'd suggest taking snapshots of ethtool -S stats and netstat -s stats over some intervals of interest and then run them through beforeafter from:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;that should show packet drops.&lt;BR /&gt;&lt;BR /&gt;WRT latency, with default NIC settings and 3020's, back with RHEL 5.1 on some BL480cs I could see 11200 transactions per second on a stock netperf TCP_RR test - this is from BL480 c to BL480c.  If I tweaked the NIC settings to undo the throughput bias, that increased to 20100 transactions per second.  The tweak I used was to set rx-frames to 1 with ethtool.&lt;BR /&gt;&lt;BR /&gt;Now, that was without any bonding.  So, as a quick test you might try running a single unbonded interface.</description>
      <pubDate>Wed, 25 Feb 2009 00:37:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364829#M81953</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2009-02-25T00:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: C-7000 blade system Network Delay</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364830#M81954</link>
      <description>&lt;BR /&gt;hi,&lt;BR /&gt;&lt;BR /&gt;These are the files u hv requested..&lt;BR /&gt;&lt;BR /&gt;/etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;alias eth0 bnx2&lt;BR /&gt;alias eth1 bnx2&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 usb-storage&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bonding miimon=100 mode=0&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;&lt;BR /&gt;# Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;NETWORK=192.168.2.0&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;IPADDR=192.168.2.209&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please go through these and if you have any idea about the problem please let me know..&lt;BR /&gt;&lt;BR /&gt;Thanks...&lt;BR /&gt;&lt;BR /&gt;Namal&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Feb 2009 08:21:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-7000-blade-system-network-delay/m-p/4364830#M81954</guid>
      <dc:creator>Namal Kulathunga</dc:creator>
      <dc:date>2009-02-27T08:21:48Z</dc:date>
    </item>
  </channel>
</rss>

