28
Apr
solaris ndd
원문 : http://www.brandonhutchinson.com/Solaris_NIC_speed_and_duplex_settings.html
OS 새로 설치한 후 hme0 가 동작하지 않아서 ndd로 설정변경해봄
Setting NIC speed and duplex
Solaris is often unable to correctly auto-negotiate duplex settings with a link partner (e.g. switch), especially when the switch is set to 100Mbit full-duplex. You can force the NIC into 100Mbit full-duplex by disabling auto-negotiation and 100Mbit half-duplex capability.
Example with hme0:
1. Make the changes to the running system.
# ndd -set /dev/hme adv_100hdx_cap 0
# ndd -set /dev/hme adv_100fdx_cap 1
# ndd -set /dev/hme adv_autoneg_cap 0
This entry was posted
on 월요일, 4월 28th, 2008 at 3:02 오후 and is filed under H/W(하드웨어), Solaris(솔라리스).
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a reply