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 [2025/09/08 14:09] – [Windows] admin | proxmox:pve:migration:esxi-pve [2025/09/08 19:30] (current) – [Windows] admin | ||
---|---|---|---|
Line 31: | Line 31: | ||
https:// | https:// | ||
+ | |||
+ | === Debian === | ||
+ | |||
+ | < | ||
+ | lsinitramfs / | ||
+ | </ | ||
==== Windows ==== | ==== Windows ==== | ||
- Uninstall VMware Tools | - Uninstall VMware Tools | ||
+ | |||
+ | ===== Migration ===== | ||
+ | |||
+ | ==== Windows ==== | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | ==== Linux ==== | ||
===== Post-Migration ===== | ===== Post-Migration ===== | ||
+ | |||
+ | |||
+ | |||
+ | < | ||
+ | PS C: | ||
+ | |||
+ | Status | ||
+ | ------ | ||
+ | Running | ||
+ | </ | ||
+ | < | ||
+ | qm agent < | ||
+ | </ | ||
==== Linux ==== | ==== Linux ==== | ||
- | - install | + | - Uninstall open-vm-tools< |
+ | rpm -qa | grep vm # SLES | ||
+ | zypper rm open-vm-tools | ||
+ | apt remove open-vm-tools | ||
+ | </ | ||
+ | - Install qemu guest agent< | ||
+ | zypper ref && zypper in qemu-guest-agent | ||
+ | apt update && apt install | ||
+ | systemctl start qemu-guest-agent | ||
+ | systemctl enable qemu-guest-agent | ||
+ | systemctl status qemu-guest-agent | ||
+ | </ | ||
Line 47: | Line 86: | ||
- Add temporary 1 GB SCSI HDD | - Add temporary 1 GB SCSI HDD | ||
- | - Boot VM and install quemu guest agent and drivers | + | - Boot VM, install 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))< |
+ | [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]</ | ||
+ | - 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.1757333362.txt.gz · Last modified: by admin