Update README.md

This commit is contained in:
Internet Addict 2024-04-20 09:15:20 +02:00
parent 27772a104f
commit b275df7529

View file

@ -14,7 +14,7 @@ You will need to have VMware and Proxmox server for this running both at the sam
Login into Proxmox web interface.
Navigate to storage ``Local > CT Storage > Templates``.
Navigate to storage ``Server > Local > CT Storage > Templates``.
Click on ``Templates`` and download Ubuntu 20.04.
@ -26,7 +26,7 @@ After finishing, right-click on server and create new cotainter with Ubuntu 20.0
``Server > Ubuntu > Console``
Navigate to work folder and donwload OVFtool from this repo this command:
Navigate to work folder and donwload OVFtool from this repo using this command:
```bash
cd /home/
wget https://weforgecode.xyz/amogus/VMware-to-Proxmox_Migration_Guide/raw/branch/main/ovftool.tar.gz
@ -34,7 +34,7 @@ tar -xzvf ./ovftool.tar.gz
rm ./ovftool.tar.gz
```
*Alternatively you can download it to your computer using [official link](https://developer.vmware.com/web/tool/ovf-tool/), or [download it from this guide](https://weforgecode.xyz/amogus/VMware-to-Proxmox_Migration_Guide/raw/branch/main/ovftool.zip). And the transfare the OVFtool to Ubuntu container using SCP.*
*Alternatively you can download it to your computer using [official link](https://developer.vmware.com/web/tool/ovf-tool/), or [download it from this guide](https://weforgecode.xyz/amogus/VMware-to-Proxmox_Migration_Guide/raw/branch/main/ovftool.zip). And the transfare the OVFtool to Ubuntu container using [SCP](https://en.wikipedia.org/wiki/Secure_copy_protocol).*
### 3. Install OVFtool
@ -110,6 +110,8 @@ chmod +x ./export.sh
``Server > Console``
Open server terminal.
Navigate to /var/lib/vz/template and create import.sh using same priciple like in step 4.
```bash
@ -186,6 +188,8 @@ chmod +x ./export.sh
Turn off the VM you want to migrate in VMware.
``Server > Ubuntu > Console``
Navigate to Ubuntu container and import and export VM using this command.
```bash
@ -223,10 +227,10 @@ pscp C:\path\to\vm-name-1.vmdk root@IP-ADRESS-OF-PROXMOX:/var/lib/vz/template
Open Proxmox web interface.
Navigate to server terminal.
``Server > Console``
Navigate to server terminal.
In terminal navigate to /var/lib/vz/template directory
```bash
@ -296,6 +300,8 @@ qm start $VMID
```
At first few lines of the script you can change ``local-lvm`` to change storage on your Proxmox and the script will import VM to that storage.
After that code save and exit using ``ctrl+x`` and then ``enter
And make it executable:
```bash