KVM虚拟机高级设置——09 设置KVM虚拟机开机自动启动

Posted kelamoyujuzhen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了KVM虚拟机高级设置——09 设置KVM虚拟机开机自动启动相关的知识,希望对你有一定的参考价值。

在kvm图形化管理工具里面可以设置,让kvm虚拟机随着宿主虚拟机一起启动。

必须在关机状态下做

设置好以后会像Windows一样创建一个快捷方式

[root@CentOS2 ~]# cd /etc/libvirt/qemu/autostart/
[root@CentOS2 autostart]# ls
centos7.0.xml

如果取消开机自动启动那个勾选,这个xml就不会被创建。

以上是使用图形界面方式设置kvm虚拟机开机自动启动。下面演示命令行方式

[root@CentOS2 autostart]# virsh list --all
 Id    Name                           State
----------------------------------------------------
 -     centos7.0                      shut off
 -     winxp                          shut off

[root@CentOS2 autostart]# virsh autostart --disable centos7.0
Domain centos7.0 unmarked as autostarted

[root@CentOS2 autostart]# ls /etc/libvirt/qemu/autostart/
[root@CentOS2 autostart]# virsh autostart  centos7.0
Domain centos7.0 marked as autostarted

[root@CentOS2 autostart]# ls /etc/libvirt/qemu/autostart/
centos7.0.xml

 

以上是关于KVM虚拟机高级设置——09 设置KVM虚拟机开机自动启动的主要内容,如果未能解决你的问题,请参考以下文章

搭建kvm虚拟化平台和管理kvm虚拟化平台

搭建kvm虚拟化平台和管理kvm虚拟化平台

关于kvm一些小操作

Linux之部署KVM虚拟化平台

KVM虚拟化(虚拟机装虚拟机,双重套娃)

linux kvm 的虚拟机处于暂停状态怎么开机