Search results

  1. E

    High committed memory

    Hello, We have a Dell server running with Proxmox 8. The server has 64GB RAM. 1st VM has 36GB RAM 2nd VM has 16GB RAM 3rd VM has 4GB RAM Checkmk showed that there is a high memory usage on the server. I have noticed in the Proxmox shell that VMs uses high Virtual memory than allocated...
  2. E

    USB Drive not found after a while

    Hello, We are using a USb Drive connected to a Proxmox Server and attached to a Windows VM. It is working well, so we can save files in a USB Drive. But after some days, USB Drive in Windows disappears. Rebooting Windows doesn't find the problem. After rebooting the Proxmox server, USb Drive...
  3. E

    High memory usage

    Hello, We are have two Dell Servers and they are running Proxmox v7.2 with replication. The both server has 64Gb RAM. But the memory usage is high. Could you please let me know if it is normal for the Replication in Proxmox? If yes, why it shows high memory usage? Thanks. Server A RAM usage...
  4. E

    How to use only Performance-cores?

    Hello, We have a new server with i9-13900. It has performance and efficiency cores. Is it possible to use only performance cores for the VM? Or is it possible to disable efficiency cores in Proxmox? Thanks. CPU Specifications Total Cores: 24 Number of performance cores: 8 Number of efficiency...
  5. E

    Can't hear audio from VM

    Hello, I have a Ubuntu VM in Proxmox. For example I open a Youtube in Chrome, but I can't hear audio. I added Audio Device and Backend Driver, but it didn't help, so I have removed Audio Device. I also used Anydesk, but it is also same there. Could you please help me to solve it?
  6. E

    NAT Port Forwarding

    Hello, We have a server in Datacenter and it has 2 partitions, the one for Proxmox system, and the other for VMs. It has 1 public IP Address. We have installed Veeam Backup agent to take backup of Proxmox partition every day. Backup server is located in other Datacenter. Backup job fails...
  7. E

    How to stop PVE Kernel upgrade

    Hello, We would like to disable PVE Kernel upgrade during Linux update. Could you please let me know how I can do it? Thanks.
  8. E

    How to delay first VM after a certain service startup

    Hello, I have a Proxmox server running with a DRBD service. After reboot, when DRBD service starts late, VMs don't start up. I found a article, it says add this code into pve-guests.service. ExecStartPre=/bin/sleep 30...
  9. E

    Removed bond appears again after reboot

    Hello, I have removed bond0 from interface list, and rebooted, but after reboot it comes back again. How can I remove it completely? It doesn't see in /etc/network/interfaces file, but when I run "ip a", it shows bond0. 12: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN...
  10. E

    VM Network not working normal

    Hello, We have a strange network problem. Proxmox uses bond (vmbr0) interface . VM also uses vmbr0 interface. We often loose connection to a VM. When I ping the VM ip address from workstations, ping drops too much, but if I ping Proxmox ip address, it goes smooth. Just in case I pinged VM ip...
  11. E

    Having problem after renaming int name to eth0

    Hello, We have a Proxmox server which has 7 ethernet ports. We have created udev rule to change the interface names to eth0, 1, 2, 3 and etc. But after reboot, the original int name doesn't change to eth0. The other interface names is changed. If change eth0 to eth9, then it works. I have...
  12. E

    Vlan configuration not working

    Hello. I want to use Vlan2 (tagged) for my VMs, but Vlan1 (untagged) for Proxmox itself. But Vlan for VM doesn't work. Could you please help me? auto lo iface lo inet loopback iface eth0 inet manual auto eth1 iface eth1 inet static address 10.10.100.1/24 # Proxmox Management...
  13. E

    SSLCertificate problem

    Hello, After a fresh installation of Proxmox, we have taken a backup of Proxmox and restore it into new servers. But in Mozilla Firefox, we cannot login Proxmox, because their SSL Certificate are same, but in Chrome it is ok, we can login. We want to prepare an image of Proxmox for future...
  14. E

    Certificate problem

    Hello, After a fresh installation of Proxmox, we have taken a backup of Proxmox and restore it into new servers. But in Mozilla Firefox, we cannot login Proxmox, because their SSL Certificate are same, but in Chrome it is ok, we can login. We want to prepare an image of Proxmox for future...
  15. E

    Vlan not working

    Hello, I want to use Vlans in Proxmox. I am using the following configuration. I can connect to Promox under the same Vlan ID, and Virtual Machines can see each other under the same Vlan ID. Proxmox and Virtual Machines use different Vlans. The problem is I can't connect Virtual Machine from...