User Tools

Site Tools


computing:virtmanagerhell

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:virtmanagerhell [2026/03/29 15:22] oemb1905computing:virtmanagerhell [2026/04/05 00:45] (current) oemb1905
Line 304: Line 304:
 </code> </code>
  
 +Then, inside the VM:
  
 +  mkdir -p /mnt/support1
 +  mkdir -p /mnt/support2
 +  nano /etc/fstab
 +  support1   /mnt/support1   virtiofs   defaults,_netdev   0 0
 +  support2   /mnt/support2   virtiofs   defaults,_netdev   0 0
 +  
 +If you find ''virsh console domain.com.qcow2'' does not provide a functioning terminal, then run this inside the guest:
  
 +  sudo systemctl enable serial-getty@ttyS0.service
 +  sudo systemctl start serial-getty@ttyS0.service
  
- --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/03/29 14:56//+Migrating an existing VDD and virsh instance ... just dump or copy paste the .xml with ''virsh dump'' or ''virsh edit'', then create a new xml file, typically in ''/var/lib/libvirtd/qemu'', then run: 
 + 
 +  virsh define host.com.xml 
 +  virsh start host.com 
 +   
 +You should for sure check the network interface and MAC address, the storage location directory, and obviously run through anything else that might be different on the target migration host. 
 + 
 + --- //[[alerts@haacksnetworking.org|oemb1905]] 2026/04/05 00:42//
computing/virtmanagerhell.1774797779.txt.gz · Last modified: by oemb1905