ndd interface issues

  • Follow


I was wondering if anyone can show me what I am doing wrong here.
I have 2 E450 exact same servers hardware wise except one is Solaris 7 
and the other is 8. They are both connected to the same cisco switch, my 
problem is with the lp_autoneg_cap parameter, the Solaris 7 has it auto 
set to off "lp_autoneg_cap 0" and the 8 server has it turned on 
"lp_autoneg_cap 1" and everytime I issue the command "ndd -set /dev/hme 
lp_autoneg_cap 0" I get the error message "operation failed, Permission 
denied" [I ran the command as root] The reason I am looking at this is 
becasue I am getting poor transfer and NFS issues between the machines 
and I believe this as a root cause.

0
Reply Rick 12/25/2003 8:56:48 PM

Rick Cooper wrote:

> I was wondering if anyone can show me what I am doing wrong here.
> I have 2 E450 exact same servers hardware wise except one is Solaris 7 
> and the other is 8. They are both connected to the same cisco switch, my 
> problem is with the lp_autoneg_cap parameter, the Solaris 7 has it auto 
> set to off "lp_autoneg_cap 0" and the 8 server has it turned on 
> "lp_autoneg_cap 1" and everytime I issue the command "ndd -set /dev/hme 
> lp_autoneg_cap 0" I get the error message "operation failed, Permission 
> denied" [I ran the command as root] The reason I am looking at this is 
> becasue I am getting poor transfer and NFS issues between the machines 
> and I believe this as a root cause.


lp_autoneg_cap is read-only, it indicates the "link partner 
autonegotiation capability". Check the port settings in your switch.

http://docs.sun.com/db/doc/805-4449/6j47dm3ie?a=view

0
Reply Oscar 12/26/2003 12:35:55 AM


Grab the S95net-tune script off the net and put it into the /etc/rc2.d
directory. Edit it so it matched your interface ex: hme0

Execute the script as root it should update on the fly. If not reboot.

Its a common problem with sun cards and cisco switched. They auto
negotiate to 100-half. You have to force the 100-full. The have fixed
it with the newer ce0 interfaces.


On Thu, 25 Dec 2003 20:56:48 GMT, Rick Cooper <mrpriest5@yahoo.com>
wrote:

>I was wondering if anyone can show me what I am doing wrong here.
>I have 2 E450 exact same servers hardware wise except one is Solaris 7 
>and the other is 8. They are both connected to the same cisco switch, my 
>problem is with the lp_autoneg_cap parameter, the Solaris 7 has it auto 
>set to off "lp_autoneg_cap 0" and the 8 server has it turned on 
>"lp_autoneg_cap 1" and everytime I issue the command "ndd -set /dev/hme 
>lp_autoneg_cap 0" I get the error message "operation failed, Permission 
>denied" [I ran the command as root] The reason I am looking at this is 
>becasue I am getting poor transfer and NFS issues between the machines 
>and I believe this as a root cause.

0
Reply dscr1ber 12/26/2003 3:24:09 AM

Rick Cooper <mrpriest5@yahoo.com> wrote in message news:<kaIGb.18353$Q%5.151@nwrddc01.gnilink.net>...
> I was wondering if anyone can show me what I am doing wrong here.
> I have 2 E450 exact same servers hardware wise except one is Solaris 7 
> and the other is 8. They are both connected to the same cisco switch, my 
> problem is with the lp_autoneg_cap parameter, the Solaris 7 has it auto 
> set to off "lp_autoneg_cap 0" and the 8 server has it turned on 
> "lp_autoneg_cap 1" and everytime I issue the command "ndd -set /dev/hme 
> lp_autoneg_cap 0" I get the error message "operation failed, Permission 
> denied" [I ran the command as root] The reason I am looking at this is 
> becasue I am getting poor transfer and NFS issues between the machines 
> and I believe this as a root cause.

http://sundot.com/downloads/

use the hmeforce script to force the settings
(with installation instructions supplied in the script) and ethchk
to check the settings.

Halvard Halvorsen
0
Reply bitbucket 12/29/2003 5:20:47 PM

3 Replies
439 Views

(page loaded in 0.054 seconds)

Similiar Articles:













7/22/2012 6:31:43 AM


Reply: