Reply

 

LinkBack Thread Tools Rate Thread
  #1 (permalink)  
Old 07-06-2009, 08:35 AM
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.
Reply With Quote
  #2 (permalink)  
Old 07-06-2009, 09:07 AM
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
Reply With Quote
  #3 (permalink)  
Old 07-06-2009, 09:08 AM
Newbie
 
Join Date: Feb 2009
Posts: 4
Example

The following example configures full-duplex mode on the Cisco 4500:
interface ethernet 0
full-duplex
Reply With Quote
  #4 (permalink)  
Old 07-06-2009, 11:45 AM
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.
Reply With Quote
  #5 (permalink)  
Old 07-08-2009, 12:27 PM
Newbie
 
Join Date: Jun 2009
Posts: 12
I believe you can change on /etc/system file.
Reply With Quote
  #6 (permalink)  
Old 07-08-2009, 12:29 PM
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).
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 10:21 AM.