SunFire V440 Quad gigabit ce1 won't run Gig


 
Thread Tools Search this Thread
Operating Systems Solaris SunFire V440 Quad gigabit ce1 won't run Gig
# 1  
Old 07-06-2009
SunFire V440 Quad gigabit ce1 won't run Gig

Hi there. My first time posting so apologies for any indescretions in advance. Smilie I've got two SunFire V440 servers running Solaris 5v10. Both have a quad Gigabit ethernet card fitted, both have the same symptom; that is, I can't get the first port ce1 to run Gigabit. Motherboard ports are ce0 and ce5. the quad card ports are ce1 - ce4 inclusive. Port ce2 runs Gig fine. (Haven't tried ports ce3 or ce4). When I configure ce1 for Gig it doesn't even show a green l.e.d. when I plug in the patch cable. The switch and patch cables are definitely good. Port ce1 work perfectly at 100Mb/s FDX on both servers.
I guess I'm missing a patch or something but all help appreciated. By the way I'm a Network Engineer, not a Solaris Admin so anticipate a high degree of noobness relating to Solaris and Servers. Smilie Apologies in advance. Thanks, Andy.
# 2  
Old 07-06-2009
Perhaps someone has configured ce1 to stick at 100Mb/s instead of auto-negotiating the speed/duplex mode.

What says:
Code:
ndd -set /dev/ce instance 1
ndd /dev/ce adv_autoneg_cap
grep ce1 /etc/system
grep ndd /etc/rc*.d/*

# 3  
Old 07-06-2009
also make sure your switch is configured for autoneg! call your network guys and make sure it works. as a test you can maybe use the port which ce2 uses (login through console!).

good luck,
DN2
# 4  
Old 07-06-2009
output from ndd commands

Hi jlliagre, output as requested from my server:

datanetnms4 > ndd -set /dev/ce instance 1
datanetnms4 > ndd /dev/ce adv_autoneg_cap
0
datanetnms4 > grep ce1 /etc/system
datanetnms4 > grep ndd /etc/rc*.d/*
/etc/rc0.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_file $i
/etc/rc0.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_size $logd_file_size
/etc/rc0.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 1
/etc/rc0.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 0
/etc/rc1.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_file $i
/etc/rc1.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_size $logd_file_size
/etc/rc1.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 1
/etc/rc1.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 0
/etc/rc2.d/S42ncakmod: # Set the default HTTPD door in NCA via ndd
/etc/rc2.d/S42ncakmod: /usr/sbin/ndd -set /dev/nca httpd_door_path \
/etc/rc2.d/S69inet:ndd -set /dev/ce instance 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100fdx_cap 1
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_autoneg_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce instance 1
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100fdx_cap 1
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_autoneg_cap 0
/etc/rc2.d/S94ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_file $i
/etc/rc2.d/S94ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_size $logd_file_size
/etc/rc2.d/S94ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 1
/etc/rc2.d/S94ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 0
/etc/rcS.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_file $i
/etc/rcS.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_log_size $logd_file_size
/etc/rcS.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 1
/etc/rcS.d/K34ncalogd: /usr/sbin/ndd -set /dev/nca nca_logging_on 0
datanetnms4 >

---------- Post updated at 01:07 AM ---------- Previous update was at 12:59 AM ----------

Hi DukeNuke2,

The switch isn't configured for auto-neg, we set all our switches to FDX where the server interfaces are multi-speed capable. It stops them re-negotiating and messing up the comms. By the way I AM the Network Guy and yes, (as per my original post) the switch port and patch cable are known good. I have tried the network connection to ce2 in port ce1 with the same, non-operating, results. The network connection for ce1 works perfectly in ce2.
The server interface doesn't even show a green (physical) l.e.d. when I connect up the patch cable, when it's configured for Gig, which is what I find most confusing.
# 5  
Old 07-06-2009
These lines look like your problem:

Code:
/etc/rc2.d/S69inet:ndd -set /dev/ce instance 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100fdx_cap 1  <-----
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_autoneg_cap 0

Of interest when setting up copper gigE:

http://www.sun.com/blueprints/0704/817-7526.pdf

Quote:
The IEEE 802.3 standard states that you must support and test autonegotiation
enabled to certify a product IEEE 802.3 compliant, and for multivendor
interoperability (for example, testing at the UNH Interoperability Laboratory). There
are no requirements in the standard to support locked down or forced configurations
using autonegotiation disabled. As a result, there are no requirements for vendors to
test multivendor interoperability between products with autonegotiation disabled.

The IEEE 802.3ab specification does not allow for forced mode 1000BASE-T with
autonegotiation disabled running at 1000 Mbps. As a result, many switch vendors do
not support forced mode. Although the transceiver used in the Sun™ Gigaswift
Ethernet UTP adapter 1.0 is configurable for the 1000 Mbps forced mode and the ce
driver allows this mode be aware that it does not work under certain circumstances.
I'm willing to bet that the number of vendors who pay to have labs test their gear outside of the IEEE specs is pretty close to zero.
# 6  
Old 07-07-2009
Quote:
Originally Posted by achenle
/etc/rc2.d/S69inet:ndd -set /dev/ce instance 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_1000hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100fdx_cap 1
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_100hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10fdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_10hdx_cap 0
/etc/rc2.d/S69inet:ndd -set /dev/ce adv_autoneg_cap 1 <-----
Put the above into a script file to force autoneg from server end too.
# 7  
Old 07-07-2009
That wouldn't allow Gb to work.

Simply comment out the very same lines and reboot.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash script won't run because hardware won't produce display

Can anyone offer any advice on how to modify the script below to work on a new system we have, that has no graphics capability? We admin the system through a serial RAS device. I've tried running the below script through the RAS and through an ssh -X session. It failed with something like "GTK... (3 Replies)
Discussion started by: yelirt5
3 Replies

2. Shell Programming and Scripting

While read won't run keyboard function

I am using while read do/ done to retrieve menu item. Works as advertised, no problem. I am using this hack function "pause" to stop script execution and wait for keyboard "enter" key to continue. Sort of break point function. Also works fine with one exception - it does not work when used... (4 Replies)
Discussion started by: annacreek
4 Replies

3. Solaris

Sunfire V440 could not correctly recognize HD

Recently one drive (disk 2) was totally dead. I swapped the dead drive with a new drive. But the Solaris 10 could not recognize the drive: root\> format Searching for disks...done c1t2d0: configured with capacity of 33.92GB AVAILABLE DISK SELECTIONS: 0. c1t0d0 <SUN36G cyl 24620... (4 Replies)
Discussion started by: BigG
4 Replies

4. Solaris

interface ce1 up-down

Hi All, I have server SF E4900 with kernel 5.10 Generic_118833-24. My problem is why interface ce1 always up and down...? Please look at below Mar 5 01:33:06 scsi: WARNING: /scsi_vhci/ssd@g600a0b8000266610000006ab45cfb878 (ssd0): Mar 5 01:33:06 SCSI transport failed: reason... (4 Replies)
Discussion started by: mbah_jiman
4 Replies

5. UNIX for Dummies Questions & Answers

tip: Simple script won't run in cygwin - vim editor involved

I ran into this issue and thanks to various postings in various forums, was able to figure out the solution but didn't see one posting that laid the whole issue out cleanly. So thought the following might help others ... ------------------------------------------------------------------------... (2 Replies)
Discussion started by: oxysep
2 Replies

6. Ubuntu

Toshiba Laptop Won't Run Bluetooth with Ubuntu

I am running Ubuntu 8.1 on a Toshiba Satellite P105-S9337 with built-in Bluetooth hardware. I cannot get the Bluetooth hardware to work with my Microsoft Bluetooth mouse. I have installed the tosh software with no luck. Does anyone have an idea as to what to try. I have several kernel mods... (0 Replies)
Discussion started by: tjloeb
0 Replies

7. Solaris

smc won't run on a regular user

Hi All, I'm getting this all the time with a regular user (after I do su - and smc): It appears you are attempting to run the graphical Solaris Management Console from a terminal which does not have a suitable 'DISPLAY' environment. Please check your 'DISPLAY' settings and that the user... (5 Replies)
Discussion started by: itik
5 Replies

8. UNIX for Dummies Questions & Answers

Made command into a script but now won't run

Hello, After seeing in a Unix cheatsheet that I could add commands into a file and run that file as a command to save on typing, i tried it with this: #! /bin/csh # Backup website excluding directories that do not change rsync -e "ssh -p 2222" -axzvc --progress --stats --compress-level=9... (9 Replies)
Discussion started by: patwa
9 Replies

9. UNIX for Dummies Questions & Answers

Cron won't run properly

I am new to unix, and this is my 1st post on this board. Looking for some advice about a cron job in my server. I am running a cron task that references a script which runs several other scripts and compiles them into a report and emails it to me. If I run the script manually, I will... (2 Replies)
Discussion started by: Steeler_fan
2 Replies

10. UNIX for Dummies Questions & Answers

Why won't my script run?

On the following script that I get an error when I try to execute as root: #./mv_log.sh bash: /root/util/mv_log.sh: Permission denied #!/usr/bin datetag=`date --date='1 day ago' +"%b%d%Y"` logname=`find /opt/bea/wlserver6.1/config/*/logs/ -iname 'access.log0*' -mtime -1 -print` mv... (4 Replies)
Discussion started by: darthur
4 Replies
Login or Register to Ask a Question