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 the real time issues faces normally in daily routine for a solaris admin?

3 Answers   Ericsson,


File system creation steps??

2 Answers  


how to copy the disk image

1 Answers  


How many default no of users r there?

1 Answers  


How do you boot from a Network with jumpstart?

3 Answers  






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,


Local zone in shutting down state.how to bring state of zone to installed?

0 Answers   Thomson Reuters,


How many secondary groups allows to add..?

5 Answers  


what r d crontab fields?

3 Answers   emc2, JK Technosoft,


what are the common errors you find in Solaris Volume manager?

2 Answers   CTS, IBM,


how to install multiple patches

5 Answers   HCL, HP, IBM,


Hi All, Q. I have one log file that log file contains application message but the application message in log file not append any date value. so after 1 to 2 date that file is big size , I want to delete contents only that was appended before 4 days ago from that single file and rest of the file contents would be remains same.

2 Answers   HP,


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)