Some web hosting providers offer "kvm reboot" for their dedicated servers? What does that mean?

Does it mean the server reboots automatically after a crash or freeze?

link|improve this question

KVM as in KeyboardVideoMouse or as in KernelVirtualMachine? – davr Jul 22 '09 at 18:10
feedback

migrated from stackoverflow.com Jul 22 '09 at 17:54

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 5 down vote accepted

Often this means that you can remotely access the console over the network (KVM standing for Keyboard, Video, Mouse) and, further, trigger a reboot remotely even if the OS has completely gone to lunch.

link|improve this answer
feedback

Both bdonlan and Tom may be right - KVM stands both for Keyboard Video Mouse, which will give you remote access even to the BIOS pre boot stage of your server, or for Kernel Virtual Machine, which your server might be virtualized on.

You should contact the host you are considering to use and ask which of these they mean - know what you pay for.

link|improve this answer
feedback

KVM is a kernel-based virtual machine, and virtual machines typically reboot much faster than physical systems. (However, I do not believe it will necessarily automatically reboot) When using KVM, you also do not need to reboot the system to run a VM guest [1].

[1] http://searchservervirtualization.techtarget.com/news/article/0,289142,sid94_gci1318772,00.html

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.