<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://wiki.grunwald.systems/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.grunwald.systems/feed.php">
        <title>fachinformatiker-wiki - proxmox:pve:migration</title>
        <description>it&#039;s easy when it&#039;s here</description>
        <link>http://wiki.grunwald.systems/</link>
        <image rdf:resource="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-29T12:17:05+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/proxmox/pve/migration/esxi-pve?rev=1760461627&amp;do=diff"/>
                <rdf:li rdf:resource="http://wiki.grunwald.systems/proxmox/pve/migration/pve-pve?rev=1757447768&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg">
        <title>fachinformatiker-wiki</title>
        <link>http://wiki.grunwald.systems/</link>
        <url>http://wiki.grunwald.systems/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="http://wiki.grunwald.systems/proxmox/pve/migration/esxi-pve?rev=1760461627&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-10-14T17:07:07+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Migration from ESXi to Proxmox</title>
        <link>http://wiki.grunwald.systems/proxmox/pve/migration/esxi-pve?rev=1760461627&amp;do=diff</link>
        <description>Migration from ESXi to Proxmox

Pre-Migration

Linux

	*  Uninstall open-vm-tools/VMware Tools

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</description>
    </item>
    <item rdf:about="http://wiki.grunwald.systems/proxmox/pve/migration/pve-pve?rev=1757447768&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-09-09T19:56:08+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Migration from Proxmox to Proxmox</title>
        <link>http://wiki.grunwald.systems/proxmox/pve/migration/pve-pve?rev=1757447768&amp;do=diff</link>
        <description>Migration from Proxmox to Proxmox


tar -cvzf /root/$(hostname)-vm-config.tar.gz -C /etc/pve/qemu-server .
scp pve-vm-config.tar.gz root@192.168.69.39:/root
mkdir /root/pve-config
tar -xvzf pve-vm-config.tar.gz -C /root/pve-config
cp -p /root/pve-config/* /etc/pve/qemu-server
ls -al /etc/pve/qemu-server/

find /etc/pve/qemu-server/ -maxdepth 1 -type f -name &#039;*.conf&#039; -exec sed -i &#039;s/local-tmp1/remote-tmp1/g&#039; {} \;
find /etc/pve/qemu-server/ -maxdepth 1 -type f -name &#039;*.conf&#039; -exec sed -i &#039;s/local…</description>
    </item>
</rdf:RDF>
