After connecting a fibre Gig Ethernet o a p660 I can only achieve the equiv of a 100 card through ftp tests. Card is set to Auto and the switch is set to 1000. Any ideas ?
Also, does anyone know the command for displaying card speeds.
We have so far been unsuccessful in getting gigabit to run in our environment. We are working with IBM on this. Not my project (as usual) so I am not up-to-date on the details.
No I am refering to the maximum IP packet size for the adapter, as shown via:
lsattr -El en0
mtu = 1500
On gigabit ethernet it should be set to 9000 or greater along with jumbo frames set to TRUE. Post up:
lsattr -El ent0
lsattr -El en0
In terms of tuning :
tcp_send and receive space are the default sizes of the TCP socket send and receive buffer, and rfc1323 must be set to 1 in order for the TCP values to exceed 64KB, and my suggestions are 131072 so it needs to be set to 1.
In terms of risk it certainly should not make things worse that is for sure, but it may be worth doing it in a maintenance window :
just do:
no -o rfc1323=1
no -o tcp_sendspace=131072
no -o tcp_recvspace=131072
Also, repeat this on the target system. Test an ftp or whatever.
Then you can just re-set the values back or reboot the system to get back to the defaults.
Does that clear things up a little?
PSD
IBM Certified Specialist - AIX V4.3 Systems Support
IBM Certified Specialist - AIX V4 HACMP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.