Operating System - OpenVMS
1752754 Members
4562 Online
108789 Solutions
New Discussion юеВ

Re: Network card info required

 
SOLVED
Go to solution
Terry Yeomans
Frequent Advisor

Network card info required

We have a Alpha Server 1000A 5/333 running VMS 7.3-1 WE have had some slow responses recently and found that the network card is running at half duplex. We've tried to set to full but it knocks the node over. Can we find the cards' details without taking one of the boxes down to the chevrons? LANCP does not seem to hold the key to this info.
10 REPLIES 10
Karl Rohwedder
Honored Contributor
Solution

Re: Network card info required

You may use
$ ANA/SYS
SDA> CLUE CONFIG
or
SDA> SHO LAN /FULL

to get the card id.

regards Kalle
Volker Halle
Honored Contributor

Re: Network card info required

Terry,

$ ANAL/SYS
SDA> CLUE CONFIG
SDA> SHOW LAN/FULL/DEV=Exx ! VMS device name
SDA> EXIT

$ MC LANCP SHOW DEV/INT Exx

should show more information about the network interface card.

Volker.

Volker Halle
Honored Contributor

Re: Network card info required

Terry,

what you would like most is possibly this:

$ ANAL/SYS
SDA> CLUE FRU
FRU Table written to CLUE$FRU.SYS file, use System Event Analyzer or Error Log V
iewer to analyze.
SDA> EXIT
$ DIAGNOSE CLUE$FRU.SYS

this will show you the 'System Init Log', which is more-or-less the system console output from the last INIT.

Volker.

PS: This needs DECevent to be installed. You can also try this with WEBES/SEA.
Richard Brodie_1
Honored Contributor

Re: Network card info required

"We've tried to set to full but it knocks the node over."

What I would want to determine first is whether the node crashed because the driver threw a wobbly, or because setting it to full duplex was a really bad idea.

Do the LANCP counters look OK running at half-duplex? An awful lot of people cause themselves a world of pain by setting their systems to full duplex when the network equipment is set to autonegotiate.
Wim Van den Wyngaert
Honored Contributor

Re: Network card info required

I tried the clue fru on my 1000 4/200 and this one said "FRU table not available or not implemented". Idem on AS 500. But it works on a 4100 (all 7.3).

This is new to me. I would advise everyone to try it too.

The diag then gives you : some important env variables, firmware versions and a lot of device info. I can see the device types of the ethernet card but not the speed it can handle.

Wim
Wim
Steven Schweda
Honored Contributor

Re: Network card info required

On a COMPAQ Professional Workstation XP1000
running OpenVMS V7.3-2:

SDA> clue fru
FRU Table not available or not implemented.


That was fun.
Terry Yeomans
Frequent Advisor

Re: Network card info required

Thanks to all for your rapid responses.
Have used the info and found the what I need.
We don't have DecEvent installed but it is in the pipeline.
Regards Terry.
rick jones
Honored Contributor

Re: Network card info required

Half-duplex suggests that it was either hard-coded that way, or was set to autoneg and the other side was hardcoded and/or not doing autoneg. The attached is some boilerplate on 100BT autoneg
there is no rest for the wicked yet the virtuous have no pillows
rick jones
Honored Contributor

Re: Network card info required

Half-duplex suggests that it was either hard-coded that way, or was set to autoneg and the other side was hardcoded and/or not doing autoneg. The attached is some boilerplate on 100BT autoneg
there is no rest for the wicked yet the virtuous have no pillows