Recent content by elvinmammadov

  1. E

    High committed memory

    Thank you very much for your help. I have disabled the threshold in Checkmk.
  2. 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...
  3. E

    USB Drive not found after a while

    Thank you for your help. We are using Dell Servers, most of them has the same problem.
  4. E

    USB Drive not found after a while

    Hello,. I am attaching the logs for your review. Currently USB Derive doesn't appear in Windows. After restarting Proxmox, then USB Drive is visible in Windows. root@PROX1:~# journalctl -b | grep usb May 28 00:08:32 PROX1 kernel: usbcore: registered new interface driver usbfs May 28 00:08:32...
  5. 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...
  6. E

    High memory usage

    I have read the manual, used the command echo "$[10 * 1024*1024*1024]" >/sys/module/zfs/parameters/zfs_arc_max, now the momery usage is okay. And also added the command options zfs zfs_arc_max=8589934592 to /etc/modprobe.d/zfs.conf. Thank you for your help.
  7. E

    High memory usage

    Hello. Thank you for your replies. We use the default Replication of Proxmox, that syncronizes VMs between two Proxmox servers. I run the command arc_summary and it showed the following result. As it uses the full memory, the monitoring server always sends alerts. The result of arc_summary...
  8. 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...
  9. 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...
  10. E

    Can't hear audio from VM

    Thank you for your reply. I want to use Anydesk for remote administration. Spice is also important for Anydesk audio?
  11. 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?
  12. E

    NAT Port Forwarding

    Hello, I would like to mention that, the Veeam Backup Server is on different location. In the backup configuration I have typed the Public IP of Veeam Backup, but in the backup process the agent also tries to connect to internal IP address. That's why in the past we have used NAT Forwarding in...
  13. E

    NAT Port Forwarding

    Unfortunately reboot didn't help.
  14. E

    NAT Port Forwarding

    Thank you for your reply. I added it to network interface file, but it still gives the same error, cannot reach the internal ip address. post-up iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 2500 -j DNAT --to 192.168.105.1:2500 post-down iptables -t nat -D PREROUTING -i vmbr0 -p tcp...
  15. 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...