ADSM-L

Re: sunOS 5.7 problem

2003-03-17 16:11:49
Subject: Re: sunOS 5.7 problem
From: bbullock <bbullock AT MICRON DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Mon, 17 Mar 2003 14:11:04 -0700
        True, but on some interfaces you might want to leave auto negotiate on 
or have a different setting (depending on the brand of the switch or the 
settings that seem to work best on that subnet. i.e. one interface is on a 
"monitoring network" were we use older dime a dozen 10Mb switches because speed 
and throughput are not needed, just connectivity.)

        Both methods will work depending on what he wants to achieve.

Ben

-----Original Message-----
From: Berning, Tom [mailto:TBerning AT SENCO DOT COM]
Sent: Monday, March 17, 2003 1:58 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: sunOS 5.7 problem


If you put these in the /etc/system file without the ndd - parameters it
will set them on all qfe or hme even if you have a quad ethernet card in the
box.

example

#Settings for qfe1
set /dev/qfe instance 1
set /dev/qfe adv_100fdx_cap 1
set /dev/qfe adv_10fdx_cap 0
set /dev/qfe adv_10hdx_cap 0
set /dev/qfe adv_100hdx_cap 0
set /dev/qfe adv_autoneg_cap 0

Thomas R. Berning
8485 Broadwell Road
Cincinnati, OH 45244
Phone:     513-388-2857
Fax:         513-388-3333

-----Original Message-----
From: bbullock [mailto:bbullock AT MICRON DOT COM]
Sent: Monday, March 17, 2003 3:53 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: sunOS 5.7 problem


        It's a simple set of 'ndd' settings to get it hard-coded to 100
full. Here is an example of both a hme and a qfe card....

#Settings for hme0
ndd -set /dev/hme instance 0
ndd -set /dev/hme adv_100fdx_cap 1
ndd -set /dev/hme adv_10fdx_cap 0
ndd -set /dev/hme adv_10hdx_cap 0
ndd -set /dev/hme adv_100hdx_cap 0
ndd -set /dev/hme adv_autoneg_cap 0

#Settings for qfe1
ndd -set /dev/qfe instance 1
ndd -set /dev/qfe adv_100fdx_cap 1
ndd -set /dev/qfe adv_10fdx_cap 0
ndd -set /dev/qfe adv_10hdx_cap 0
ndd -set /dev/qfe adv_100hdx_cap 0
ndd -set /dev/qfe adv_autoneg_cap 0

        These will be lost upon reboot, so you will want to put it in an rc
script to be run at boot.

Ben
Unix admin
Micron Technology Inc.
Boise, Id

-----Original Message-----
From: Conko, Steven [mailto:sconko AT ADT DOT COM]
Sent: Monday, March 17, 2003 1:46 PM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: sunOS 5.7 problem


Extremely slow backups from a sunOS 5.7 client with lots of collisions.....
does anyone know how to hardcode the interface to 100 Full Duplex? Sparc 20
model.

Steven A. Conko
Senior Unix Systems Administrator
ADT Security Services, Inc.

<Prev in Thread] Current Thread [Next in Thread>