3

I wondered if it is possible to access some functions of a ESXi Server over the network, while the server has a PSOD. The Server is running ESXi 5.1.

The server cannot be pinged, but is there some kind of network debug function?

mario.schlipf
  • 185
  • 2
  • 8

3 Answers3

6

You can debug from the console and generate a crash dump.

Ideally, you have some sort of out-of-band management of your physical ESXi host like IPMI, DRAC or ILO. If not, you should :)

Otherwise, you would need to physically be in front of the system to get out of your PSOD state.


In general, VMware should not PSOD. There have been some specific and dangerous issues that impacted certain builds of ESXi, but most VMware issues can be traced back to a need for updates/patching.

Can you provide more detail on your real issue? Version and build of ESXi, hardware, etc.

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

You'll need to use the server's out of band management interface (IPMI, iDRAC, ILO, etc.) to reboot the server.

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

is there some kind of network debug function?

No - you need to iLO/DRAC/send-someone to restart the machine.

Chopper3
  • 100,240
  • 9
  • 106
  • 238