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 05:40] – [Windows] 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 79: Line 100:
 ==== Linux ==== ==== Linux ====
  
-  - 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>   - Install qemu guest agent<code>
 zypper ref && zypper in qemu-guest-agent       # SLES zypper ref && zypper in qemu-guest-agent       # SLES
Line 97: Line 113:
  
   - Add temporary 1 GB SCSI HDD   - Add temporary 1 GB SCSI HDD
 +  - Add virtio iso
   - Boot VM, install quemu guest agent and drivers   - Boot VM, install quemu guest agent and drivers
   - Restore network configuration to adapter(s) (might only work if old one was e1000(e))<code>   - Restore network configuration to adapter(s) (might only work if old one was e1000(e))<code>
 [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
  
  
-:!: If vm is a network license server, boot without network connection and check licensing status :!:+:!:  If vm is a network license server, boot without network connection and check licensing status
proxmox/pve/migration/esxi-pve.1759894800.txt.gz · Last modified: by gsys