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 |
Whats the difference between SVM and VxVM? What would you recommend to your clients? why?
which information superblock contains..?whre u can find the bootblock..?
what is milestone and what is use of it in Solaris
please give detail procedure how do replace failed disk under control of SVM and VxVm
which is the fast SPARC or Intel ? and why?
Are kernel parameters tunable during runtime?
what r the daemons have been started when u install Veritas
what is difference between tar and cpio
how to test and Failover services to every node in vcs tell me step by step?
why u can't go for windows& why u chosen UNIX
NIS is configured, users are try to connect in client systems 'unknown id' is displayed. what is the problem?
what is daemon? NFS & NIs – Daemons?