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 |
Are kernel parameters tunable during runtime?
software distribution in solaris
what is SMF service? And what it does in Solaris 10
How do you give a user access to an application or program that needs to run as root without giving them the root password?
What is LOM and how ur going to access it?
What is OBP and how u r going to access it?
What is process id of init daemon?
What is VTS..??
Unable to telnet any of my servers in the network..? wht may be the reason
If root file system 100% full what you have to do?
How can i stop the telnet service in solaris 8 and 9?
what is the main difference between windows , unix ,linux, operating syatems? And why the companies in the industry prefer to use solaris os ? why may be the reason?