how to change nic card from half duplex to full duplex?



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

Post New Answer

More Solaris AllOther Interview Questions

what are soft links and hard links, and differentiate them.

2 Answers   Bank Of America,


What is VTS..??

3 Answers  


how to delete a zone?

3 Answers   IBM,


What does init 0 do?

9 Answers   HCL,


Are kernel parameters tunable during runtime?

2 Answers  






What are the two settings you can change to make a system boot faster?

3 Answers  


what is mean by netfmd in sun cluster what is the use of netfmd and what is the relation between ccd and netfmd?

0 Answers  


how can u view installed packages

3 Answers   IBM,


What is the use of Sam utility in solaris

0 Answers   Accel,


how can u crete snapshot

1 Answers   HCL,


How to check memory statics..?

3 Answers  


I have an interview in Qatar Petroleum for Solaris System Engineer position. Please provide all the technical questions about Solaris OS.

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)