VMware Cloud Community
ANKYIT
Contributor
Contributor

Generating Error Dump for ESX

Hi Guys,

I have a ESX 3.5 , which got restarted three times last week , there nothing conclusive found in logs which can suggest the root cause , Is there any possible way to confirgure ESX host to generate any dump which will help to analyses for any furture failures.

Also how the dump can be analyse.

Thanks in Advance.

0 Kudos
3 Replies
ShanVMLand
Expert
Expert

you can use the "vm-support" command from Console.

And you can combine this command with "esxtop" command to replay the data later

Login to Console:

cd /tmp

vm-support -S -i 10 -d 180

It creates esxtop snapshot for every 10 seconds interval for duration of 180 seconds. The resulting file is tarball and gzipped.

esxtop -R /vm-support* (For the Analysis data later)

Shan

If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!!
ANKYIT
Contributor
Contributor

Thanks for your reply.

But actually I am aware of this VM-support , however there is nothing in logs that can advise root cause of restart , I would like to know is there anything same as Windows OS of creating some kind of other error \ Memory Dumps.

0 Kudos
ShanVMLand
Expert
Expert

http://communities.vmware.com/message/1090956

It may shed some light..

If you found this information useful, please consider awarding points for "Correct" or "Helpful". Thanks!!!