- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX Auto Port Aggregation - support for 10GigE?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
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
Community
Resources
Forums
Blogs
- 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
01-22-2007 05:53 PM
01-22-2007 05:53 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2007 07:01 PM
01-22-2007 07:01 PM
Solutionhttp://docs.hp.com/en/J4240-90035/J4240-90035.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 12:41 PM
01-23-2007 12:41 PM
Re: HP-UX Auto Port Aggregation - support for 10GigE?
BTW, what is your performance expectation with 10G?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2007 02:06 PM
01-23-2007 02:06 PM
Re: HP-UX Auto Port Aggregation - support for 10GigE?
Would IP over Infiniband be a good option for Enterprise (Insurance) applications using Integrity + HP-UX + Oracle Db + WebSphere stack?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2007 05:02 AM
01-24-2007 05:02 AM
Re: HP-UX Auto Port Aggregation - support for 10GigE?
You say Oracle and DB and such, that tends to mean small packets. In _very_ broad handwaving terms, 10Gig, just like 1 Gig and 100BT before do nothing to make transfer of data any easier on the host - it takes just as many compute cycles to send a packet over 10G as it does 1G or 100BT or 10BT.
Now, there are specifics of the various NICs which make things better - for example, the 1G NICs offer ChecKsum Offload (CKO) and "Large Send" (UX calls it VMTU) support, along with interrupt coalescing, which makes the specific NIC _implementation_ better than the 100BT. It also offers JumboFrame, but unless you can get some tcpdump/tusc traces showing sends > 1460 bytes, that may not really matter much in this case.
The 10G NIC (AB287A) continues/builds-upon that by offering multiple queues, so it can take advantage of multiple CPUs.
BTW, the AB287A is a PCI-X 1.0 card, which means 133 MHz on the PCI-X bus, which means that total bandwidth through the card, no matter how much CPU is behind it, is limited to 7.X Gbit/s, and there may be system-specific limits beyond that.
And just because I'm paranoid :) you do know that under APA, it is the _aggregate_ which is increased, not necessarily a single connection?
IP over IB - I'm not all that familiar with the IB cards. My understanding is they do not offer CKO. I would want to benchmark with say netperf configured with parms to simulate the expected workload.