Search results

  1. E

    Restore VMfile.vma.lzo

    I don't understand. What do I need to do with that www-data thing? The backedUpFile.vma.lzo is a default backup from Proxmox, so there shouldn't be anything special changed.
  2. E

    Restore VMfile.vma.lzo

    Yes, I did copy the backedUpFile.vma.lzo to Proxmox's directory /var/lib/vz/dump first, but Proxmox GUI Storage didn't show the backedUpFile.vma.lzo. I moved the backedUpFile.vma.lzo to /var/lib/vz and Storage still doesn't show the backedUpFile.vma.lzo.
  3. E

    Restore VMfile.vma.lzo

    I've moved my backed up file to Proxmox /var/lib/vz, which seems to be Proxmox's default Storage file, but when I Create VM, Use CD/DVD disc image file (iso) > Storage: local > there's no backedUpFile.vma.lzo?
  4. E

    Restore VMfile.vma.lzo

    Ok, had a look at man qmrestore and man vzrestore. Doesn't say what location to place the backup file in, for a restore? Very short manual for restore. I still don't even know the different in qm and vz restore? So, where do I transfer the backed up file to, on the newly installed Proxmox, so...
  5. E

    Restore VMfile.vma.lzo

    Thank you. Yes, I have some notes about restore using the command # qmrestore. I'll read through the manual then, as I need to know which location to transfer the backupFile.vma.lzo to the newly installed Proxmox, before running any restore command.
  6. E

    Restore VMfile.vma.lzo

    Hello, I installed Proxmox 3.3, but my VM backup is a .vma.lzo file. I searched, but haven't found how to restore the VM.vma.lzo file. Any suggestions please?
  7. E

    Proxmox VE3.0 DVD doesn't install

    Hello, I am trying to install Proxmox VE3.0, but when the DVD shows the screen, Proxmox INSTALLER, it doesn't progress from the page: Booting the system... Press F2 for verbose mode. Any suggestions please? Other OSs install on the computer.
  8. E

    How to find Proxmox errors

    Ok, found that RAM is DDR3 2048MB Disk is Intel SSD SC2BW 120GB
  9. E

    How to find Proxmox errors

    Thank you. the syslog file is empty. There are 8 files like it: syslog syslog.1 syslog.2.gz syslog.3.gz syslog.4.gz syslog.5.gz syslog.6.gz syslog.7.gz Perhaps the memory or RAM need to be increased? Datacenter > Disk usage: 4.5% of 100.0%. Memory usage 96.3%.
  10. E

    How to find Proxmox errors

    Proxmox seems to have stopped 4 of my 5 VMs. What happened? How can I see what the problem was. 3 VMs have io-error. 1 VM is stopped and 1 VM is running.
  11. E

    How to backup on Proxmox?

    root@proxmox:/var/log# vzdump 161 --quiet 1 --mode snapshot --mailto myCorrectEmailAddress@domain.com --compress lzo --storage local Cursor blinks slowly for about 5 seconds, then returns to root@proxmox:/var/log# I then checked /var/log/syslog, but still no data in the syslog file.
  12. E

    How to backup on Proxmox?

    root@proxmox:/var/log# vzdump 161 --quiet 1--mode snapshot --mailto myCorrectEmailAddress@domain.com --compress lzo -storage local 400 unable to parse boolean option vzdump {<vmid>} [OPTIONS] Yes, I tried with nano /var/log/syslog, but file has code in it.
  13. E

    How to backup on Proxmox?

    Thanks. root@proxmox:/var/log# vzdump 161 --quiet 1--mode snapshot -$shot --mailto myCorrectEmailAddress@domain.com --compress lzo -storage local 400 unable to parse boolean option vzdump {<vmid>} [OPTIONS] root@proxmox:/var/log# cd /var/log/syslog -bash: cd: /var/log/syslog: Not a directory...
  14. E

    How to backup on Proxmox?

    Still no output? root@proxmox:/var/log# zcat /var/log/syslog.2.gz | grep -e "vzdump" -e "myEmailAddress@domain.com" root@proxmox:/var/log# zcat /var/log/syslog.*.gz | grep -e "vzdump" -e "myEmailAddress@domain.com"
  15. E

    How to backup on Proxmox?

    Thanks, I thought so, but wasn't sure what the correct command was. Still not receiving any output? root@proxmox:/var/log# cat /var/log/syslog | grep -e "vzdump" -e "myEmailAddress@domain.com" root@proxmox:/var/log# zcat /var/log/syslog | grep -e "vzdump" -e "myEmailAddress@domain.com" gzip...
  16. E

    How to backup on Proxmox?

    Actually, there's a few files in /var/log: syslog syslog.1 syslog.2.gz syslog.3.gz syslog.4.gz syslog.5.gz syslog.6.gz syslog.7.gz root@proxmox:/var/log# cat 7var7log/syslog | grep -e "vzdump" -e "myEmailAddress@domain.com" cat: 7var7log/syslog: No such file or directory
  17. E

    How to backup on Proxmox?

    root@proxmox:~# ls /var/log/syslog syslog This doesn't seem right?
  18. E

    How to backup on Proxmox?

    Thanks. Yes, my Backup log didn't show those lines that sent the email. Not quite sure on the path to syslog (even gz/archived) for vzdump and postfic.
  19. E

    How to backup on Proxmox?

    1. My Terminal was hiding details. The full code is: # cluster wide vzdump cron schedule # Atomatically generated file - do not edit PATH="/usr/sbin:/usr/bin:/sbin:/bin" 0 3 * * 5 root vzdump 161 162 163 164 165 --quiet 1 --mode snapshot -$shot --mailto...
  20. E

    Proxmox console shows commands below the bottom view of Terminal

    Proxmox Console still hiding bottom lines. Do these details help? # pveversion -v proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-20-pve) pve-manager: 3.1-21 (running version: 3.1-21/93bf03d4) pve-kernel-2.6.32-20-pve: 2.6.32-100 pve-kernel-2.6.32-26-pve: 2.6.32-114 lvm2: 2.02.98-pve4 clvm...