1834180 Members
2414 Online
110064 Solutions
New Discussion

Re: retry problem

 
SOLVED
Go to solution
Etienne Roseau
Frequent Advisor

retry problem

hi gurus !
i have a k class with a 100base-T card.
everything seem to be OK (ping, lanscan, ioscan) except a msg with nslookup (see attached)
the problem : we have a kind of net guardian with Windows 2000, and, when scanning, it sees "retry" problem with my lancard on my server ????
any suggestion ? is it my problem or windows manager's one ?
thx in advance
E.
14 REPLIES 14
Pete Randall
Outstanding Contributor

Re: retry problem

Run "lanadmin", then select "lan", then "display" to display the usage statistics. Any errors, discards, collisions? If not, it's the windoze manger's problem.


Pete

Pete
harry d brown jr
Honored Contributor

Re: retry problem


It appears your /etc/nsswitch.conf file is bad.

The info you posted doesn't show any errors with your lan card.

do a lanadmin
lan->display
and post the output of that here

live free or die
harry d brown jr
Live Free or Die
Etienne Roseau
Frequent Advisor

Re: retry problem

thanks for your fast replies !
please find the lanadmin issue attached
points are coming !
E.
Pete Randall
Outstanding Contributor

Re: retry problem

Everything looks good there, except for:

Carrier Sense Errors = 84409

It should be 0 if everything is functioning properly.


Pete

Pete
Etienne Roseau
Frequent Advisor

Re: retry problem

OK my mistake :
i change the ppa number in lanadmin and it shows many collisions (see attached)
is there a way for me to find out if the problem is from me (hard or conf ?) or windoze ?
Harry, i checked with my dev server which has no problem, and the same net configuration (except the lancard) and the nsswitch.conf seems to be OK.
THX
Pete Randall
Outstanding Contributor
Solution

Re: retry problem

This can be because of a duplex mismatch. On the 100base-T cards, the standard recommendation is to hardcode both the card and the port it connects to, to 100FD. You can check the card with "lanadmin -x 0", where 0 is the PPA number of the card. You can change it temporarily using "lanadmin -X 100FD 0". To change it permanently, you need to change the appropriate config file, which depends on the driver for your card (check ioscan):

btlan hpbtlanconf
btlan0 hpeisabtconf
btlan1 hpbasetconf
btlan3 hpbase100conf
btlan4 hpgsc100conf
btlan5 hppci100conf
btlan6 hpsppci100conf

To check the port, you'll need to ask your lan folks.


Pete

Pete
harry d brown jr
Honored Contributor

Re: retry problem


Though not related to your retry's on your lan card, this is troublesome:

nslookup shows :
*** Unknown source : ldap. Not Supported
*** You have defind one or more supported sources.
*** Please modify your configuration file and try again
*** or you will get unreliable information.
Using /etc/hosts on: (hostname)

If you want help with this, post your /etc/nsswitch.conf file:

grep -v "^#" /etc/nsswitch.conf

live free or die
harry d brown jr
Live Free or Die
Ron Kinner
Honored Contributor

Re: retry problem

I think Pete has it nailed. You have a 100 Half connection which is sort of unnatural. You are getting a lot of late collisions which should not be the case if you are on a switch unless the other side is set to Full Duplex.

I'd say the other end is manually set to 100 Full and your side is set to AutoNegotiate. Because of the way Autonegotiate is required to work you will always get a mismatch in this situation. (The other end will be seeing a lot of FCS errors and runts.)

You should be able to correct the problem by setting your end to 100 Full. The other end is almost certainly already set to 100 FULL so you don't need to bother the Network guy unless you want to yell at him for screwing up your connection. Once it changes watch the lanadmin stats to make sure you are not getting any

Alignment Errors
or
FCS Errors

which would indicate that it still wasn't correct and now the other end would be set to 100 Half. This would indicate autonegotiation failure so you would have to have the Network guy set the switch to 100 full (or replace the cable).

Ron
Etienne Roseau
Frequent Advisor

Re: retry problem

'morning guys !
for Harry see the doc attached !
for Ron and Pete: I think you got it !!!
actually, my boss told me that the conf was defined to 10 from the windoze lan-manager AND the lanadmin -x (ppa) shows an "autonegociation-ON" !!!
thx everybody
E.
Etienne Roseau
Frequent Advisor

Re: retry problem

OOOOOOPS ! sorry Harry
;-)
harry d brown jr
Honored Contributor

Re: retry problem

Etienne,

Do you have LDAP installed and configured to resolve host names? If not, then you need to remove the "ldap" from the "hosts" line in /etc/nsswitch.conf.

Do a

swlist LdapUxClient NisLdapServer

to determine if you have the ldap client and/or the nisldap server installed.

live free or die
harry d brown jr
Live Free or Die
Etienne Roseau
Frequent Advisor

Re: retry problem

interresting......no Ldap utilities found !!
what do you think ??
Pete Randall
Outstanding Contributor

Re: retry problem

A properly configured nsswitch entry for hosts should look more like this:

hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=
continue TRYAGAIN=return]

man 4 nsswitch.conf


Pete

Pete
Etienne Roseau
Frequent Advisor

Re: retry problem

Harry, Pete,
thx 4 your help with nsswitch.conf.
BUT, my boss told me we don't care about it, because of the net managing by windoze...
our HP is like a client of it !!
> and i don't earn money enough too think about this ;-)

points anyway !!
E.