Problem fixing e1000gx ni to 100fdx / Solaris 10 / T5220


 
Thread Tools Search this Thread
Operating Systems Solaris Problem fixing e1000gx ni to 100fdx / Solaris 10 / T5220
# 1  
Old 01-11-2008
Problem fixing e1000gx ni to 100fdx / Solaris 10 / T5220

Hello !
i'm facing an anoying problem during configuration of our new T5220 Enperise server. I've upgarded 'em with a pci-e ethernet expantion card for four additional networkinterfaces using the nxge drivers. i could fix them to 100 fdx rather simple by adding the following settings to the
/platform/sun4v/kernel/drv/nxge.conf file:

adv_1000fdx_cap=0;
adv_1000hdx_cap=0;
adv_100fdx_cap=1;
adv_100hdx_cap=0;
adv_10fdx_cap=0;
adv_10hdx_cap=0;
adv_autoneg_cap=0;

so this was rather simple the hard part is to configure the built in e1000g
interfaces. i found some threads containing the modification of the
/kernel/drv/e1000g.conf like this:

# Driver.conf file for Intel e1000g Gigabit Ethernet Adapter
ForceSpeedDuplex=7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7; (autoneg)
AutoNegAdvertised=8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8; (autonegadvertise 100fdx only)

i also tried variations like
ForceSpeedDuplex=4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4; ( 100fdx)
AutoNegAdvertised=47,47,47,47,47,47,47,47,47,47,47,47,47,47,47,47;(autonegadvertise all supported modes)

but allways failed to fix the to 100fdx

dladm show-dev :
e1000g0 link: up speed: 100 Mbps duplex: half
e1000g1 link: up speed: 0 Mbps duplex: half
e1000g2 link: up speed: 0 Mbps duplex: half
e1000g3 link: up speed: 0 Mbps duplex: half
nxge0 link: up speed: 100 Mbps duplex: full
nxge1 link: unknown speed: 100 Mbps duplex: full
nxge2 link: unknown speed: 100 Mbps duplex: full
nxge3 link: unknown speed: 100 Mbps duplex: full

please help
cheers martin
# 2  
Old 01-11-2008
Not sure this will work for you, but we were told to comment out the /kernel/drv/e1000g.conf lines for ForceSpeedDuplex and AutoNegAdvertised, which worked for us. (Guess you would have to then make sure your network is set to what you were looking for).
# 3  
Old 01-13-2008
Why just not let them auto-configure?
# 4  
Old 01-13-2008
Often becasue the driver, the card or the switch to which it is connected do not follow the standards correctly. The bge cards for example are well known for this and often have to be forced to the correct (full duplex) mode.
# 5  
Old 01-13-2008
I've always heard that, and I only experienced problems with hme's, and not all of them, just a couple, and that was back in the Sol7, Sol8 days. I'd think that a card that's meant to autoneg because of the Gg capability should be able to handle autoneg for 100fdx just fine. If there are any concerns, I'd test the connection both ways and see if there really are any issues with an autonegotiated connectin.
# 6  
Old 01-13-2008
maybe the net-tune script helps?

http://docs.cirkva.net/Sun/Solaris/Eis/S68net-tune_

read the first few lines on how to install an use the script!
# 7  
Old 01-14-2008
Quote:
Originally Posted by RTM
Not sure this will work for you, but we were told to comment out the /kernel/drv/e1000g.conf lines for ForceSpeedDuplex and AutoNegAdvertised, which worked for us. (Guess you would have to then make sure your network is set to what you were looking for).
thx but didnt work still getting the 100 HDX

@DukeNuke2 according the net-tune script havent found a proper ndd set
for the e1000g interfaces :-\

partially solved the problem by setting the switch-ports to autoneg and the nic settings below
still wont work with switch settings to 100 full duplex fixed

AutoNegAdvertised=8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8;
ForceSpeedDuplex=4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4;

Last edited by moofoo; 01-14-2008 at 08:08 AM.. Reason: solved
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Fixing a shell script

I have this shell script that I wrote to check an input file to see if it is empty or not, and then clean the file from any line that starts with the sign "<" (without quotation marks" and then spell the number of line of the file, and the empty lines, too. The script then will create two output... (11 Replies)
Discussion started by: faizlo
11 Replies

2. AIX

Fixing security problem

Hi I use Rapid 7 to check some servers ( AIX 5.3 ) for security problems. There are 2 problems I don't know to deal with 1. Problem : TCP Sequence Number Approximation Vulnerability Solution : _Enable TCP MD5 Signature 2. Problem : HTTP Basic Authentication Enable Solution : _ Use... (5 Replies)
Discussion started by: bobochacha29
5 Replies

3. Solaris

Trying to boot Solaris without hard drives in T5220

I have three Sun Oracle Netra T5220s. I am trying to just get the processor information psrinfo or prtdiag -v from the # prompt in single user mode. I am needing to know the commands to get to boot the CD/DVD of the Solaris OS. I am using it via Serial Port Management. Tinkering around I... (4 Replies)
Discussion started by: nerdboy
4 Replies

4. Shell Programming and Scripting

Awk Problem - Fixing needed

os: sunos/linux shell: bash awk -v PCT="$PERCENTAGE" -v UWARN="$UWARNING" -v UCRIT="$UCRITICAL" 'BEGIN { PCT=PCT+0; UWARN=UWARN+0; UCRIT=UCRIT+0 ; if(PCT<UWARN) { printf \" '${FILESYS}':... (3 Replies)
Discussion started by: SkySmart
3 Replies

5. Solaris

T5220

Hello guys, can anyone give me some advice on how to perform clean installation of Solaris 10 on T5220 ? I am connected with serial management port on the machine, i have the ok promt and now i should eject the dvdrom to insert Solaris dvd into and start the clean install. So how to do that... (3 Replies)
Discussion started by: tonijel
3 Replies

6. Solaris

T5220

Hi Guys and Gals, Wondering if anyone could help me, tricky one this. Got a T5220 with a graphics card. When you power it on, it outputs its output to the screen and you can type commands with the keyboard etc. But no matter what version of Solaris 10 you use, when you do a boot cdrom... (1 Reply)
Discussion started by: callmebob
1 Replies

7. Solaris

ILOM problem on T5220

I have setup my T5220 ILOM .. and its working fine. But if my network connection is broken to the ILOM i 'm unable to login to the ILOM for few hrs .. it gives me either wrong user/passwd error and after few hrs the same user/passwd works .. what could be the reason for this and how can i resove... (3 Replies)
Discussion started by: fugitive
3 Replies

8. Solaris

Ldoms on T5220 with existing solaris 10 OS

Hi I;ve a T5220 box running solaris 10 update 6 with 6 zones on it and zfs SAN file systems is it possible to configure Control domain on this box without removing the exisinting OS and zones ? (1 Reply)
Discussion started by: fugitive
1 Replies

9. Solaris

T5220 Console Problem

Hi Peeps, Apologies if this is the wrong forum for this, if it is can someone point me in the direction of the right one? Problem: I've dropped an XVR-300 Graphics card into a T5220, configured it to output and input from the screen and keyboard instead of the virtual console. It... (3 Replies)
Discussion started by: callmebob
3 Replies

10. Linux

fixing with sed

I am trying to replace the value of $f3 but its not working . I don't know what I am missing here . cat dim_copy.20080516.sql | grep -i "create view" | grep -v OPSDM002 | while read f1 f2 f3 f4 f5 f6 f7 f8 f9 do echo " $f3 " sed -e... (13 Replies)
Discussion started by: capri_drm
13 Replies
Login or Register to Ask a Question