fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


proxmox:pve:migration

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
proxmox:pve:migration [2025/09/08 09:58] adminproxmox:pve:migration [2025/09/08 11:42] (current) – removed admin
Line 1: Line 1:
-====== Proxmox Migration ====== 
  
-===== Pre-Migration ===== 
- 
-==== Linux ==== 
- 
-=== SLES === 
- 
-<code> 
-grep CONFIG_VIRTIO /boot/config-$(uname -r) 
-grep CONFIG_VIRTIO /boot/config-$(uname -r) | grep =y 
-lsinitrd /boot/initrd-$(uname -r) | grep virtio 
-</code> 
- 
-''vi /etc/dracut.conf.d/virtio-drivers.conf'' 
-<code> 
-add_drivers+=" virtio_blk virtio_scsi virtio_net virtio_pci virtio_ring virtio " 
-</code> 
- 
-<code> 
-dracut -f /boot/initrd-$(uname -r) > /tmp/dracut.log 2>&1 
- 
-lsinitrd /boot/initrd-$(uname -r) | grep virtio 
-</code> 
- 
-<code> 
-lsmod | grep virtio 
-dracut -f /boot/initrd-$(uname -r) --add-drivers "virtio virtio_pci virtio_blk virtio_net virtio_ring virtio_scsi" 
-lsinitrd /boot/initrd-$(uname -r) | grep virtio 
- 
-https://pve.proxmox.com/wiki/Paravirtualized_Drivers_for_Linux 
- 
-==== Windows ==== 
- 
-  - Uninstall VMware Tools 
- 
-===== Post-Migration ===== 
- 
-==== Linux ==== 
- 
-  - install quemu guest agent  
-  -  
-==== Windows ==== 
- 
-  - Set VM disks to SATA 
-  - Add temporary 1 GB SCSI HDD 
-  - Boot VM and install quemu guest agent and drivers 
-  - Shutdown VM and set VM disks to SCSI 
proxmox/pve/migration.1757318313.txt.gz · Last modified: by admin