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

how can u create volume

3 Answers   HCL,


You have a boot disk under svm, the machine fails to boot and remains in ok prompt? what could be the possible reason?

5 Answers  


How can u configure DNS & configuration files

1 Answers   IBM, Ness Technologies, Symantec, YP Soft,


How to brk the root pwd?

5 Answers  


What is the use of /etc/path-to-inst file?

5 Answers  






If My Server is Suddenly Down what are the reasons? Tell me Exact time of Ping?

1 Answers  


I have a hard disk. After inserting this what are the recommended steps to install it on your solaris

1 Answers   HCL,


How can u configure two DHCP and Two DNS servers r there and u have 100's of users then 1st system takes which DHCP server and which DNS sever

1 Answers   IBM,


how to see open ports?

2 Answers   IBM,


what is the significance of 51% state database replicas in SVM?

2 Answers   Cap Gemini,


what r d crontab fields?

3 Answers   emc2, JK Technosoft,


How to use disk quotas in solaris (command mode) ? what is the procedure for checking disk space of the particular user in command mode?

7 Answers   Samsung,


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)