Questions tagged [proxmox]

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an open-source Debian-based virtualization server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using OpenVZ) and full virtualization (using KVM). Proxmox VE has a web-based management interface and a custom kernel optimized for a virtualization environment.

Proxmox VE (Proxmox Virtual Environment; short form: PVE) is an server. It is an easy-to-use turnkey solution for virtualization, providing container-based virtualization (using - in older version using ) and full virtualization (using ). Proxmox VE has a management interface and a custom optimized for a virtualization environment.

Useful Links:

245 questions
1
vote
1 answer

How to get VM backup status via Proxmox VE API?

Using the Proxmox VE API I want to get status information for all all configured backup jobs (those you can find below cluster/backup/{id}/). There I can see which VMs are being backed up and when the backup should take place but I can't see the…
frans
  • 8,868
  • 11
  • 58
  • 132
1
vote
1 answer

Get CPU model name using Proxmox API

I use Proxmox REST API to get info about hypervisors. I am able to iterate nodes/storages/qemu and get basic info about every item. Like this is path for storages: $path = "/nodes/$nodeId/storage"; But I can't find an exact CPU model name like 24 x…
Joe Bobson
  • 1,216
  • 15
  • 19
1
vote
1 answer

implode an array with ","

I call the Proxmox API to get the names of the vm in each node. This part of code works well (more complete part of my code at the end of this post) : foreach ($arrays['data'] as $array) { echo $array['name']; } echo : vm1vm2vm3. But I would…
Robg
  • 29
  • 6
1
vote
1 answer

Create LXC Containers On Proxmox With KeyCtl and Nesting

I have successfully created Ansible playbooks and roles to create and provision LXC containers on Proxmox. I'm now looking to use Ansible to run docker-compose files, ideally with the ability to spin up LXCs to run them on first. I've created…
Cuthbert
  • 11
  • 1
  • 2
1
vote
0 answers

How can I best measure SPICE VDI Bandwidth usage in Proxmox?

I'm trying to figure out how much bandwidth SPICE requires for office and multimedia usage, but each post that I read, has a different bandwidth usage. In some place, I read that for office 150 kilobits per seconds it's ok for office and 1 megabit…
Andrés
  • 624
  • 7
  • 12
1
vote
2 answers

How to configure https VM on Proxmox to avoid cURL error 7 port 443: Connection refused?

I have a website running on a VM on Proxmox. Public IP -> Host Proxmox -> Private IP of the VM https -> Certificate SSL given by the Host Proxmox -> http on the private IP of the VM On the client side (from outside) all is ok. On the server side…
G.Lebret
  • 2,826
  • 2
  • 16
  • 27
1
vote
0 answers

"Microsoft Windows 10 Enterprise 2016 LTSB 10.0.14393 Version 1607" fails on boot in qemu/kvm (proxmox)

I have played with different versions of windows 10 inside qemu/kvm (proxmox) and all of them works fine except: "Microsoft Windows 10 Enterprise 2016 LTSB 10.0.14393 Version 1607". I don't think that the problem is connected with proxmox itself. As…
1
vote
1 answer

Docker swarm in LXC containers

everyone! I am a newcomer to linux kernel modules and I hope you can give me a helping hand. I am using Proxmox 5.4-4/97a96833, latest updates and kernel version 4.15.18-13-pve. I am running multiple LXC containers based on Ubuntu 18.04. Inside…
Denis Rendler
  • 193
  • 1
  • 1
  • 15
1
vote
1 answer

How can I export a template converted from a container in Proxmox?

I have a Proxmox server, in it I created a container. I customized it, then I converted it to a template, and I could created linked clones. How can I export this template converted from a container so I can use it on another Proxmox server ? Thank…
THESorcerer
  • 989
  • 9
  • 19
1
vote
1 answer

Network config of container (LXC) with multiple IPs not working after upgrade to Debian 9

We have a proxy LXC container running on a Proxmox server with multiple IPs (and mac addresses) with no issues. The hosting company (OVH) indications have been to add each IP with its own virtual mac all pointing at the host machine default gateway.…
luison
  • 1,850
  • 1
  • 19
  • 33
1
vote
1 answer

Ceph Cluster down

I have a cluster with three Ceph nodes. The cluster was working fine, until we move one host to other physical location, since it we have the third node down, alwaya said OSD/MON down, and degraded data redundancy objects.
1
vote
1 answer

Proxmoxer required for this module

I keep getting this error when try create ProxMox containers using Ansible. Has anyone know how to fix this? Im trying to create Proxmox VE cluster containers. Uses LXD containers. Here is my playbook - hosts: proxmox user: root tasks: …
Prav
  • 2,785
  • 1
  • 21
  • 30
1
vote
1 answer

Proxmox with OPNsense as Firewall/GW - routing issue

This setup should be based on a proxmox, being behind a opnsense VM hosted on the Proxmox itself which will protect proxmox, offer a firewall, a privat LAN and DHCP/DNS to the VMs and offer a IPsec connection into the LAN to access all VMs/Proxmox…
Eugen Mayer
  • 8,942
  • 4
  • 33
  • 57
1
vote
1 answer

Error installing Mirantis Openstack

I am trying to install Mirantis OpenStack on a Linux VM in Proxmox using the provided virtualbox scripts. The problem is I get the error: VT-x is not avalable(VERR_VMX_NO_VMX) when I try to run the launch script. I have nested virtualization…
Boanta Ionut
  • 402
  • 8
  • 24
1
vote
1 answer

kernel panic on proxmox 4.4

I have recently upgraded my proxmox host from 3.3 to 4.4 and now the OS is not booting and it gives me a kernel panic error. I use a dedicated server from host.ag How do I solve it?