Does IPMI always include KVM? Is it always able to mount remote .ISO's and show viewport image?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

IPMI is not KVM, see http://en.wikipedia.org/wiki/Intelligent_Platform_Management_Interface . The basic functionality of IPMI is to provide the hardware status (on/off/restarting/faulty) and to power the machine on and off. Lastly, IPMI can send some basic SNMP traps.

KVM (or rather in this case IP-KVM) is a remote management on a higher level, which includes IPMI functionality (though there are some older KVMs that use their own protocols), and also the over-the-network passing of keyboard/video/mouse so the physical server console can be remotely accessed. Remote ISO and floppy mounting is yet another functionality, and not every IP-KVM has that.

link|improve this answer
feedback

No, not always. These days it is rare that it is not included, but I have some old servers at home where it does not include KVM.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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