Skip to navigationSkip to content
libvirtd docs
InteractiveCommands

Manual nav

Search `/` · tty `~` · g top · G bottom

Portal

  • Manual index
  • Interactive lab
  • Command explorer
Foundations5 sections
  • libvirtd Overview1
  • Host & Installation2
  • Architecture & Concepts6
  • Domains2
  • Domain XML2
Subsystems6 sections
  • Daemons3
  • virsh3
  • Virtual Networking5
  • Virtual Storage4
  • Virtualization Security3
  • Remote libvirt1
Operations5 sections
  • Migration2
  • Snapshots & Backup2
  • Performance3
  • Troubleshooting2
  • Reference2
LIBVIRT-VIRSH(7)03 entries

virsh

Connection handling, domain lifecycle, inspection, console access, and day-to-day libvirt commands.

  1. 01
    Common virsh workflows

    This page groups the virsh commands that usually travel together during provisioning, incident handling, and cleanup. Inventory and inspect first Do this before changing anything. list all Use virsh list all when you nee

    guide
  2. 02
    Daily domain operations with virsh

    Start every change by pinning the URI, capturing current state, and defining the evidence that will prove success. Inventory before change Apply and verify Use config, live, or both deliberately for device changes. A liv

    guide
  3. 03
    virsh connection URIs

    The URI tells virsh which driver, transport, host, and privilege scope to use. Most confusion comes from using the right command against the wrong URI. Common URI families | URI | Meaning | Typical use | | | | | | qemu:/

    man