Search results

  1. H

    Root file system locked and backup not possible

    Just one node with several virtual machine running on local disks. The linux system have suddenly lost write access to /dev/mapper/pve-root. I have tried to remount it into rw state but I can't. The drive /dev/mapped/pve-data and the lvm partitions are working as normal. Would be nice if...
  2. H

    Root file system locked and backup not possible

    I have lately experienced that my root filesystem on Proxmox 2.3 have been locked. I like to reboot the server but want to backup the vm's before the reboot just in case anything goes wrong. This is not possible because vzdump needs write access to root drive. Is it possible to solve this in...
  3. H

    Proxmox VE Differential Backups for Proxmox 3.1

    I agree. This is a much needed option. Consider this scenario: I backup all my virtual machines and the backup is about 500 GB every day. And I also want to transport the copy on a encrypted external drive to bring all data out of the house for security reasons. The copy job takes several hours...
  4. H

    Windows quests questions about storage and network drivers

    Okay. Thank you! Then why not recommend it in the Proxmox wiki for Windows 2008? )-|algeir
  5. H

    Windows quests questions about storage and network drivers

    Have two questions: 1) I have been running VIRTIO storage drivers on Windows 2008 R2 now for a long time and never experienced anything wrong with it. Have anyone experienced any problems with VIRTIO drivers on Windows 2008 R2 quests? In the wiki - Windows 2008 quest best practices - it's...
  6. H

    Proxmox VE inteface snapshot or backup

    I understand now. Thank you for the help! )-|algeir
  7. H

    Proxmox VE inteface snapshot or backup

    So correct me if I wrong: The backup option uses the vzdump command and archive the vm to a file the same way Proxmox 1.x did (?). The snapshot option I'm a bit unsure of. What happens when I choose snapshot. Is the snapshot saved in an external file so I can restore it later the same way as...
  8. H

    Proxmox VE inteface snapshot or backup

    Can someone explain to me the difference between snapshot or backup choice in the 2.x gui. What is really happening in the background when I run these functions? )-|algeir
  9. H

    Bnx 2 firmware

    Missing the bnx2x 6.0 firmware: /lib/firmware/bnx2x/bnx2x-e1-6.0.34.0.fw /lib/firmware/bnx2x/bnx2x-e1h-6.0.34.0.fw /lib/firmware/bnx2x/bnx2x-e2-6.0.34.0.fw -Halgeir
  10. H

    Bnx 2 firmware

    Thank you! Had a look inside and found that it didn't include the bnx2 6.0 update. Or am I wrong?
  11. H

    Bnx 2 firmware

    Is the bnx 2 firmware included in Promox VE 1.8 for kernel 2.6.32 / 2.6.35? :)-|algeir
  12. H

    Roadmap for Proxmox VE 2.0

    Great I'm look forward to this. So far I have been careful not to upgrade a setup which work. Hope this release will address some problems related to incompability with some HP DL 380 G6 servers but that is another issue not related to this thread. But one thing you do is to provide a virtual...
  13. H

    Migration of servers to Proxmox VE

    Good idea! I will prepare something for the wiki. :)-|algeir
  14. H

    Migration of servers to Proxmox VE

    I'm missing the option about using Vmware MIgration Tool in the guide. When I wanted to migrate a server from installation on a HP RAID1/5 disk system to kvm I tried everything. The windows server would not boot at all. Nothing worked. Finally I used Vmware Migration Tool to convert the server...
  15. H

    Windows server running too fast

    Sorry about the late reply. Have been a bit occupied lately. Have you solved the problem? If not give me an email address and I can send the drivers to you.
  16. H

    Windows server running too fast

    No, it's not a typo. I have it here. :)-|algeir
  17. H

    Users running OpenVZ on 2.6.32 - need your input

    Om not only running OpenVz but I can still help out. 1. No. On a HP Proliant DL380 G6 server I had to upgrade the firmware by using the latest firmware bootcd. Afterwards Promox started with no problems. I still have some issues if I install the HP Debian Tool. So I don't use it now. Now the...
  18. H

    A new feature for vzdump

    Yes, that was the problem. I have solved it now. But should the vzdump command hang when it runs out of disk space? I would be better if it reported "out of diskspace" and the abort the backupprocess?
  19. H

    Migration of servers to Proxmox VE

    You have to commit the snapshot to one vmdk image first. I Googled this thread: http://communities.vmware.com/thread/81123 Afterwards use the qemu-img command to convert the vmdk file to a qcow2/raw file. The syntax of the qemu-img convert: qemu-img convert vmwareimage.vmdk -O qcow2...
  20. H

    A new feature for vzdump

    Today I experienced that the vzdump process hanged. I used the backup stop option. Had to kill the vzdump process, unlock and start the virtual machine to get everything up in the morning. Is it possible to have a timeout option which can terminate the backup if it's not completed after x hours?