qm set

  1. R

    [SOLVED] How to add a virtual disk to VM via command line qm set?

    Hi, maybe a very simple question but reading https://pve.proxmox.com/pve-docs/qm.1.html I didn't understand how to use the qm set command for adding a second virtual disk to an existing VM. What I'm looking for is the equivalent to VM Management -> Add -> Hard Disk -> (default settings: SCSI...
  2. V

    change the local ip on the cloned machine via qm

    There is no problem with cloning templates, this is done by the command qm clone 252 1003 --name 3 And then after coning, I wanted to change the ip qm set 1003 --ipconfig0 ip=192.168.0.3/24,gw=192.168.0.1 See response update VM 1003: -ipconfig0 ip=192.168.0.3/24,gw=192.168.0.1 I reboot VM 1003...