Recent content by greenvomit8

  1. G

    ACPI\QEMU0002

    Hi wolfgang - to show hidden device in Windows: Open a command prompt with Administrative privileges At the command prompt, type the following lines, pressing ENTER after each line set devmgr_show_nonpresent_devices=1 cd\%SystemRoot%\System32 devmgmt.msc In Device Manager go to View > Show...
  2. G

    ACPI\QEMU0002

    agent: 1 bootdisk: virtio0 cores: 1 ide0: none,media=cdrom memory: 2048 name: MasDtPm net0: virtio=16:04:01:F7:C4:5C,bridge=vmbr0 numa: 0 ostype: wxp scsihw: lsi smbios1: uuid=e92a11da-c7ee-41cf-ac14-f098380e2dc3 sockets: 1 virtio0: TGItra:vm-102-disk-1,size=70G virtio1...
  3. G

    ACPI\QEMU0002

    No problem VM BIOS setting is Default (SeaBIOS)
  4. G

    ACPI\QEMU0002

    Hi Wolfgang I believe we are using BIOS Legacy mode on the Proxmox host. # [ -d /sys/firmware/efi ] && echo "EFI boot on HDD" || echo "Legacy boot on HDD" Legacy boot on HDD
  5. G

    ACPI\QEMU0002

    I've noticed the same this with Windows 2008 R2 x64 and Windows 2003 x32 virtual machines I have Proxmox version 4.4 and Virtio drivers version 126 stable. Would be nice to find proper drivers for ACPI\QEMU0002
  6. G

    How to let users view and restore backups

    I noticed that this is different for version 4 now. Here is what I done in version 4: Go to Datacenter | Permissions | Authentication Create Name: UsersBackup Comment: Allow users to backup to local disk Go to Datacenter | Permissions | Users Edit the User(s) requiring permission by including...
  7. G

    LVM Groups with Network Backing. Do we need to install/configure CLVM?

    Hi We are setting up a cluster of Proxmox ver 4.2 hosts using shared LVM Groups with Network Backing via 10GB ISCSI to a Dell MD3800i SAN. Just looking at the following post for Proxmox ver 1 it mentions that we need to consider using CLVM...
  8. G

    How to let users view and restore backups

    Thanks Jeff I saw that document before but it did not make sense for me. Nevertheless, I did finally work it out. Not sure if this is the best way to do it but it works for me. For dummies like me here is what I did via the web GUI (ver 3.2) for VM users who also need to backup VMs: Datacenter |...
  9. G

    How to let users view and restore backups

    Hi Dietmar Can you please detail how to grant a user 'Datastore.AllocateSpace' permission on the (backup) storage?
  10. G

    maxView Storage Manager v1.04.20859 for 64-bit Linux for 6xxx RAID Card

    Great to hear that you had success. Thanks for letting us know.
  11. G

    How to move subscription key from old to new servers

    I just found out that the process has changed after logging a support ticket. You can do it yourself now. Here is the response: We enabled re-issuing subscription keys on the client portal, so please just go to: https://shop.maurer-it.com/clientarea.php?action=products 1. Click on "Detail" 2...
  12. G

    maxView Storage Manager v1.04.20859 for 64-bit Linux for 6xxx RAID Card

    My solution was I had to first amend my Proxmox package repository file as the following command was erroring apt-get update && apt-get install unzip libpam-cracklib https://pve.proxmox.com/wiki/Adaptec_maxView_Storage_Manager http://pve.proxmox.com/wiki/Package_repositories then i found the...
  13. G

    cannot login into maxview storage manager

    Thanks Rawman. Worked for me with Proxmox 3.4 and Adaptec 6405 card with Maxview 1.08-21375 Minor amendment to Rawman instructions: "edit the /etc/pam.d/wbem change the path part of the modules from /lib/security/ to /lib/x86_64-linux-gnu/security/"