Search results

  1. J

    Feature request - CPU/Mem Resources for a pool or reseller options

    Nice to hear that is in the TODO. Also will be interesting to limit a pool to only use OpenVZ or only use KVM. Thnks!
  2. J

    gnu-cfdisk is not in the repo

    Have you tried to resize a LVM with gparted?
  3. J

    My cluster run Ok, but "Inc" is Ok?

    Hi, can you explain me what is "Inc", I dont find info in the wiki. I tried to stop the cluster and run "pvecm e 1", the cluster starts Ok and in the interface are Green both servers. Why in my first server there is 88/96 and in the second server is 96/96 ? There is something wrong? Thanks...
  4. J

    Force to delete a cluster node if not exist

    Hi, I have removed a server from my datacenter, how can I remove now from the cluster? I get a error. root@pveabs1:~# pvecm nodes Node Sts Inc Joined Name 1 M 12 2012-11-09 16:02:50 pveabs1 2 X 24 pveabs3 root@pveabs1:~# pvecm...
  5. J

    Feature request - CPU/Mem Resources for a pool or reseller options

    Hi, I was trying to create a pool and learning how it works. But I find it isn't very useful. Now, I can create a NFS unit and give full premisions for a client, and I can create multiple VPS in this NFS dedicated for only 1 customer. But it's more intereting to provide the possibility to my...
  6. J

    Problem with backups... :-(

    Result of vgdisplay command?
  7. J

    WHMCS Module

    I prefer a official module from Proxmox team...
  8. J

    Console: failed: exit code 1

    Solved!!, was a perimetral firewall in the datacenter. Need to open 5900 port. Regards.
  9. J

    Console: failed: exit code 1

    I try telnet hostname 5900 and I get: telnet: connect to address x.x.x.x: Connection timed out Iptables are empty on the server. Trying to disable my firewall... and same issue. :(
  10. J

    Console: failed: exit code 1

    Thanks Dietmar for your reply. I use by default chrome in Win7. But also tested with Firefox and IE. I read about a local problem with Java version, but, I have other Proxmox servers and I can connect without problem. Anyway, also I have tested to reinstall Java and the issue is still. In the...
  11. J

    Console: failed: exit code 1

    Hi, I get this error when I try to connect to a VM console no connection : Connection timed out TASK ERROR: command '/bin/nc -l -p 5900 -w 10 -c '/usr/sbin/qm vncproxy 100 2>/dev/null'' failed: exit code 1 root@pveabs1:~# pveversion -v pve-manager: 2.1-12 (pve-manager/2.1/be112d89) running...
  12. J

    KVM spanshoot backup using NFS?

    Hi, I have a KVM VM with 4 partitions (2 local + 2 NFS) ide0: local:100/vm-100-disk-1.qcow2,cache=directsync ide1: local:100/vm-100-disk-2.qcow2,cache=directsync ide2: nfs02:100/vm-100-disk-1.qcow2,cache=directsync ide3: nfs02:100/vm-100-disk-2.qcow2,cache=directsync And when I try to run a...
  13. J

    Where are kvm config files stored

    In Proxmox v2 is: /etc/pve/qemu-server
  14. J

    Migration of a qcow2 file from to diferent NFS server - Storage migration

    Where is located the VM-config file of KVM servers? /etc/qemu-server/ is empty...
  15. J

    TASK ERROR: VM is locked (backup)

    Hi, after a full host restart I get this error starting a virtual machine KVM. TASK ERROR: VM is locked (backup) /var/lib/vz/lock is empty... How can I unlock? Thanks