Linux Installation KVM

Source: Internet
Author: User

  1. Yum Install Libvirt

  2. Yum Install QEMU-KVM

  3. Yum Install Python-virtinst

  4. Yum Install Virt-manager

  5. Yum Install Virt-viewer

  6. Yum Install Virt-top

  7. Service LIBVIRTD Restar

After the installation is complete, you can enter Lsmod | grep KVM View installation status

Network card settings

Device=eth1

Type=static

Bridge=br0

Onboot=yes

Bootproto=static

ipaddr=192.168.31.90

Prefix=24

gateway=192.168.31.1

dns1=202.106.0.21


Device=br0

Type=bridge

Onboot=yes

ipaddr=192.168.31.90

Prefix=24

gateway=192.168.31.1

dns1=202.106.0.21


Qemu-img create-f qcow2-o preallocation=metadata wj01.qcow2 50G (Create System image)

Chown Qemu:qemu wj.qcow2 (permissions to change the image)

Virt-install-n kvm_1-r 2048--disk./liwei01.qcow2,format=qcow2,size=40--network bridge=br0--os-type=linux--os-vari Ant= ' rhel5 '--cdrom/home/iso/centos-7.0-1406-x86_64-dvd.iso--vnc--vncport=5910--vnclisten=0.0.0.0

It's already installed in the KVM system.

Linux View install system command line Virch list--all

The command line to shut down the system is Virsh shutdown

The command line to open the system is Virsh start

This article is from the "Wenjia.hao" blog, make sure to keep this source http://wenjia111.blog.51cto.com/13058301/1975661

Linux Installation KVM

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.