Search results

  1. H

    VMID range

    Is there a way to restrict the VMIDs to a certain range(s)?
  2. H

    Remove node from cluster

    How do I remove a node from a cluster?
  3. H

    Migrate VM to different host

    how do i do a backup/restore? is there an option to export to an ovf?
  4. H

    Migrate VM to different host

    How can I migrate a VM to another Proxmox host that is not in the same cluster?
  5. H

    VM shutdown on host shutdown.

    do i need to explicitly configure something?
  6. H

    VM shutdown on host shutdown.

    Does proxmox initiate a proper guest shutdown in the VM when shuting down the host?
  7. H

    delete cd drive

    i've figured it out. pvesh set nodes/NODE/qemu/VMID/config -delete=ide2
  8. H

    delete cd drive

    how do i delete the CD drive via pvesh?
  9. H

    Proxmox 7 fast reboot with kexec?

    i tried the instructions posted above, but i get systemctl kexec No boot loader entry suitable as default, refusing to guess.
  10. H

    Proxmox VE 7.1 released!

    what exactly is the problem?
  11. H

    rpcbind, spiceproxy

    is it safe to disable rpcbind (tcp 111) and spiceproxy (tcp 3128)?
  12. H

    Proxmox VE 7.1 released!

    i presume this removes /etc/apt/sources.list.d/pve-enterprise.list ? but that would just update the debian components?
  13. H

    scripted qemu ipxe

    can i run a script in qemu's ipxe via the proxmox api? trying to have it execute the following: set net0/ip 192.168.0.2 set net0/netmask 255.255.255.0 set net0/gateway 192.168.0.1 set net0/dns 8.8.8.8 ifopen net0 kernel http://example.com/vmlinuz initrd=initrd.gz initrd...
  14. H

    Proxmox VE 7.1 released!

    how can i uprade to 7.1 from 7.0 with the free version?
  15. H

    Modify vnic via API.

    How can I modify the properties vnic of a VM with /nodes/{node}/qemu/{vmid}/config while preserving existing properties? eg. i have a vm nic with: virtio=XX:XX:XX:XX:XX:XX,bridge=vmbr0,mtu=9000 and i like to disable the vnic with link_down=1, how can i do this without having to read / parse the...
  16. H

    Concurrent cloning of VM?

    but it's not making modifications, only reading the source. :confused: in any case, is there a way to wait/queue the request until the lock becomes available rather than failing?
  17. H

    Concurrent cloning of VM?

    is it possible to clone a VM via concurrent requests? I'm getting 500 can't lock file '/var/lock/qemu-server/lock-100.conf' - got timeout when I try.