Meteobridge VM on PROXMOX

From meteobridge
Revision as of 12:42, 20 May 2024 by Admin (Talk | contribs)

Jump to: navigation, search

When there is a PROXMOX VE installed on your machine you can use the Meteoridbe VM raw image (used for KVM) to setup a Meteobridge VM within your PROXMOX VE.

First setp is to create a new Meteobridge VM within your PROXMOX environment.

  • Direct your browser to the PROXMOX Web GUI and press "Create VM" button.
    Pm1.png
  • Insert "Meteobridge" as the name of the new VM and notice the VM ID (here "100") as you will need this later on to generate a disk image for this specific VM.
  • Goto "OS" tab and select "Do not use any media" and "Guest OS" type as "Other".
    Pm2.png    Pm3.png
  • Goto "Memory" tab and insert 256 MB as memory size. This is good enough for Meteobridge and it will not benefit from more.
  • Settings on the other tabs can stay at default values. Goto "Confirm" tab to check that all settings are like in the example below. Then press "Finish".
    Pm4.png    Pm5.png
  • As a result a new VM named "Meteobridge" with an VM ID (here "100") is created. You may need to click onto the "pve" row to make the newly created VM visible.
    Pm6.png

Now it is time to attach the Meteobridge image file to the created VM. First step is to bring the Meteobridge Image onto your PROXMOX VE. We recommend to login via SSH on the PROXMOX VE as root user and then to download the Meteobridge raw image via wget on the command line:

wget -O meteobridge.img.gz https://admin.meteobridge.com/files/meteobridge-mbx86-v1.0-16G.img.gz

Next the compressed image needs to be uncompressed:

gunzip meteobridge.img.gz

This will take some time and results into a 16GB image file.

Next step is to make the disk image available for your Meteobridge VM. You do that by issuing the commnd:

qm disk import 100 meteobridge.img local-lvm -format raw

PROXMOX will create the new disk and it will be named "unused0:local-lvm:vm-100-disk-1" or alike.

Now you can leave the command line and continue setup with the Web GUI.


Next step is to setup the Meteobridge VM within PROXMOX without attaching a disk to i