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 repalce a failed disk?
how can u view installed packages
what r the daemons have been started when u install Veritas
How to brk the root pwd?
difference b/w solais 8 and 9...?
which information superblock contains..?whre u can find the bootblock..?
How to use disk quotas in solaris (command mode) ? what is the procedure for checking disk space of the particular user in command mode?
How can i stop the telnet service in solaris 8 and 9?
Major Difference between sparc and X86 systems
In solaris we have two directories for commands,what are they, Is there any difference between those.
u have 10 solaris boxes and u have given to add 200 users? At fast how can u add the 200 users?
How many default no of users r there?