how to change nic card from half duplex to full duplex?
Answer / vishwanath
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
2. Make kernel parameter changes to preserve the speed and
duplex settings after a reboot.
# vi /etc/system
Add:
# set hme:hme_adv_autoneg_cap=0
# set hme:hme_adv_100hdx_cap=0
# set hme:hme_adv_100fdx_cap=1
| Is This Answer Correct ? | 11 Yes | 1 No |
how to check packets transmission statistcs b/w servers..?
what is port no for telnet?
which is the fast SPARC or Intel ? and why?
What is the difference between NFS version 2 and NFS version 3?
types of installations in solaris
How would you freeze a service group?
in this what is the configuration of .profile file and the other files
what is sc prompt in solaris? how can we get that sc prompt?
what is df -kh i/o error ?How to Troubleshoot ?
what is daemon? NFS & NIs – Daemons?
How can u configure DNS & configuration files
1 Answers IBM, Ness Technologies, Symantec, YP Soft,
what is file system ?can u explain briefly ?