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/10/08 06:32] – [Linux] gsysproxmox:pve:migration:esxi-pve [2025/10/14 19:07] (current) – [Linux] gsys
Line 4: Line 4:
  
 ==== Linux ==== ==== Linux ====
 +
 +  - Uninstall open-vm-tools/VMware Tools<code>
 +rpm -qa | grep vm                              # SLES
 +zypper se open-vm-tools                        # SLES  
 +zypper rm open-vm-tools                        # SLES  
 +apt remove open-vm-tools                       # Debian  
 +vmware-uninstall-tools.pl                      # Linux VMware Tools  
 +</code> https://knowledge.broadcom.com/external/article/339581/uninstalling-open-vmware-tools-included.html
  
 === SLES === === SLES ===
Line 41: Line 49:
 </code> </code>
  
 +==== Unix ====
 +=== FreeBSD ===
 +
 +  - Uninstall open-vm-tools/VMware Tools
 +  - Disable hardware checksum offload (pfSense: System > Advanced > Networking)
 +  - Backup Config if firewall (pfSense/OPNsense)
 +    - Rename Interfaces in config to e.g. normal interface ''vtnet1'' vlan interface ''vtnet1.123''
 ==== Windows ==== ==== Windows ====
  
Line 56: Line 71:
   - Set VM ID   - Set VM ID
   - Set VM name   - Set VM name
 +  - Checkmark prepare for VirtIO-SCSI
   - Set NIC to VirtIO and set Bridge   - Set NIC to VirtIO and set Bridge
   - Import   - Import
Line 62: Line 78:
 ==== Linux ==== ==== Linux ====
  
 +  - Set VM ID
 +  - Set VM name
 +  - Set SCSI Controller to VirtIO-SCSI single and disks to scsiN
 +  - Set NIC to VirtIO and set Bridge
 +  - Import
 ===== Post-Migration ===== ===== Post-Migration =====
  
Line 78: Line 99:
  
 ==== Linux ==== ==== Linux ====
- 
-  - Uninstall open-vm-tools/VMware Tools<code> 
-rpm -qa | grep vm                              # SLES 
-zypper rm open-vm-tools                        # SLES 
-apt remove open-vm-tools                       # Debian 
-vmware-uninstall-tools.pl                      # Linux VMware Tools 
-</code> https://knowledge.broadcom.com/external/article/339581/uninstalling-open-vmware-tools-included.html 
  
   - Install qemu guest agent<code>   - Install qemu guest agent<code>
Line 104: Line 118:
 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]</code> [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Interfaces]</code>
   - Shutdown VM, reattach SATA VM disks as SCSI and remove temporary 1 GB disk   - Shutdown VM, reattach SATA VM disks as SCSI and remove temporary 1 GB disk
 +      - Set cache to writeback and enable discard
   - Adjust boot order and enable qemu guest agent in vm options   - Adjust boot order and enable qemu guest agent in vm options
   - Boot VM, check diskmanager for offline secondary disks, Reboot   - Boot VM, check diskmanager for offline secondary disks, Reboot
proxmox/pve/migration/esxi-pve.1759897977.txt.gz · Last modified: by gsys