Recent content by tstav

  1. T

    Windows Host memory usage report

    Why does memory usage report on Windows hosts differs so much from the memory usage shown by the windows task manager? The displayed value is always close to the memory allocated to the windows virtual machine.
  2. T

    Proxmox heavy load

    Is it possible for a VM (Windows server 2008 r2 / 8 cpus) with cpus running at 40% to 60% to bring down the proxmox machine (halt)? Proxmox dies after 2 to 3 hours of operation.
  3. T

    More processors assigned to Windows machine, not showing

    Thank you my friend. You're absolutely right. Doubling cores per socket did the trick.
  4. T

    More processors assigned to Windows machine, not showing

    I installed a client windows server 2008 R2 machine and assigned 4 sockets to it. Later on I discovered that this machine needed more processors and I added 4 sockets to a total of 8. Now, even though the processors appear in the windows device manager list, they do not show up in the task...
  5. T

    Floppy support [hack]

    I tried it but I got errors during patch 1 to QemuServer.pm ============================================== cnet-vm1:/tmp# patch -p1 -i QemuServer.pm.diff /usr/share/perl5/PVE/QemuServer.pm missing header for context diff at line 3 of patch patching file /usr/share/perl5/PVE/QemuServer.pm...
  6. T

    Cluster with two dedicated servers

    As I stated in my message, the two servers have a second eth interface. The second interface IPs are in the same network, which actually is a dedicated Vlan. I tried to setup a master and slave cluster on that interface but the system replied that it can only setup a cluster on the vmbr0...
  7. T

    Cluster with two dedicated servers

    Hi all, I have two dedicated servers in an ISP datacenter. They are located in the same datacenter but they belong in different networks. They are also connected with a backend connection on a separete ethernet interface. Can a cluster be made with these two computers? TIA Tassos
  8. T

    Cluster with two computers having two network cards each

    I have two computers with Proxmox 1.5. One net card is bind to vmbr0 and has a public IP. The other is bind to eth1 and has a private address. The two computers are connected with a cable on the private IP interfaces. I create the Master with pveca -c. But when I try to create the slave...