User Tools

Site Tools


computing:proxmux

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
Next revisionBoth sides next revision
computing:proxmux [2023/12/23 22:13] oemb1905computing:proxmux [2023/12/24 04:44] oemb1905
Line 14: Line 14:
  
   qm importdisk 500 hub.jonathanhaack.com.qcow2 <dataset>   qm importdisk 500 hub.jonathanhaack.com.qcow2 <dataset>
-  qm set 500 --scsi0 vms:vm-500-disk-0+  qm set 500 --scsi0 vms:vm-500-disk-0 [sets boot order to make this primary]
      
-These commands bring in the image block by blockand then re-assign the virtual disk that VM 500 uses to the image you just brought ininstead of the placeholder image you created in the GUI during the step prior. In order to export a VM at the command line, execute:+Alternatelyif you just want to attach a raw image fileor VDD, to an existing proxmox VM, just do the following: 
 + 
 +  qm importdisk <vmid> obstorage.img <dataset> 
 +   
 +After that, you can add storage in hardware within the VM settings to attach this image. In order to export a VM at the command line, execute:
  
   vzdump <vmID>   vzdump <vmID>
Line 61: Line 65:
   auto vmbr0   auto vmbr0
   iface vmbr0 inet static   iface vmbr0 inet static
-      address 10.18.18.2/24 +      address 10.13.13.2/24 
-      gateway 10.18.18.1+      gateway 10.13.13.1
       bridge-ports enp0s31f6       bridge-ports enp0s31f6
       bridge-stp off       bridge-stp off