- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- VMS keeps disabling the ethernet port
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2010 11:35 PM
01-05-2010 11:35 PM
"%EIA0,
Receive CRC validation failure, device now unusable", the link is shutdown and all network traffic stops. This happens on both ethernet ports and with multiple IP stacks. No CRC errors are logged in the LAN counters and the Ethernet connection works fine when plugged into any other device, including the ILO board. I have also verified that speed and duplex are being negotiated correctly. I'm hoping someone here can explain what is happening or, more importantly, knows a way to tell VMS to stop shutting down the port.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 02:21 AM
01-06-2010 02:21 AM
Re: VMS keeps disabling the ethernet port
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 04:41 AM
01-06-2010 04:41 AM
Re: VMS keeps disabling the ethernet port
Can you see the speed/duplex selected?
Maybe the TCP/IP stacks use Jumbo-Frames and that fails?
Hein
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 06:15 AM
01-06-2010 06:15 AM
Re: VMS keeps disabling the ethernet port
the most detailled information would be reported by LANCP SHOW DEV/INT EIA0
This error msg does not seem to have been publicly reported before, consider to ask HP what this msg is meant to indicate.
Did this interface work before on this RX2620 ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 08:16 AM
01-06-2010 08:16 AM
Re: VMS keeps disabling the ethernet port
The connection is only running at 100mb and neither side has jumbo frames enabled. Both sides agree on speed and duplex.
I just obtained this system. The previous owner indicates he never ran an IP stack on it.
I will get a copy of the LANCP output and post it here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 10:06 AM
01-06-2010 10:06 AM
Re: VMS keeps disabling the ethernet port
here is an answer from an authoritive resource:
'What it means is that the driver is doing a validation of the first 50000 packets for that interface and the calculated CRC is different from the actual CRC. These are packets that passed device validation so no CRC errors are recorded for the device. The CRC error most likely was introduced on each packet during DMA to host memory. The driver is detecting undetected data corruption and turning off the device.
So the device should be replaced.'
IMHO this looks like a hardware problem, if we believe that the driver is coded correctly. This looks like an unusual problem.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 11:05 AM
01-06-2010 11:05 AM
Re: VMS keeps disabling the ethernet port
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 11:27 AM
01-06-2010 11:27 AM
Re: VMS keeps disabling the ethernet port
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010 04:11 PM
01-06-2010 04:11 PM
SolutionThat doesn't mean things won't work as upper layers may be doing checksum calculations and discarding bad packets. Or the corrupted data is in some part of the packet that isn't critical.
As to why DECnet might work and TCP/IP doesn't - it could be the packet size. Or the data in the packet might induce a hardware failure for that packet and not another with a different data pattern. Or the contents of other packets might affect the hardware and cause a bad DMA operation. I'd guess you were just lucky.
As far as running all day long without issue, the test only runs for the first 50000 packets. You could increase this to do the calculation on every packet and see if some DECnet traffic induced the failure.
This check was put into the driver to detect failing AB290A cards and it has been working successfully for several years. I don't think there is a problem with the code.
If you are willing to accept undetected data corruption, you can disable the check using a device-specific function:
$ mc lancp set dev eia/dev=(func="RCRC",value=(low,high))
low,high is a 64 bit number of remaining CRC checks to do, so you could set it to zero and it would do no more checks. The default is value=(50000,0).
- Dick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2010 12:33 AM
01-07-2010 12:33 AM
Re: VMS keeps disabling the ethernet port
as the CRC checking code in the driver seems to exist for a reason, you might not want to bet your data on 'luck'. If there is some data corruption in the DMA operation between the interface and host memory, all things are possible: caused by certain bit patterns, message length etc.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2010 02:57 AM
01-07-2010 02:57 AM
Re: VMS keeps disabling the ethernet port
You're likely to see transport retries more often than file corruption.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2010 06:21 AM
01-07-2010 06:21 AM
Re: VMS keeps disabling the ethernet port
can you imagine any other operating system than OpenVMS, which would go such a route to try to protect your data ? Can you imagine the amount of analysis, which might have gone into detecting this problem in the first place ? OpenVMS LAN engineering is really there to help you protect your data. Consider to follow their advice.
If you want to see the problem yourself, why not try some DECnet MOP LOOP tests with varying bit patterns ? Or try massive DECnet file copies - remember: FAL has it's own end-to-end CRC checks built in.
A historical note: when X.25 networks were in use, you could typically only identify data corruption happening inside the PTT's X.25 network by running DLM (Data Link Mapping = DECnet over X.25) circuits across the X.25 'cloud', because DLM added it's own CRC check into each DECnet packet before transmitting it to the X.25 switch and was checking it after reception and reporting CRC failures. OpenVMS at work trying to protect your data ...
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2010 11:34 AM
01-07-2010 11:34 AM
Re: VMS keeps disabling the ethernet port
I have just finished a massive test suite. It consisted of the following protocols:
Native DECnet Phase V
Native DECnet Phase IV
TCP-based traffic
UDP-based traffic
DECnet-over-IP traffic
Both encrypted and non-encrypted traffic (encryption significantly effects data patterns)
The test suite generates packets that run the range from 64 to 1500 bytes with a very wide range of data patterns. Data is verified at both ends of the connection and the protocol counters are monitored. Data is exchanged in both directions. The transmitting end had no packets re-transmitted and neither end had packets with checksum errors. No TCP checksum errors, no UDP, no FAL, no DECnet.
Whatever the driver is complaining about, I cannot see that it is impacting either my data or my throughput.
Is there any way to tell the driver to log the packets that it finds checksum errors in? I'd really like to know why the driver complains but nothing else does.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2010 12:28 AM
01-08-2010 12:28 AM
Re: VMS keeps disabling the ethernet port
have a look at SDA> LAN HELP and especially at the SDA> LAN TRACE/CONTEXT output. You may be able to specify tracing special events for this interface.
Otherwise let's wait for Dick Stockdale to respond to this question.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010 09:39 AM
01-13-2010 09:39 AM
Re: VMS keeps disabling the ethernet port
By any chance is there some sort of compression interface running between the Ethernet I/F and its local destination?
Also, if there is twisted pair involved, I would check for abrasion on the cables.
Finally, is there a time-of-day or event-of-day correlation with something like a janitorial visit with a big floor buffer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2010 06:54 AM
01-25-2010 06:54 AM
Re: VMS keeps disabling the ethernet port
As part of testing to discover the root problem, I changed the port speed from 100m to 1G (I had it set at 100m because all the other devices on the network are at that speed). At this point the problem went away. I set the CRC counter to a very high number and have been running in full "production" for over a week, exchanging millions of packets, without a single CRC failure.
Why changing the port speed would make a difference to this issue is something I don't know enough about the internal workings of this particular hardware interface to figure out. However, as I am now able to run with CRC checking on full time without any errors, I am satisfied I have a working configuration. Should this problem resurface, I have added a DE-504 to the system which will provide all of the spare ethernet ports I may need.
If possible, I would still like to get answers to the following questions:
1. How many CRC failures must occur before the device is shut down?
2. Is it possible to log the failing packet(s)? For example, are they copied into the trace buffer?
3. Is the CRC check done while the packet is still in the ring buffer or elsewhere?
Thanks for everyone's feedback.