Recent content by bhennigar

  1. B

    Windows 2008R2 file copy hanging?

    I have a KVM with Windows Server 2008R2. Everything runs normally however file copies will occasionally hang for multiple minutes. It happens for both local and LAN copies. The VM itself isn't frozen. RDP is still responsive and I can open applications and files. The Proxmox host is under light...
  2. B

    Add one or two Cluster Nodes more to the existing two node-cluster

    There is no problem with adding more nodes to a cluster. The new nodes being added should not have any VMs on them prior to adding them.
  3. B

    Feature request - not sure where to post

    I would love to see this implemented!
  4. B

    Java VNC just stops randomly - Error 400288

    Java 7 u51 has caused many problems for me. I do know that you need to add your servers to the exception list (Java control panel -> security tab). This worked for about a day for me and then hasn't worked since. I've switched everything to use SPICE. Edit: Keep an eye on this thread
  5. B

    Encrypt Backup

    This looks fantastic! I will try it out on my test box in the next few days So once I have this set up, I'd continue to use the backup scheduler in the proxmox web console?
  6. B

    Encrypt Backup

    I know this may be a little out of date but may I get more information about how your encrypting the backups to removable hard drives?
  7. B

    Performance Proxmox

    You could look at CPU units. This thread has some good information http://forum.proxmox.com/threads/889-CPU-questions
  8. B

    PVE 3.1 Install problem - networking issue

    This is normal. Are you sure you have the subnet mask the same as the rest of the network? From the proxmox server, can it ping other devices on the network?
  9. B

    Proxmox 3.1 After Install Success And Reboot Not Load Proxmox

    I'd first check the boot order. Make sure it's actually booting to the primary hard drive and not a second HD or usb drive.
  10. B

    Win 2008 R2 64 Bits carte réseau Virtio code erreur 39

    You're right, the Virtio network is detected as a PCI device, not USB. Did you use the same ISO for the Virti hard drive and Ballooning? It could be that the driver is corrupt. Delete the ISO from proxmox and download the ISO again
  11. B

    Win 2008 R2 64 Bits carte réseau Virtio code erreur 39

    Is this a new install? You could try stopping the VM, remove the Virtio network device and then add a new one. I did not have any issues upgrading my virtio drivers 0.1-74 on multiple Windows server 2008R2 servers. This guide may help...
  12. B

    Backup issues with proxmox 2.3?

    I had that error often in 2.3 and occasionally in 3.0. Since upgrading to 3.1, this error has gone away. Twice I got this error and found that my backup drive was full. I never did find a cause for all of the other failures.
  13. B

    How to change IP address and hostname of PVE machine after installation ?

    I agree with udo. I've tried changing the hostname and IP addresses post install and found that you can get it working by modifying a few config files but I would occasionally encounter issues where it was looking for the original hostname or IP. When possible, a clean install is the best option.
  14. B

    Migrate VMs between physical servers

    Migrating VMs can be easy. If the servers are not part of the same cluster, the easiest way to do this is to shutdown the Windows VMs and perform a backup in Proxmox, move the backup files to the 3.1 server and the restore the VMs. You can move the backup files using something like SCP or...