Search results

  1. D

    Optimize performance of noVNC

    Hello Guys, I was thinking to optimize the overall performance of noVNC, I did check and HTTP2 is not enabled by default in Proxmox. Maybe with http2 possible to speedup noVNC and reduce the latency (?)? Any ideas?
  2. D

    Proxmox network configuration for Hetzner Failover IP

    Hello Dear users , I'm trying to configure a hetzner's failover IP in Proxmox VE (4.4) with these configuration: auto vmbr2 iface vmbr2 inet static address <MY-IP> netmask 255.255.255.255 pointopoint <MY-IP> gateway <MY-IP> bridge_ports eth0...
  3. D

    [SOLVED] Apply network changes without reboot

    Hello , I've added new bridge in Proxmox but Server are in production. Is it possible to apply changes without reboot? I've search about it , but I think pvenetcommit is deprecated now because I can't find it in /etc/init.d/ .
  4. D

    Best method for clustering [Failover + HA] with 3 Node

    Hi , I'm newbie in using Proxmox for production servers and once I tried to cluster two node with each other but I failed. Now I want cluster 3 Server and one NAS storage with each other and My point is have failover and High availability for 2 or 3 VM's. What is best method for having this...
  5. D

    pve-root 100% after backup failed

    Hello all , I did run a backup task for a container with this status: INFO: starting new backup job: vzdump 109 --remove 0 --mode snapshot --compress lzo --storage ExternalDisk --node node1 INFO: Starting Backup of VM 109 (openvz) INFO: CTID 109 exist mounted running INFO: status = running...
  6. D

    VM is locked , Cannot unlock

    Hello all , I've faced to problem with starting one my VM's in proxmox , before that I did turn off dedicated server (of curse before shutdown I turned off all CT's and VM's) then I returned back server and When I tried to start VM I got this error: VM is locked (backup) so I did try qm unlock...
  7. D

    Delete Cluster

    Hello , I'm looking for a solution for removing cluster from a server.I did cluster two node but I don't need clustering anymore. Is there any way to remove clustering without loosing data? Now I'm at Proxmox VE 3.4 Liebe Grusse :)
  8. D

    cluster not ready - no quorum: When adding storage

    Hello All , I have a two-node cluster and I turned off second node. When I want add storage to first node via (Datacenter > Storage > Add > Directory) I face to this error: cluster not ready - no quorum? (500) Is there any solution except turning on second node? Thanks
  9. D

    [Urgent] All VM's disappeared after cluster

    Hello All, I have two node with (node1=192.168.1.6 & node2=192.168.1.7) , I did create a cluster with pvecm create MYCLUSTER on node1 then run pvecm add 192.168.1.7 -force on node1. after that All of 10 VM's in node1 disappeared , But file disks exist (qcow2). HOW I CAN RESTORE VM's ??