- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- C-7000 blade system Network Delay
Operating System - Linux
1820309
Members
2617
Online
109623
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2009 10:17 PM
тАО02-23-2009 10:17 PM
C-7000 blade system Network Delay
We are using a c7000 enclosure with BL460c blades and Cisco 3020 switches.
Operating system using is Redhat EL 5.1.
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.
Comparatively it is as below,
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.
But within the same time period BL460 can handle only 4000 requests .(20 times less)
here in BL 460 I'm using NIC bonding to utilize both network interfaces.
Can any one please help me with this.....
Operating system using is Redhat EL 5.1.
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.
Comparatively it is as below,
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.
But within the same time period BL460 can handle only 4000 requests .(20 times less)
here in BL 460 I'm using NIC bonding to utilize both network interfaces.
Can any one please help me with this.....
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2009 03:42 AM
тАО02-24-2009 03:42 AM
Re: C-7000 blade system Network Delay
Shalom,
Please upload /etc/modeprobe.conf
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-eth1
(any others in configuration)
/etc/sysconfig/network-scripts/ifcfg-bond0
SEP
Please upload /etc/modeprobe.conf
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/sysconfig/network-scripts/ifcfg-eth1
(any others in configuration)
/etc/sysconfig/network-scripts/ifcfg-bond0
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2009 04:37 PM
тАО02-24-2009 04:37 PM
Re: C-7000 blade system Network Delay
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:
ftp://ftp.cup.hp.com/dist/networking/tools/
that should show packet drops.
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.
Now, that was without any bonding. So, as a quick test you might try running a single unbonded interface.
ftp://ftp.cup.hp.com/dist/networking/tools/
that should show packet drops.
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.
Now, that was without any bonding. So, as a quick test you might try running a single unbonded interface.
there is no rest for the wicked yet the virtuous have no pillows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-27-2009 12:21 AM
тАО02-27-2009 12:21 AM
Re: C-7000 blade system Network Delay
hi,
These are the files u hv requested..
/etc/modprobe.conf
alias eth0 bnx2
alias eth1 bnx2
alias scsi_hostadapter cciss
alias scsi_hostadapter1 usb-storage
alias bond0 bonding
options bonding miimon=100 mode=0
/etc/sysconfig/network-scripts/ifcfg-eth0
# Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet
DEVICE=eth0
BOOTPROTO=none
MASTER=bond0
SLAVE=yes
USERCTL=no
ONBOOT=yes
/etc/sysconfig/network-scripts/ifcfg-eth1
# Broadcom Corporation NetXtreme II BCM5708S Gigabit Ethernet
DEVICE=eth1
BOOTPROTO=none
ONBOOT=yes
MASTER=bond0
SLAVE=yes
USERCTL=no
/etc/sysconfig/network-scripts/ifcfg-bond0
DEVICE=bond0
BOOTPROTO=none
ONBOOT=yes
NETWORK=192.168.2.0
NETMASK=255.255.255.0
IPADDR=192.168.2.209
USERCTL=no
Please go through these and if you have any idea about the problem please let me know..
Thanks...
Namal
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP