terrywashington
Technical User
We have an E450 that is plugged into a hub running at 10Mbps half-duplex. When logging in remotely there is a long delay before a login prompt is presented. The server has a second interface that is not used. Below are the lines that I have added to /etc/system to force it to 10Mbps half-duplex. I have also included the results of "ndd -get" and "netstat -rn" and dmesg. If I interpret the results of the ndd -get correctly it indicates that the interface is running at 100Mbps full-duplex while dmesg indicates 10Mbps half-duplex. Could this be the problem?
more /etc/system |grep hme
set hme:hme_adv_autoneg_cap=0
set hme:hme_adv_100fdx_cap=0
set hme:hme_adv_100hdx_cap=0
set hme:hme_adv_10fdx_cap=0
set hme:hme_adv_10hdx_cap=1
ndd -get /dev/hme link_status
1
ndd -get /dev/hme link_speed
1
ndd -get /dev/hme link_mode
1
netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
10.10.168.0 10.10.168.137 U 1 2 hme0
224.0.0.0 10.10.168.137 U 1 0 hme0
default 10.10.168.10 UG 1 2
127.0.0.1 127.0.0.1 UH 2 6 lo0
dmesg |grep hme
Apr 2 13:12:46 hme: [ID 517527 kern.info] SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
Apr 2 13:12:46 hme: [ID 517527 kern.info] SUNW,hme1 : Local Ethernet address = 8:0:20:8a:0:92
Apr 2 13:12:46 pci_pci: [ID 370704 kern.info] PCI-device: SUNW,hme@0,1, hme1
Apr 2 13:12:46 genunix: [ID 936769 kern.info] hme1 is /pci@1f,4000/pci@4/SUNW,hme@0,1
Apr 2 13:12:51 hme: [ID 517527 kern.info] SUNW,hme0 : Internal Transceiver Selected.
Apr 2 13:12:51 hme: [ID 517527 kern.info] SUNW,hme0 : 10 Mbps Half-Duplex Link Up
more /etc/system |grep hme
set hme:hme_adv_autoneg_cap=0
set hme:hme_adv_100fdx_cap=0
set hme:hme_adv_100hdx_cap=0
set hme:hme_adv_10fdx_cap=0
set hme:hme_adv_10hdx_cap=1
ndd -get /dev/hme link_status
1
ndd -get /dev/hme link_speed
1
ndd -get /dev/hme link_mode
1
netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
10.10.168.0 10.10.168.137 U 1 2 hme0
224.0.0.0 10.10.168.137 U 1 0 hme0
default 10.10.168.10 UG 1 2
127.0.0.1 127.0.0.1 UH 2 6 lo0
dmesg |grep hme
Apr 2 13:12:46 hme: [ID 517527 kern.info] SUNW,hme1 : PCI IO 2.0 (Rev Id = c1) Found
Apr 2 13:12:46 hme: [ID 517527 kern.info] SUNW,hme1 : Local Ethernet address = 8:0:20:8a:0:92
Apr 2 13:12:46 pci_pci: [ID 370704 kern.info] PCI-device: SUNW,hme@0,1, hme1
Apr 2 13:12:46 genunix: [ID 936769 kern.info] hme1 is /pci@1f,4000/pci@4/SUNW,hme@0,1
Apr 2 13:12:51 hme: [ID 517527 kern.info] SUNW,hme0 : Internal Transceiver Selected.
Apr 2 13:12:51 hme: [ID 517527 kern.info] SUNW,hme0 : 10 Mbps Half-Duplex Link Up