fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


proxmox:pve:migration:esxi-pve

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:esxi-pve [2025/09/08 14:13] adminproxmox:pve:migration:esxi-pve [2025/09/08 19:30] (current) – [Windows] admin
Line 31: Line 31:
  
 https://pve.proxmox.com/wiki/Paravirtualized_Drivers_for_Linux https://pve.proxmox.com/wiki/Paravirtualized_Drivers_for_Linux
 +
 +=== Debian ===
 +
 +<code>
 +lsinitramfs /boot/initrd.img-$(uname -r) | grep virtio
 +</code>
  
 ==== Windows ==== ==== Windows ====
Line 46: Line 52:
  
 ===== Post-Migration ===== ===== Post-Migration =====
 +
 +
 +
 +<code>
 +PS C:\Users\Administrator> Get-Service QEMU-GA
 +
 +Status   Name               DisplayName
 +------   ----               -----------
 +Running  QEMU-GA            QEMU Guest Agent
 +</code>
 +<code>
 +qm agent <vmid> ping
 +</code>
  
 ==== Linux ==== ==== Linux ====
  
-  - Install quemu guest agent +  - Uninstall open-vm-tools<code> 
 +rpm -qa | grep vm                              # SLES 
 +zypper rm open-vm-tools                        # SLES 
 +apt remove open-vm-tools                       # Debian 
 +</code> https://knowledge.broadcom.com/external/article/339581/uninstalling-open-vmware-tools-included.html 
 +  - Install qemu guest agent<code> 
 +zypper ref && zypper in qemu-guest-agent       # SLES 
 +apt update && apt install qemu-guest-agent     # Debian 
 +systemctl start qemu-guest-agent 
 +systemctl enable qemu-guest-agent 
 +systemctl status qemu-guest-agent 
 +</code>
  
  
Line 56: Line 86:
  
   - Add temporary 1 GB SCSI HDD   - Add temporary 1 GB SCSI HDD
-  - Boot VM and install quemu guest agent and drivers +  - Boot VMinstall quemu guest agent and drivers 
-  - Shutdown VM and set VM disks to SCSI +  - Restore network configuration to adapter(s) (might only work if old one was e1000(e))<code> 
-  - Boot VM and restore network configutation to adapter(s) ''[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]''+[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]</code> 
 +  - Shutdown VM, reattach SATA VM disks as SCSI and remove temporary 1 GB disk 
 +  - Adjust boot order and enable qemu guest agent in vm options 
 +  - Boot VM, check diskmanager for offline secondary disks, Reboot
proxmox/pve/migration/esxi-pve.1757333591.txt.gz · Last modified: by admin