2

I have a ESXi 5.5 box. I've been using VMware for several years and it has been rock solid stable. However I've had a few crashes today. I am building lots of VMs and doing a lot of I/O with databases, and I've had four pink screens. Here's one as an example. Any ideas on how to troubleshoot? Should I just grab the latest build? I'm using 1331820.

enter image description here

Rob Moir
  • 31,664
  • 6
  • 58
  • 86
Mark Allison
  • 2,098
  • 7
  • 26
  • 45

3 Answers3

8

Yes, you should update.

That is a bug which is fixed in VMware ESXi 5.5 Update 1.

PR 1073615: ESXi host experiences a purple diagnostic screen with errors for E1000PollRxRing and E1000DevRx when the rxRing buffer fills up and the max Rx ring is set to more than 2. The next Rx packet received that is handled by the second ring is NULL, causing a processing error.

I should probably also add that it's a good idea to keep your systems up to date to resolve a variety of bugs and security issues.

Michael Hampton
  • 237,123
  • 42
  • 477
  • 940
4

The quick fix for this if you can't update your ESXi host is to change the NIC adapter from e1000 (or e1000e) to the vmxnet3 driver. The default for Windows guests is the latter, but causes problems under load.

ewwhite
  • 194,921
  • 91
  • 434
  • 799
1

The top line of the stack trace indicates tat the fault occurs in E1000 driver. AFAIK that is the driver for Intel network cards.

I would start troubleshooting by changing the network adapter.

Tero Kilkanen
  • 34,499
  • 3
  • 38
  • 58
  • I have three physical NICs and no spare at the moment. Interesting you say that, I might change the network adapter type on my VMs to VMXNET3 from E1000E and see if that helps... – Mark Allison Mar 30 '14 at 19:05