Slow ftp : More Info
2007-12-24 20:41:00
[Sue Thielen] I have to update this.. The boxes in question are
on a Cisco 400 hub, not a switch. This is a totally passive hub
that I'm told runs in a autodetection mode.. I have already
done the network testing with the following
#!/bin/csh -x
# network
# test the network
#
ndd -get /dev/hme link_status
ndd -get /dev/hme link_speed
ndd -get /dev/hme link_mode
echo setting hme
ndd -set /dev/hme instance 0 ;
ndd -set /dev/hme adv_100T4_cap 0 ;
ndd -set /dev/hme adv_100fdx_cap 1 ;
ndd -set /dev/hme adv_100hdx_cap 0 ;
ndd -set /dev/hme adv_10fdx_cap 0 ;
ndd -set /dev/hme adv_10hdx_cap 0 ;
ndd -set /dev/hme adv_autoneg_cap 0 ;
But I'm still stumped.. netstat -i returns
netstat -i
Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis
Queue
lo0 8232 loopback localhost 7820747 0 7820747 0 0 0
hme0 1500 baba.epeople.com baba 16380528 89813 16513194 0 0
0
> I have a number of solaris boxes here... and I have a couple of
> them that are experiencing slow ftping..
>
> All of the boxes are setup on Cisco 400 switches.. they are all set
> to 100MB full duplex.. yet a couple, a 450 and a 250, are seeing
> major network slowness. Solaris 7 is on one box, Solaris 2.6 on
> the other. Everything is up to the same sort of patches. I believe
> that the switches are auto-detecting... Could this be the problem?
> If so.. What do I do?
>
> Any Ideas?
Comments
Got something to say?
You must be logged in to post a comment.

