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 |
in RAID 0+1 and !+0 which u will preffer(Veritas)0+1
how to recover boot-block, if it it corrupted. and what happens to the os if it gets corruted.
user trying to login the system says invalid passwd but when u see the user in the nis master the user exists so what will be the problem and how to fix it
how to add a run control script..?
what r the phases in fsck?
3 Answers Accenture, Cognizant, HCL,
How to brk the root pwd?
how to see the kernel information or how many bit operating system you have
How to identify multiple paths for a disk.?
How do you replace a failed boot disk under meta in solaris? Step by step explanation?
which is best os in UNIX flavors Solaris or HP-UX or IBM –AIX or Linux
whaat is raid levels
how to change nic card from half duplex to full duplex?