Results 1 to 6 of 6
- 07-06-2009 08:35 AM #1
Newbie
- Join Date
- Jun 2009
- Posts
- 8
How to set full duplex in solaris?
Hello Guys,
How to set the network port to full duplex? In the switch already set to Full Duplex.
- 07-06-2009 09:07 AM #2
Newbie
- Join Date
- Feb 2009
- Posts
- 4
To specify full-duplex mode on full-duplex single-mode and multimode port adapters, use the full-duplex command.
full-duplex
- 07-06-2009 09:08 AM #3
Newbie
- Join Date
- Feb 2009
- Posts
- 4
Example
The following example configures full-duplex mode on the Cisco 4500:
interface ethernet 0
full-duplex
- 07-06-2009 11:45 AM #4
Newbie
- Join Date
- Jan 2009
- Posts
- 8
I'm also intereseted to know. Is there a configuration file to do it? I want to set it up in boot up.
- 07-08-2009 12:27 PM #5
Newbie
- Join Date
- Jun 2009
- Posts
- 12
I believe you can change on /etc/system file.
- 07-08-2009 12:29 PM #6
Newbie
- Join Date
- Jun 2009
- Posts
- 12
More help.....
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
Note: the /etc/system change affects all hme interfaces if multiple NICs are present (e.g. hme0, hme1).






LinkBack URL
About LinkBacks



Reply With Quote



Bookmarks