Operating System - HP-UX
1833000 Members
2356 Online
110048 Solutions
New Discussion

Re: differences between lanadmin -x on HPUX 10.20 and 11

 
SOLVED
Go to solution
Robert Dukes
Advisor

differences between lanadmin -x on HPUX 10.20 and 11

We are running lanadmin -x on HPUX 10.20 to get details of NIC speed/Duplex/Auto Neg. The output of this command seems to differ slightly from that on HPUX 11. On 10.20 it displays the output as:

Current Speed = 100 Full-Duplex

On 11.00 is displays the output as:

Current Config = 100 Full-Duplex MANUAL

My question is for 10.20. Is the assumption if there is nothing after 'Full-Duplex', that Auto Negotiation is NOT set - In the output for 11, it outputs either MANUAL or AUTONEG.

Unfortunately we havent got a card in AUTONEG mode to check this output.

Any help would be greatly appreciated.
3 REPLIES 3
Pete Randall
Outstanding Contributor

Re: differences between lanadmin -x on HPUX 10.20 and 11

Robert,

Look in your /etc/rc.config.d/hp*conf file to see how the card was set. The conf file you're using is based on the driver for the card, which you can see with ioscan:

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

You should see something like "HP_BASE100_SPEED[0]=100FD". All 10/100 cards should be forced (i.e. manually set) to 100FD at both ends.


Pete

Pete
Victor BERRIDGE
Honored Contributor

Re: differences between lanadmin -x on HPUX 10.20 and 11

Hi Robert
Here is my output of lanadmin on a 10.20:

dims2 # lanadmin -x 4
Current Speed = 100 Full-Duplex Auto-Negotiation-ON
dims2 # uname -r
B.10.20
deimos2 #


All the best
Victor
Victor BERRIDGE
Honored Contributor
Solution

Re: differences between lanadmin -x on HPUX 10.20 and 11

I may should have added why 4:
s2 # lanscan
Hardware Station Crd Hardware Net-Interface NM MAC HP DLPI Mjr
Path Address In# State NameUnit State ID Type Support Num
10/8/1/0 0x001083F5C9A8 0 UP lan0 UP 4 ETHER Yes 114
10/8/2/0 0x001083F5C9A9 1 UP lan1 UP 5 ETHER Yes 114


All the best
Victor