The KVM on my supermicro motherboard seems to have crashed or is otherwise not answering network requests on it's assigned IP address. I need to try to restart the KVM (not the server). Is this possible to do with the ipmitool utility from inside the host operating system? Or do I have to restart the entire machine?

I'd like to avoid restarting the entire machine if possible. I've used ipmitool in the past to reset the admin password on the KVM, but I can't seem to find how to restart the KVM. It only seems to have options to restart the host OS.

The host is running FreeBSD but it should be the same ipmitool as is available in Linux, so I've tagged it as both.

link|improve this question
feedback

1 Answer

up vote 2 down vote accepted

Try the following ipmitool command:

ipmitool mc reset cold

link|improve this answer
Thanks! That worked. – einsteinx2 Sep 28 '11 at 3:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.