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 |
What is the use of Growfs utility in solaris
benifits of SMF over LRC
how many servers are maintaining and what is your 'user base' in the organization?------friends please tell me in what way the answer should be?
software distribution in solaris
What are the various clusters you have worked on?
how to recover boot-block, if it it corrupted. and what happens to the os if it gets corruted.
For maintenance purpose the system will be down and up as per weekly or monthly in production mode ,what are the needed points to mind ,what are that?
How to use disk quotas in solaris (command mode) ? what is the procedure for checking disk space of the particular user in command mode?
I am not login to server with telnet and ssh then what to do?
Local zone in shutting down state.how to bring state of zone to installed?
what is the use of TCP wrappers
how to freeze nodes in vcs?tell me step by step?