- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Bottleneck on 1000Base-T Adapter
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
08-05-2005 03:06 AM
08-05-2005 03:06 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 03:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 03:17 AM
08-05-2005 03:17 AM
Re: Bottleneck on 1000Base-T Adapter
Let your network admins relase the 1000 FD setting on the switch first. Then you check glance to see if the bottleneck s still there.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2005 04:13 AM
08-05-2005 04:13 AM
Re: Bottleneck on 1000Base-T Adapter
You should be very happy to actually see such high performance, if You need more, You'd have to add a second NIC and use PortAggregation, or switch to something generally faster like Infiniband.
(I don't recall if there's already a 10GE adapter supported by HP-UX and the switch port cost would be ugly ;))
But unless Your applications really demand more than 100MB/s (imaging, supercomputing), just be happy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:21 AM
08-07-2005 09:21 AM
Re: Bottleneck on 1000Base-T Adapter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 09:27 AM
08-07-2005 09:27 AM
Re: Bottleneck on 1000Base-T Adapter
Though the '1000FD fixed' option on link partners is supported by HP-UX, HP-UX Gigabit Ethernet products don't have an explicit 1000FD option. When the switch port is set to 1000FD, you must use the 'auto_on' setting on the HP-UX side.
Hope that helps.
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2005 10:03 AM
08-07-2005 10:03 AM
Re: Bottleneck on 1000Base-T Adapter
while :
do
:
done
Yet it will consume 100% of a CPU. Is that bad? Not really. Like all multi-tasking opsystems, multiple CPU-bound programs are timeshared among the available CPUs. RAM and disk usage have been discussed several times and they are more involved, but LAN usage is pretty simple. You paid for 1000Mbits and you can expect data to flow at that speed. If you transfer a large file (say 100 megs) then you can reasonably expect 100% LAN usage although actual throughput depends on CPU speed, some overhead in the LAN packets and how busy the OS is in handling other tasks.
So take the advisory for the simple measurement that it is. A long FTP transfer will have no measureable effect on telnet connections, but if you start 5 or 10 FTP transfers at the same time, the LAN will be about as busy as it can get and each FTP transfer will be sharing time on the LAN, trhus lowering the apparent throughput for individual jobs. A simple way to measure throughput is to simply transfer a large file, mweasure the elapsed time and calculate the throughput. Anything around 5-7 Mbytes/sec is good (1000 Mbits ~= 100 Mbytes) And note: if your disks are busy (on either side), they will slow down a file transfer test over the LAN because the disks can't handle data fast enough.
Now if you see a very large packet count on the LAN and you know there aren't any jobs performing large transfer, then it's time to look at the traffic to see why the LAN is busy. You'll need netstat and a freeware tool: lsof to track down the owner of network sockets.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2005 01:19 PM
08-08-2005 01:19 PM
Re: Bottleneck on 1000Base-T Adapter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:57 AM
08-09-2005 04:57 AM