Network performance problem


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Network performance problem
# 1  
Old 02-01-2009
Network performance problem

I have a Teradata Machine, using MP-RAS Unix, with a 1000 Intel Ethernet card and a Cisco switch.

If I configure the ethernet card and the switch to auto, so they negotiate to 1000, or configure the ethernet card and switch manually to 1000Full or 100Full, the velocity is very very low.

Only works right If I configure then to 100Half manually.

Anybody know Why this happen and How can I fix It?


Thanks.
# 2  
Old 02-01-2009
What type of cicso switch? What version of code on the cisco switch?
# 3  
Old 02-02-2009
Sounds like a duplex mismatch - one end is half and the other full. I know you've already checked, but do make sure that both ends are set to full.

Cisco have a good troubleshooting guide on their website (http://www.cisco.com/application/pdf/paws/17053/46.pdf). Your symptoms align well with their description of duplex mismatch.

However, note also that the section on "NIC Compatibility" has Intel Pro/1000 listed as a known problem, for which the "latest drivers" are required, so maybe that's worth a try.

There is a note on the Teradata Forum (albeit four years old) that suggests turning off "in-line power" from the switch. Re: Slow Responding State - looking for bottleneck [From Anomy Anom: Fri, 18 Jun 2004 @ 17:07 GMT]

Once the basic connectivity is sorted don't forget to enable jumbo frames on the switch and set the NICs mtu to 9000 and enable "full-size frames". You'll probably also need to increase your TCP send and receive buffer sizes (to at least 1000Mbit times your ping time in seconds) in order to get the best throughput. All these parameters can be seen using ifconfig.

Finally, if your Teradata/MP-RAS machines were not shipped to you with gigabit NICs (i.e. you've upgraded some old machines) then you may need to increase the MAXETHERPACKETSIZE kernel variable and recompile/reboot in order to get the full 9000 packet size. Use idtune -g MAXETHERPACKETSIZE to see what it's set to.

HTH.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

Network performance changes

Hi, Recently I've been doing some performance changes for inter-lpar configs and completing some testing. So far test have been successful and promising but only completed in a dev environment. Here is what I've done created a separated vlan for inter-lpar communications separate from the... (1 Reply)
Discussion started by: techy1
1 Replies

2. Solaris

Solaris 11.1 Slow Network Performance

I have identical M5000 machines that are needing to transfer very large amounts of data between them. These are fully loaded machines, and I've already checked IO, memory usage, etc... I get poor network performance even when the machines are idle or copying via loopback. The 10 GB NICs are... (7 Replies)
Discussion started by: christr
7 Replies

3. Solaris

Performance problem

Hi All, There is a virtual user "ecoouk" which logs on to the server and runs some scripts. I want to know how much server performance can I gain if I put off all the scripts run by this user. Please tell me how to analyse how much resources a specific user is using. Regards, Abhishek (3 Replies)
Discussion started by: max29583
3 Replies

4. Linux

Wireless network card performance

I am running FC4: Linux maincomp 2.6.13-1.1532_FC4smp I recently changed the OS from windows XP, and have a feeling that for some reason my wireless network card is slower on Fedora Core 4. The Belkin PCI 802.11b card was automatically detected and configured by FC4 when I installed the OS,... (0 Replies)
Discussion started by: dangral
0 Replies

5. AIX

Network performance problem between AIX and SUN ethernet gigabit

I am posting this as an FYI. I burned a lot of time on digging for this solution. The problem was performance between newer AIX p series boxes and a sun 4500 with a fiber nic. I tried many misc. solutions but this turned out to fix the issue. My bandwidth benchmark went from around 20MB/sec to... (1 Reply)
Discussion started by: chuckw
1 Replies

6. UNIX for Advanced & Expert Users

performance problem

Hello, I have a mail server (sendmail) with SUNOS 5.5.1. Just recently it began to respond very slowly. I used vmstat to check the performance data. Only interupt, system call and CPU context swiching are relatively high. Other statistics are normal, especially CPU utilization are very... (5 Replies)
Discussion started by: caoai
5 Replies
Login or Register to Ask a Question