proxmox:pve:migration:esxi-pve
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| proxmox:pve:migration:esxi-pve [2026/08/15 15:56] – gsys | proxmox:pve:migration:esxi-pve [2026/08/23 15:11] (current) – [Linux] gsys | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ==== Linux ==== | ==== Linux ==== | ||
| - | - Uninstall open-vm-tools/ | + | Uninstall open-vm-tools/ |
| + | < | ||
| rpm -qa | grep vm # SLES | rpm -qa | grep vm # SLES | ||
| zypper se open-vm-tools | zypper se open-vm-tools | ||
| Line 11: | Line 12: | ||
| apt remove open-vm-tools | apt remove open-vm-tools | ||
| vmware-uninstall-tools.pl | vmware-uninstall-tools.pl | ||
| - | </ | + | </ |
| + | |||
| + | https:// | ||
| + | if dependencies might break system, disable open vm tools: | ||
| + | < | ||
| systemctl stop vgauthd open-vm-tools | systemctl stop vgauthd open-vm-tools | ||
| systemctl disable vgauthd open-vm-tools | systemctl disable vgauthd open-vm-tools | ||
| + | systemctl stop vgauthd vmtoolsd | ||
| + | systemctl disable vgauthd vmtoolsd | ||
| </ | </ | ||
| === SLES === | === SLES === | ||
| + | == Option 1 == | ||
| < | < | ||
| grep CONFIG_VIRTIO / | grep CONFIG_VIRTIO / | ||
| Line 38: | Line 46: | ||
| </ | </ | ||
| + | |||
| + | == Option 2 == | ||
| + | |||
| + | check available drivers | ||
| < | < | ||
| lsmod | grep virtio | lsmod | grep virtio | ||
| - | dracut -f / | + | </ |
| + | |||
| + | force adding the drivers | ||
| + | < | ||
| + | dracut -f / | ||
| + | </ | ||
| + | |||
| + | check initial ramdisk for drivers | ||
| + | < | ||
| lsinitrd / | lsinitrd / | ||
| </ | </ | ||
| Line 48: | Line 68: | ||
| === Debian === | === Debian === | ||
| + | check initial RAM filesystem | ||
| < | < | ||
| lsinitramfs / | lsinitramfs / | ||
| Line 110: | Line 131: | ||
| systemctl status qemu-guest-agent | systemctl status qemu-guest-agent | ||
| </ | </ | ||
| + | - Change interface names in network configs e.g. '' | ||
proxmox/pve/migration/esxi-pve.1786802184.txt.gz · Last modified: by gsys