Search results

  1. K

    Proxmox Cluster und Bonding

    Hallo, ich möchte einen Proxmox Cluster bestehend aus 3 Nodes und Ceph als verteiltes Dateisystem aufbauen. Für den Stornage möchte ich 2 Netzwerkkarten bündeln. Außerdem möchte ich zwei Switche für Fehlertoleranz verwenden. Netzwerkkarte 1 mit Switch 1 verbunden, Netzwerkkarte 2 mit Switch 2...
  2. K

    Removing node from cluster

    Thanks for help Dietmar, it works. Sven
  3. K

    Removing node from cluster

    Hi, I made a proxmox cluster with 3 nodes proxmox-01 proxmox-02 proxmox-03 Now I removed the first node proxmox-01: pvecm nodes Node Sts Inc Joined Name 2 M 1320 2014-01-24 09:45:12 proxmox-02 3 M 1324 2014-01-24 09:45:14 proxmox-03 But in the...
  4. K

    Disk space on proxmox Server

    Hi Tom, I am working on server proxmox-02 and I have a seccond server proxmox-03. On both servers I have configured NFS shares. The NFS share from proxmox-03 is /var/lib/vz and is mounted on peoxmox-02 to /mnt/pve/NFSproxmox03 proxmox-02:/var/lib/vz 1.8T 139G 1.7T 8%...
  5. K

    Disk space on proxmox Server

    Hi, I have installed a Promox Server and usong one vm on the Server. The vm disk file is 5GB. When I do a ls -h it shows me the file is 5G When I do a du -h ist shows me the directory where the file is located is 1,7 GB When I do a df -h ist show me that the partition /var/lib/vz uses 738...
  6. K

    slow performance on windows 2008 R2 Server guest

    Hi I have slow performance on a windows 2008 R2 guest. I am using virtio for the network card. I installed the driver from this instructions: http://pve.proxmox.com/wiki/Windows_2008_guest_best_practices c:\tools\bin>win32-i386.exe -t 192.168.x.xxx NETIO - Network Throughput Benchmark...
  7. K

    How to build a vm with a existing image

    I guess its the same way when I di a p2v migartion 1. do a dd dump from the physical machine in a raw image file 2. using qemu-img to convert the raw image file to qcow2 image file 3. using proxmox gui and create a vm 4. overwrite the qcow2 hdd storage qcow2 file from the vm with the qcow2 file...
  8. K

    How to build a vm with a existing image

    Hi, I would like to create a vm with a existing qcow2 image file. Which is the best way to do this? I would first create a vm with proxmox. After this i would overwrite the qcow2 image whit the qcow2 image file from my exixting vm. Is this the right way? Sven
  9. K

    changing vm from ide to virtio

    Hi folks, thanks for your replies, you helped me. I wish you nice christmas days. Sven
  10. K

    changing vm from ide to virtio

    Hi, I am new with proxmox. I created a vm runningDebian 7. For HDD I used ide emulution. Is it possible to change from ide to virtio without installing the vw new. Thanks for help Sven
  11. K

    migration slow, disable encryption?

    Hi, I have the same problem. migration_unsecure: 1 seems not to work. I took a look at the files: /usr/share/perl5/PVE/QemuMigrate.pm /usr/share/perl5PVE/QemuServer.pm and for me it looks like the patch is applied. also see here: http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_3.1 Any...