Search results

  1. D

    HA Best Practice

    For a high-availability (HA) setup, a three-node configuration is required. The third node can be a low-spec device, such as a laptop or an Atom mini-PC. For testing or non-production purposes, you could set up Proxmox within a virtual machine (VM) on the second node, while the primary load runs...
  2. D

    ProxMox RAM usage problem for Zabbix

    Check that you have the QEMU Guest Agent installed and running; this might be helpful. Refer to the following guide for more information: https://pve.proxmox.com/wiki/Qemu-guest-agent Note that ProxmoxVE will display combined usage, which includes both used memory and buffers. which seems...
  3. D

    Running Proxmox on Cloud Infrastructure (Azure, AWS etc.)?

    Hi, I got ProxmoxVE on Oracle Cloud OCI up and running and wrote an article on same too https://deependhulla.medium.com/implementing-proxmox-ve-on-oracle-cloud-oci-a-comprehensive-guide-f66152a095a3
  4. D

    VM shows 0.0% disk usage

    Nice point get it from Quest-Agent, can you share section change.. so respective code can be taken ..also does this shows all extra attached disk or only boot disk ?
  5. D

    Proxmox GUI/SSH behind Firewall issue

    Hard to Guess, get it in a diagram format using yuml.me , to guide you, best to access PVE node like a VPN/EDGE we have done using Wireguard for some customer and some with Zerotier VPN, so one can access and have traffic routed via it.
  6. D

    VM shows 0.0% disk usage

    Complete code with ceph rbd and ZFS is as below , keep in mind zfs would show more size than actual allocated , example 100GB is take as 155GB , is snapshot is attached. ##### CODE TO FETCH VM DISK USAGE FROM CEPH + ZFS POOL START ##### my @bootdiskorder = split('=', $conf->{boot}); my...
  7. D

    proxmox netapp storage plugin

    Does this still work with Proxmox VE 8?
  8. D

    How to implement and configure Tenancy with ProxMox

    Yes it does, check this Link for diagram for same : https://www.oreilly.com/library/view/mastering-proxmox/9781788397605/fd548061-b6f7-4297-a0f3-8d8c2ddf12ba.xhtml , its a multi-tenant network diagramhaving an example of a network diagram of a typical cloud service provider who provides IaaS...
  9. D

    Show disks in GUI named by their drive bay?

    I recommend adding an "Assign Section" feature, specifying the row and slot (for example, Row 1, Slot 1). This would allow for efficient tracking and assignment of hardware HDD/SSD/NVme components. For instance, when the operating system is installed on a server model for the first time, and the...
  10. D

    VM shows 0.0% disk usage

    I hope your storage uses Ceph RBD, as the code is currently designed exclusively for Ceph Storage (I will publish ZFS Storage compatibility soon), authored by me. Additionally, for syslog, which is not installed by default in PVE8, you will need to install the rsyslog package.
  11. D

    API - Get the backup status of specific VMID

    There is not direct endpoint for getting Backup status for a VMID..as how to get a UID for Task for a given backup ..??
  12. D

    VM shows 0.0% disk usage

    Work-Around Fix for Ceph-Storage Usage for VM Usage in Proxmox Virtual Environment (PVE) Cluster. Would submit the code in bugzilla too (will have to check Development guideline too) and would be working on ZFS storage too, soon ; as its another popular in PVE Cluster setup, sharing it if any...
  13. D

    Architecture multi clusters with ceph

    Using snapshots for sending differences between Primary and DR clusters. Maintaining three copies of data on both Primary and DR. Example: VM 100, disk-0, with snapshots vm-disk-0-snap-first, vm-disk-0-snap-2nd, vm-disk-0-snap-3rd. Primary DC goes down before vm-disk-0-snap-3rd is copied. On DR...
  14. D

    Architecture multi clusters with ceph

    While a Stretch Cluster is a valuable concept, ensuring the verification of virtual machines at the Disaster Recovery (DR) site can be a challenging aspect. This challenge motivated me to explore alternative methods, such as utilizing the "rbd export-diff" and "rbd import-diff" commands, in...
  15. D

    Hotplug of CPU and RAM

    Some Funny thing noted with Windows 2012 & 2016 VM , hotplug to increase RAM & CPU works. but the Keyboard in proxmox Console Stops working , one can mange it via RDP and get keyboard access in console only after VM is rebooted.
  16. D

    Problem with VirtIO in Windows Server 2012 r2 installation

    Version virtio-win-0.1.189.iso for Windows 2012 R2 ..also helped, one of our customer too, Suggest to update in Proxmox WIKI https://pve.proxmox.com/wiki/Windows_2012_guest_best_practices to help users.
  17. D

    MSSQL on ZFS

    Yes, it seems so. I have requested the vendor whose application it is to check with their developer about the MSSQL-DB and the application, to determine what help they might need from our side in the VM. It appears that all options have been tried out. let see if I get any update/fix or...
  18. D

    MSSQL on ZFS

    No Luck , performance does not improves. even for 500MB DB...which run smooth on LVM storage while OS and other file-copy is too fast..only MSSQL DB query is too low.
  19. D

    MSSQL on ZFS

    @LnxBil your suggestion is as below, if I am right in understanding ... will get it checked with team and would give feedback. zfs get sync data_02 zfs set sync=disabled data_02 if not reset it back to zfs set sync=standard data_02 https://forum.proxmox.com/threads/zfs-sync-disabled.37900/