Search results

  1. N

    OOM

    Well, useless complexity to me equals automated hourly snapshots and nightly image backups of the VM. We have a 3 node cluster running CEPH with our firewall, for true HA failover in the event of hardware; that box has much more RAM and doesnt get this problem. Besides, thats boring. :)
  2. N

    OOM

    I am being plagued by OOM. I know, I know, there are a million posts about this ... I just want to run something by the forums. I use a small mini appliance to run our firewall product. VM: Kerio Control with 1 GB RAM. HOST: 4 GB RAM, 2 x 128 GB SSD on ZFS RAID 1. Questions, ZFS says it...
  3. N

    Proxmox Backup Server (beta)

    I thought so too, but it completes the update and says nothing to do! haha ... I'm using these as my repo: deb http://ftp.debian.org/debian buster main contrib deb http://ftp.debian.org/debian buster-updates main contrib # PVE pve-no-subscription repository provided by proxmox.com, # NOT...
  4. N

    PVE Backup / Disaster Recovery

    I am currently using vzdump to backup via NFS to a second PVE host. Then with scripting restoring the backup archive and starting to verify boot on VMs. Can this be used in a similar fashion to not only backup the VM but also run it? Can the PVE Backup Server also be used as a disaster...
  5. N

    Proxmox Backup Server (beta)

    " Q: How does this integrate into Proxmox VE? A: Just add your Proxmox Backup Server storage as new storage backup target to your Proxmox VE. Make sure that you have at least pve-manager 6.2-9 installed." How do I get to 6.2-9? I just installed a fresh ISO and it only goes to 6.2-4?
  6. N

    VNC error on Promox v6

    Cleared cache and still doesn't work on Safari. But no worries, really not a problem, I can use Chrome when installing machines. Once they are up I use SSH or RDP. I'll keep an eye on out on new versions. Thanks for the reply @Moayad !
  7. N

    VNC error on Promox v6

    Ugh. Chrome works! haha GTK, but any fix for Safari? If not, not end of the world, just thought I would share. I should have thought of that too. :rolleyes:
  8. N

    VNC error on Promox v6

    First time setting up Proxmox v6 and i get this VNC error. Ideas?
  9. N

    create a screenshot of the virtual machine

    Hey there, thanks to @Moayad for pointing me in this direction I got it to work! You can make screendump with API CLI [0], also you can write an bash script to do that. Example: # pvesh create /nodes/{node}/qemu/{vmid}/monitor --command "screendump /tmp/test" # display /tmp/test
  10. N

    CLI command 'qm status' and 'qm list' reports an incorrect status if VM paused

    You sir are a life saver, thanks for pointing me in that direction!
  11. N

    create a screenshot of the virtual machine

    Has anyone been able to figure out how to pipe commands into the qm monitor? I have a project and the ability to grab a screenshot is necessary! Tried using SOCAT, but I'm not familiar with how it works, or if it even does. This is a new install of PVE 5.4. Thanks in advance!
  12. N

    CLI command 'qm status' and 'qm list' reports an incorrect status if VM paused

    Bump: curious if anyone got this to work? I'm also trying to do something of the sort. I'm trying to script this: use qm monitor to use screen dump to capture the console to a PNG. I've tried: qm monitor 100 << screendump /root/100p.png qm monitor 100 >> screendump /root/100p.png qm monitor...
  13. N

    Cant start PVEPROXY

    Thanks for the reply. The /var/run/pveproxy looks like this: drwx------ 2 www-data www-data 80 Apr 11 11:30 pveproxy but the contents of that directory are different than other pve servers I have. It looks like this: root@TRIAD-PVE01:/var/run/pveproxy# ls -la total 4 drwx------ 2...
  14. N

    Cant start PVEPROXY

    Ive read a few posts here about this issue, but none seem to be my issue. Here is what happened. We installed MegaRaid MSM management software so I could monitor / maintain the built in RAID. Then, we had a problem, so I uninstalled it. After that I lost the GUI for Proxmox. When I try to start...
  15. N

    SNMP Monitoring

    I am interested in something very similar. I also use PRTG to monitor my entire network including the virtual hosts, but I want to find a way to monitor the customer status. To make sure in a machine hasn’t lost quorum. Any ideas?
  16. N

    Host key verification failed.

    DISREGARD! The host from which it was connecting had to add the ssh key. All is good now.
  17. N

    Host key verification failed.

    I have a 3 node cluster setup now and all looks to be working well! However, when I setup the last node, I typed the IP address wrong. I have a LAN network, SAN network, and a Cluster network. The cluster setup just fine because it uses an IP network different than the LAN. Now, I changed it in...
  18. N

    Random cluster breakup

    Going on 12 hours, so thank you for your hints in the syslog, but I think we're onto it now!
  19. N

    Random cluster breakup

    Update. I rebuilt using a dedicated network / for the cluster and it works! So maybe the new version is more chatty. It just wouldn’t work over the regular lan as it used to. Too much cross talk maybe. So anyways, that’s good! Now question, can I bond two NICs to be used as the cluster network?
  20. N

    Random cluster breakup

    Thanks for clarifying! That’s what I was afraid of though. It must be my switching gear. But something else must have changed in the corosync package. Is it more chatty? Pve3 never a problem. However I think a dedicated cluster network is probably the most reliable anyways.