Difference between revisions of "Virsh start"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
Domain VM_MACHINE_NAME started
 
Domain VM_MACHINE_NAME started
 
</pre>
 
</pre>
 
 
  
 
  virsh start VM_MACHINE_NAME --console
 
  virsh start VM_MACHINE_NAME --console
Line 11: Line 9:
  
  
== Related commands ==
+
error: internal error: process exited while connecting to monitor: 2020-09-24T09:20:37.260753Z qemu-system-x86_64: -blockdev {"node-name":"libvirt-1-format","read-only":false,"driver":"[[qcow2]]","file":"libvirt-1-storage","backing":null}: Failed to get "write" lock
 +
Solution: use <code>[[lsof]]</code> or <code>[[fuser]]</code> and verify you do not have storage device duplicated in xml vm definition file.
 +
 
 +
== Related terms ==
 
* <code>[[virsh --connect]]</code>
 
* <code>[[virsh --connect]]</code>
 
* <code>[[virt-install]]</code>
 
* <code>[[virt-install]]</code>
Line 17: Line 18:
 
* <code>[[virsh net-start]]</code> and <code>[[virsh pool-start]]</code>
 
* <code>[[virsh net-start]]</code> and <code>[[virsh pool-start]]</code>
 
* <code>[[virsh autostart]]</code>
 
* <code>[[virsh autostart]]</code>
 +
* <code>[[virsh define]]</code>
 +
* Logs: <code>/var/log/libvirt/[[qemu]]</code>
 +
* [[Docker]]: [[Start configuration behavior and restart policy]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:37, 24 September 2020

virsh start VM_MACHINE_NAME
Domain VM_MACHINE_NAME started
virsh start VM_MACHINE_NAME --console
virsh --connect qemu:///system start  VM_MACHINE_NAME


error: internal error: process exited while connecting to monitor: 2020-09-24T09:20:37.260753Z qemu-system-x86_64: -blockdev {"node-name":"libvirt-1-format","read-only":false,"driver":"qcow2","file":"libvirt-1-storage","backing":null}: Failed to get "write" lock
Solution: use lsof or fuser and verify you do not have storage device duplicated in xml vm definition file.

Related terms[edit]

See also[edit]

Advertising: