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 |
what is file system ?can u explain briefly ?
how to use Multipathing in Solaris
In a two node cluster i have typed #hastart command in one node.The cluster is starting in second node also,what is going in background?
what are the deamon for nfs server
5 Answers IBM, Micron Electricals,
What happened if vxconfigd is disabled?
what is port no for NFS?
I want to Know how many LUNs are in my Solaris10 server as well as NIC cards ?
Difference between NFS version 2 and NFS version 3?
How many secondary groups allows to add..?
What is RPC? Why do I need it?
What r the daemons for DNS , Veritas, Apache,NFS Server & Client
Whats the difference between SVM and VxVM? What would you recommend to your clients? why?