{"id":2042,"date":"2026-08-29T19:11:08","date_gmt":"2026-08-29T17:11:08","guid":{"rendered":"https:\/\/christeninformatica.ch\/?p=2042"},"modified":"2026-08-29T19:11:12","modified_gmt":"2026-08-29T17:11:12","slug":"virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux","status":"publish","type":"post","link":"https:\/\/christeninformatica.ch\/it\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/","title":{"rendered":"Virt-install and virsh: Creating and Managing Virtual Machines"},"content":{"rendered":"<h2>Managing Virtual Machines and Networks using virsh<\/h2>\n<p><b>Virsh<\/b> is a command-line interface for managing <b>virtual machines<b> and configuring their settings and hardware. <b>Virsh<\/b> is a powerful tool and can be used to perform a wide range of tasks, including configuring the hardware settings of virtual machines, managing virtual machine storage, and configuring virtual machine networks.<\/p>\n<p>The virsh command is use manage virtual machines and the hypervisor on a Linux system. It uses the libvirt management API and operates as an alternative to the graphical virt-manager.<\/p>\n<h3>Some examples of virsh commands include:<\/h3>\n<ul>\n<li>Guest management commands:\n<ul>\n<li><b>start<\/b>: Start a virtual machine<\/li>\n<li><b>stop<\/b>: Stop a virtual machine<\/li>\n<\/ul>\n<\/li>\n<li>Guest monitoring commands:\n<ul>\n<li><b>memstat<\/b>: Display memory statistics for a virtual machine<\/li>\n<li><b>cpustat<\/b>: Display CPU statistics for a virtual machine<\/li>\n<\/ul>\n<\/li>\n<li>Host and hypervisors commands\n<ul>\n<li><b>capabilities<\/b>: Display the host\u2019s capabilities<\/li>\n<li><b>nodeinfo<\/b>: Display the physical node\u2019s system resource information<\/li>\n<\/ul>\n<\/li>\n<li>Virtual networking commands\n<ul>\n<li>net-list: Display a list of virtual networks<\/li>\n<li>net-define: Define a new virtual network<\/li>\n<\/ul>\n<\/li>\n<li>Storage management commands\n<ul>\n<li>pool-list: Display a list of storage pools<\/li>\n<li>pool-define: Define a new storage pool<\/li>\n<\/ul>\n<\/li>\n<li>Snapshot commands\n<ul>\n<li>create-snapshot-as: Create a snapshot of a virtual machine <\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>List of virsh commands<\/h2>\n<p># virsh start kali-linux<br \/>\n# virsh stop kali-linux<br \/>\n# virsh destory kali-linux<br \/>\n# virsh memstat kali-linux<br \/>\n# virsh cpustat kali-linux<br \/>\n# virsh nodeinfo<br \/>\n# virsh net-list<br \/>\n# virsh net-define virbr1<br \/>\n# virsh net-undefine virbr1<br \/>\n# virsh net-start virbr1<br \/>\n# virsh net-destroy virbr1<br \/>\n# virsh create-snapshot-as kali-linux kali-linux_snapshot<\/p>\n<p>Other command-line tools that are part of virt-manger, like virt-install and virt-clone, can be used to create\/install virtual machines on QEMU\/KVM and clone them. <\/p>\n<h1>QEMU\/KVM Virtualization &#8211; Virtual Manager (virt-manager) Tools<\/h1>\n<h2>List of Virt-Manager Tools<\/h2>\n<ul>\n<li>virt-install is a command line tool which provides an easy way to provision operating systems into virtual machines.<\/li>\n<li>virt-viewer is a lightweight UI interface for interacting with the graphical display of virtualized guest OS.<\/li>\n<li>virt-clone is a command line tool for cloning existing inactive guests. It copies the disk images, and defines a config with new name, UUID and MAC address pointing to the copied disks.<\/li>\n<li>virt-xml is a command line tool for easily editing libvirt domain XML using virt-install\u2019s command line options.\u201d<\/li>\n<\/ul>\n<h2>The advantages of using command-line based<\/h2>\n<p>The advantages of using virsh and other command-line based tools like virt-install and virt-clone instead of using a GUI like Virtual Manager (virt-manager) are:<\/p>\n<ul>\n<li><b>Automation and Scripting<\/b>: Command-line tools allow for automating and scripting complex virtualization tasks and workflows, which can be useful for managing multiple virtual machines or for automating routine tasks.<\/li>\n<li><b>Remote Management<\/b>: Command-line tools enable remote management of virtualization host, which is useful for managing virtualization resources on remote servers over SSH or other secure protocols.<\/li>\n<li><b>Headless Servers<\/b>: Command-line tools are necessary for managing headless servers, where systems may not have a graphical interface or GUI tools installed.<\/li>\n<li><b>Custom Reports<\/b>: Command-line tools allow for creating custom reports, which can be useful for generating detailed reports on virtual machine performance or resource usage.<\/li>\n<li><b>Unified Virtual Machine Administration<\/b>: Command-line tools like virsh support working with multiple hypervisors, which can be useful for managing virtual machines on different hosts or for migrating virtual machines between hosts.<\/li>\n<li><b>Efficiency<\/b>: Command-line tools are often more efficient than GUI tools, as they can perform multiple tasks with a single command, reducing the time and effort required to manage virtual machines.<\/li>\n<li><b>Learning Curve<\/b>: Familiarity with command-line tools can also help users to learn more about the underlying virtualization technology and how to troubleshoot issues.<\/li>\n<\/ul>\n<p>Overall, using virsh and other command-line based tools can provide more flexibility, automation, and efficiency in managing virtual machines, especially in large-scale or complex virtualization environments.<\/p>\n<h1>Virt-install and virt-clone: Creating and cloning Virtual Machines<\/h1>\n<p>Virt-install and virt-clone are command-line tools used to manage virtual machines in a Linux environment. Both tools are part of the virt-manager suite and can be used to create, clone, and manage virtual machines.<\/p>\n<h2>virt-install: Creating Virtual Machines<\/h2>\n<p><b>Virt-install<\/b> is used to create a new virtual machine with a specific configuration. It allows users to create virtual machines with various operating systems, including Linux, Windows, and others. The tool provides a range of options for customizing the virtual machine, such as selecting the operating system, allocating resources, and configuring the network.<\/p>\n<p>To use virt-install, you can run the following command:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n# virt-install --name &#60;vm-name&#62; --ram &#60;ram-size&#62; --disk &#60;disk-size&#62; --os-type &#60;os-type&#62; --network &#60;network-configuration&#62;\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Replace &#60;vm-name&#62; with the name of the virtual machine, &#60;ram-size&#62; with the amount of RAM allocated to the virtual machine, &#60;disk-size&#62; with the size of the virtual machine\u2019s disk, &#60;os-type&#62; with the type of operating system being installed, and &#60;network-configuration&#62; with the network configuration for the virtual machine.<\/p>\n<h2>virt-clone: Cloning Virtual Machines<\/h2>\n<p>virt-clone is used to create a copy of an existing virtual machine. It allows users to clone virtual machines with all their configurations, including the operating system, disk, and network settings. The tool provides a range of options for customizing the cloned virtual machine, such as selecting the operating system and allocating resources.<br \/>\nTo use virt-clone, you can run the following command:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n# virt-clone --original &#60;vm-name&#62; --name &#60;clone-vm-name&#62; --ram &#60;ram-size&#62; --disk &#60;disk-size&#62; --os-type &#60;os-type&#62; --network &#60;network-configuration&#62;\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>Replace &#60;vm-name&#62; with the name of the original virtual machine, &#60;clone-vm-name&#62; with the name of the cloned virtual machine, &#60;ram-size&#62; with the amount of RAM allocated to the cloned virtual machine, &#60;disk-size&#62; with the size of the cloned virtual machine\u2019s disk, &#60;os-type&#62; with the type of operating system being cloned, and &#60;network-configuration&#62; with the network configuration for the cloned virtual machine.<\/p>\n<p>Both virt-install and virt-clone are powerful tools for managing virtual machines in a Linux environment. By using these tools, users can create and clone virtual machines with ease, making it an ideal solution for testing, development, and other purposes.<\/p>\n<h2>How to Create and Mange VMs Using virt-install and virsh<\/h2>\n<p>To create a virtual machine using virt-install, you can use the virt-install command. To have all information to create a virtual machine with virt-install you can use virsh to mange and list information about virtual machines and virtual networks. In this example the default network is not active so I have to specify the name of the virtual network. <\/p>\n<p>The parameters needed to run the virt-install command are self explanatory, memory, CPU and disk size. If you don\u2019t use the default network like in this example you have to specify it with the command option \u201c&#8211;network\u201d, in this case virbr1. If you run the command on a host without a Desktop environment you can use the option &#8211;noautoconsole. If you need a list of Operating system you can use the virt-install command option \u201c&#8211;os-variant list\u201d.<\/p>\n<p>To find out what networks are active you can use virsh as follows:<\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\nSERVER3:~ # virsh net-list\n Name     State    Autostart   Persistent\n-------------------------------------------\n virbr1   active   yes         yes\n\nSERVER3:~ #\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>For more information on how to create a virtual network using virsh read my previous tutorial: <a href=\"https:\/\/christeninformatica.ch\/it\/how-to-create-routed-network-qemu-kvm-libvirt-virsh-virtual-machines-linux\/\" title=\"How to Create a Routed Network on QEMU\/KVM\/libvirt using Virsh\" target=\"_blank\">How to Create a Routed Network on QEMU\/KVM\/libvirt Using Virsh<\/a> <\/p>\n<p>To list all available Operating Systems you can run: <\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\nSERVER3:~> virt-install --osinfo list\nalmalinux10\nalmalinux9\nalmalinux8\nalmalinux-kitten10\n\n.....\n\nclearlinux\ndebian13, debiantrixie\ndebian12, debianbookworm\ndebian11, debianbullseye\ndebian10, debianbuster\ndebian9, debianstretch\ndebian8, debianjessie\n\n.....\n\nwinvista\nwinxp\n\nYou can see additional information with:\n\n  osinfo-query os\n\nSERVER3:~>\n\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>In this example I am creating a Virtual Machine for Kali Linux, so, I will use the last version of (Kali Linux is not available) Debian, debian13.<\/p>\n<p>Finally, to crate\/install a virtual machine run the following command: <\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\n# virt-install --name kali-linux --memory 15360 --vcpus 4 --disk size=50 --network=bridge:virbr1 --cdrom \/var\/lib\/libvirt\/kali-linux-2026.2-installer-amd64.iso --os-variant debian13 \u2013noautoconsole\n<\/pre>\n<\/blockquote>\n<\/div>\n<p>After creating the virtual machine you can verify its presence and start it with virsh as follows:<br \/>\n<img decoding=\"async\" src=\"https:\/\/christeninformatica.ch\/media\/virsh-manage-virtual-machines-command-net-start.jpg\" alt=\"Virtual Machine Management using virt-manager and virsh)\" \/><\/p>\n<div class=\"comandi\">\n<blockquote>\n<pre>\nSERVER3:~ # virsh list --all\n Id   Name             State\n---------------------------------\n -    kali-linux       shut off\n -    opensuse16.0     shut off\n -    opensuse16.0-2   shut off\n -    WEBSRV3          shut off\n\nSERVER3:~ # virsh start kali-linux\nDomain 'kali-linux' started\n\nSERVER3:~ # virsh list --all\n Id   Name             State\n---------------------------------\n 3    kali-linux       running\n -    opensuse16.0     shut off\n -    opensuse16.0-2   shut off\n -    WEBSRV3          shut off\n\nSERVER3:~ # virsh destroy kali-linux\n<\/pre>\n<\/blockquote>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Managing Virtual Machines and Networks using virsh Virsh is a command-line interface for managing virtual machines and configuring their settings and hardware. Virsh is a powerful tool and can be used to perform a wide range of tasks, including configuring the hardware settings of virtual machines, managing virtual machine storage, and configuring virtual machine networks&#8230;.<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/christeninformatica.ch\/it\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;Virt-install and virsh: Creating and Managing Virtual Machines&rdquo;<\/span> &raquo;<\/a><\/p>","protected":false},"author":5,"featured_media":2044,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[74,297],"tags":[367,76,368,361,366,363,345,365],"class_list":["post-2042","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux-server","category-tutorials","tag-creating","tag-linux","tag-managing","tag-virsh","tag-virt-install","tag-virt-manager","tag-virtual-machines","tag-virtualization"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Virt-install and virsh: Creating and Managing Virtual Machines &#8226; CHIT<\/title>\n<meta name=\"description\" content=\"Tutorial on how to create\/install\/mange Virtual Machines (VMs) using virt-manger tools like virt-install and the virsh command.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/christeninformatica.ch\/it\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Virt-install and virsh: Creating and Managing Virtual Machines &#8226; CHIT\" \/>\n<meta property=\"og:description\" content=\"Tutorial on how to create\/install\/mange Virtual Machines (VMs) using virt-manger tools like virt-install and the virsh command.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/christeninformatica.ch\/it\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/\" \/>\n<meta property=\"og:site_name\" content=\"CHIT\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-29T17:11:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-29T17:11:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/christeninformatica.ch\/media\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"650\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"chitblog\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"chitblog\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/\"},\"author\":{\"name\":\"chitblog\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"headline\":\"Virt-install and virsh: Creating and Managing Virtual Machines\",\"datePublished\":\"2026-08-29T17:11:08+00:00\",\"dateModified\":\"2026-08-29T17:11:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/\"},\"wordCount\":1170,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg\",\"keywords\":[\"Creating\",\"linux\",\"Managing\",\"virsh\",\"virt-install\",\"virt-manager\",\"Virtual Machines\",\"Virtualization\"],\"articleSection\":[\"LINUX SERVER\",\"Tutorials\"],\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/\",\"name\":\"Virt-install and virsh: Creating and Managing Virtual Machines &#8226; CHIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg\",\"datePublished\":\"2026-08-29T17:11:08+00:00\",\"dateModified\":\"2026-08-29T17:11:12+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\"},\"description\":\"Tutorial on how to create\\\/install\\\/mange Virtual Machines (VMs) using virt-manger tools like virt-install and the virsh command.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#primaryimage\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg\",\"contentUrl\":\"https:\\\/\\\/christeninformatica.ch\\\/media\\\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg\",\"width\":1024,\"height\":650},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/christeninformatica.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Virt-install and virsh: Creating and Managing Virtual Machines\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#website\",\"url\":\"https:\\\/\\\/christeninformatica.ch\\\/\",\"name\":\"CHIT\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/christeninformatica.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/christeninformatica.ch\\\/#\\\/schema\\\/person\\\/b0952e900860b424a6b0906f1d6a0a64\",\"name\":\"chitblog\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g\",\"caption\":\"chitblog\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Virt-install and virsh: Creating and Managing Virtual Machines &#8226; CHIT","description":"Tutorial on how to create\/install\/mange Virtual Machines (VMs) using virt-manger tools like virt-install and the virsh command.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/christeninformatica.ch\/it\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/","og_locale":"it_IT","og_type":"article","og_title":"Virt-install and virsh: Creating and Managing Virtual Machines &#8226; CHIT","og_description":"Tutorial on how to create\/install\/mange Virtual Machines (VMs) using virt-manger tools like virt-install and the virsh command.","og_url":"https:\/\/christeninformatica.ch\/it\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/","og_site_name":"CHIT","article_published_time":"2026-08-29T17:11:08+00:00","article_modified_time":"2026-08-29T17:11:12+00:00","og_image":[{"width":1024,"height":650,"url":"https:\/\/christeninformatica.ch\/media\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg","type":"image\/jpeg"}],"author":"chitblog","twitter_card":"summary_large_image","twitter_misc":{"Written by":"chitblog","Est. reading time":"6 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#article","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/"},"author":{"name":"chitblog","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"headline":"Virt-install and virsh: Creating and Managing Virtual Machines","datePublished":"2026-08-29T17:11:08+00:00","dateModified":"2026-08-29T17:11:12+00:00","mainEntityOfPage":{"@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/"},"wordCount":1170,"commentCount":0,"image":{"@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg","keywords":["Creating","linux","Managing","virsh","virt-install","virt-manager","Virtual Machines","Virtualization"],"articleSection":["LINUX SERVER","Tutorials"],"inLanguage":"it-IT","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/","url":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/","name":"Virt-install and virsh: Creating and Managing Virtual Machines &#8226; CHIT","isPartOf":{"@id":"https:\/\/christeninformatica.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#primaryimage"},"image":{"@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#primaryimage"},"thumbnailUrl":"https:\/\/christeninformatica.ch\/media\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg","datePublished":"2026-08-29T17:11:08+00:00","dateModified":"2026-08-29T17:11:12+00:00","author":{"@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64"},"description":"Tutorial on how to create\/install\/mange Virtual Machines (VMs) using virt-manger tools like virt-install and the virsh command.","breadcrumb":{"@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#primaryimage","url":"https:\/\/christeninformatica.ch\/media\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg","contentUrl":"https:\/\/christeninformatica.ch\/media\/virt-install-qemu-kvm-virsh-creating-managing-virtual-machines.jpg","width":1024,"height":650},{"@type":"BreadcrumbList","@id":"https:\/\/christeninformatica.ch\/virt-install-virsh-creating-managing-virtual-machines-qemu-kvm-libvirt-linux\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/christeninformatica.ch\/"},{"@type":"ListItem","position":2,"name":"Virt-install and virsh: Creating and Managing Virtual Machines"}]},{"@type":"WebSite","@id":"https:\/\/christeninformatica.ch\/#website","url":"https:\/\/christeninformatica.ch\/","name":"CHIT","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/christeninformatica.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/christeninformatica.ch\/#\/schema\/person\/b0952e900860b424a6b0906f1d6a0a64","name":"chitblog","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/321ffb3802ecc0a2fc461c52e31fbbabb19873df19bfb793c8e64c6a0cc49313?s=96&d=identicon&r=g","caption":"chitblog"}}]}},"_links":{"self":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/2042","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/comments?post=2042"}],"version-history":[{"count":0,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/posts\/2042\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media\/2044"}],"wp:attachment":[{"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/media?parent=2042"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/categories?post=2042"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/christeninformatica.ch\/it\/wp-json\/wp\/v2\/tags?post=2042"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}