Is it possible to restart a supermicro kvm with ipmitool? (the kvm not the server)

7,624

Try the following ipmitool command:

ipmitool mc reset cold
Share:
7,624

Related videos on Youtube

Ben Baron
Author by

Ben Baron

I'm a software engineer with an IT, systems, and database administration background. These days I primarily develop in Swift (and occasionally still Objective-C) using Cocoa and Cocoa Touch, but I also have some experience building native Android apps using Java and the Android SDK; cross platform mobile and desktop apps using C# with Xamarin's Mono runtime; some server side code in Golang, Java, and C#; and some client side web code in CoffeeScript (primarily using jQuery and Backbone.js), HTML, and CSS. Currently lead developer at Dealyze: https://dealyze.com Previously co-founded Balance: https://balance.io My GitHub: https://github.com/einsteinx2 My LinkedIn: http://www.linkedin.com/in/benbaron

Updated on September 18, 2022

Comments

  • Ben Baron
    Ben Baron almost 2 years

    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.