Virt-manager's virtual resource center

Source: Internet
Author: User


Virt-manager is an open-source virtualization management software shared by RedHat. It is a GUI program written in Python. The underlying layer uses libvirt to manage various hypervisors.

<! --
@ Page {margin: 2 cm}
P {margin-bottom: 0.21}
-->


Libvirt seems to be funded by RedHat.

 

Virt-manager can manage virtual machines on multiple hosts. Libvirt must be installed on the host. Because virt-manager is a GUI program of libvirt. Virt-manager needs to use SSH to connect to a remote host.


Run the su command on the computer running virt-manager.
-Switch root to the root account.


Run ssh-keygen
-D: generate the public key and Private Key Required by SSH.
Press enter.


Then ssh-copy-ID-I ~ /. Ssh/id_dsa root @ remothostip copy the public key to the remote host so that the remote host can trust the local host.


Then you can open the remote host link on virt-manager.

 

 


Virt-manager has a feature. The pop-up window allows you to select the ISO, virtual disk, and other resources required by the virtual machine. The dialog box displays "Storage
Pools directory. If you select resources not in this directory. Virtual machines must be faulty.


So this "Storage
Where is the pools directory?
It is/var/lib/libvirt/images/
This directory.

 


If you want to store ISO and Virtual Disks elsewhere, use

Ln
-S your actual directory
/Var/lib/libvirt/Images


Create a hyperlink.

 

 


Now virt-manager is no problem.
 
Virt-Manager supports the vast majority of hypervisor and can be connected to local and network hypervisor. Configurations made by users using GUI in virt-manager are converted to xml configuration files in libvirt and saved in the libvirt directory.

 


Using virt-manager to generate libvirt configuration files is also a good choice. It can generate very complex configuration files.

 

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.