作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我碰巧发现 XEN 中的 VM 内存不足,操作系统杀死了它的 shell tty,因此无法在内部输入 VM 中的命令。修复的唯一方法是关闭或重新启动 VM。
已经尝试过“xm shutdown VM-name”和“xm reboot VM-name”,但不起作用。 XEN 工作正常,其余 VM 都很好,并且 xm 命令也适用于它们。只有生病的 VM 失控了。
是否有任何 XEN 命令可以强制关闭或重新启动其 VM?例如一些带有“--force”标志的命令。
我认为,“xm reboot”和“xm shutdown”对我来说太优雅了。
我使用的 XEN 版本是 xen-3.0-x86_64 (debian)。
最佳答案
xm
option你可能想要(虽然它真的应该是最后的手段)是 xm destroy
.
xm destroy domain-id
Immediately terminate the domain domain-id. This doesn't give the domain OS any chance to react, and it the equivalent of ripping the power cord out on a physical machine. In most cases you will want to use the shutdown command instead.
关于virtual-machine - 如何在 XEN 中强制关闭或重启虚拟机?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15766913/
我是一名优秀的程序员,十分优秀!