Q: What ESXi command will create kernel panic and result in a PSOD?

To test vSphere 5's vShpere HA clustering, you can use this ESXi command to create a hard failure.

Greg Shields

October 26, 2011

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A: One way to verify the functionality of vSphere 5.0's completely rewritten vSphere HA clustering is to create a cluster and then force one of its members to fail. A hard failure presents the best test because it simulates the closest possible scenario of a host failure.

Obviously, you can simulate this failure by pulling the power cable from the server, but sometimes you might not have easy access to that power cable.

An alternative method is to panic the ESXi server's kernel, forcing a Purple Screen of Death (PSOD) and a resulting hard failure. You can accomplish this within the ESXi console by using the following command:

vsish -e set /reliability/crashMe/Panic 1

You can then reboot the server as normal.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like