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:23] adminproxmox:pve:migration:esxi-pve [2025/09/08 19:30] (current) – [Windows] admin
Line 33: Line 33:
  
 === Debian === === Debian ===
 +
 +<code>
 +lsinitramfs /boot/initrd.img-$(uname -r) | grep virtio
 +</code>
  
 ==== Windows ==== ==== Windows ====
Line 48: 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 ====
  
   - Uninstall open-vm-tools<code>   - Uninstall open-vm-tools<code>
 +rpm -qa | grep vm                              # SLES
 zypper rm open-vm-tools                        # SLES zypper rm open-vm-tools                        # SLES
 apt remove open-vm-tools                       # Debian apt remove open-vm-tools                       # Debian
Line 60: Line 78:
 systemctl start qemu-guest-agent systemctl start qemu-guest-agent
 systemctl enable qemu-guest-agent systemctl enable qemu-guest-agent
 +systemctl status qemu-guest-agent
 </code> </code>
  
Line 67: 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.1757334226.txt.gz · Last modified: by admin