标签:linux
1:查看kvm模块2:再原来基础上新建虚拟机
[root@centos7 ~]# cd /etc/libvirt/
[root@centos7 qemu]# ls
centos7.0.xml centos7.1.xml networks
qemu下有几个xml文件就表示有多少虚拟机
复制 centos7.0.xml改名为centos7.2ml
修改centos7.2xml(下面为修改内容
<source file=‘/data/vms/c3/c3.img>
<name>centos7.1</name>
<uuid>d14c35eb-dc9f-4dfc-86b6-209ad1715911</uuid>
<mac address=‘52:54:00:6c:aa:ac‘/>
进入c3录下载包改名c3img然后开始安装
[root@centos7 ~]# virsh create --console /etc/libvirt/qemu/centos7.2xml
随后就可以看到登陆一个新虚拟机界面
标签:linux
原文地址:http://blog.51cto.com/13487744/2103243