Search results

  1. W

    install help

    Yes, you could perfectly do that!
  2. W

    New to Linux and ProxMox - Help please

    That seems well enough :) I had a look, on my side the video starts a bit blurry. I was able to read 'time out' at the 18 seconds mark, just before you switch from console to web interface: It seems your BIOS/UEFI is set to boot from (virtual) DVD? I try to stay away from Windows...
  3. W

    install help

    Clear enough :) I like Proxmox a lot, but maybe it is more than you need. In basics, Proxmox is a program to give you easy access to virtualization features on a Linux computer. You would run virtualization if you want to run multiple computers at the same time, without having multiple...
  4. W

    Best recommendation for a specific scenario

    Thank you for taking the trouble :) Yes, you can run VLANs. I recall there being differences between the Linux bridge and the OVS bridge in that respect, but I think that the differences have been pushed to edge cases (here's a PDF with colourful graphics as one of the top search results). My...
  5. W

    Hard Disk recommendation

    What is your definition of betterness? I myself would look at energy consumption first for an always-on system. Seeing jdancer's reply, about reliability is also important of course, even if you have backups. Why specifically these two items?
  6. W

    Best recommendation for a specific scenario

    Hi Orionpy, I had some trouble getting through the wall of text. Multiple IPs via a single NIC are not a problem, the rest was a bit difficult to read ;-) Did you play with the new SDN feature?
  7. W

    High ram usage, slow system

    Do you mean install-time or on the installed system? For the installed system I don't know actually, and have no unused disks to try it out. I'm quite frugal with disks, and mostly assign just partitions instead of full disks (so I have not used the GUI for that all too often).
  8. W

    Memory Utilization

    Hi tejasthakur, You could try sorting the processes in top by memory usage, by pressing the > or < key (the key will switch from sorting on one column to sorting on another column). You could install `htop` for an interface that is a bit friendlier (if you press > then, it will give you a list...
  9. W

    vms iniciar e para sozinhas

    Hi Eronario, Welcome to the forums! Are you also new to Google Translate? The output does not look like English ;-) Do you have experience with running Linux on a regular computer, and finding the logs? Do you run the 3 VM's at the same time? Could it be that memory runs out, without a...
  10. W

    High ram usage, slow system

    Hi kolt, Welcome to the forum! Which 'this' do you want to mitigate? I can think of a few more or less useful mitigations for "using ZFS with this amount of storage and this amount of RAM is slower than I have patience for" Add more RAM, or Buy smaller disks, or Use another file system...
  11. W

    New to Linux and ProxMox - Help please

    Hi surferride, Welcome to the forums! That is the spirit! :-) I _think_ Proxmox can be installed without any special settings and give a quite usable configuration. None of my (few) nodes are as powerful as yours, but I don't notice long boot times. Did you read about it via the "Help"...
  12. W

    install help

    Hi Fabbe, Welcome to the forum! Do I understand correctly that you have MS Windows on your server? Is it running 'server duty', or is it a computer for playing and learning? You mean HDD and SSD, don't you? I _think_ Proxmox has more benefit of an SSD. If you want to have access to both...
  13. W

    Advantages / differences over backing up to a TrueNAS

    Lacking a TrueNAS target, I can't comment on the differences or relative advantages. An important advantage in my view is GPLv3 for PBS. Another important benefit for me is that PBS runs on top of Debian. TrueNAS allow you to deduplicate your backups via ZFS, does it not? Does that work for...
  14. W

    [SOLVED] Datastore on LVM thin volume (works OK)

    OK, I got cause of the strange behaviour: the datastore was not mounted when creating the datastore and not when starting the backup :p While intending to keep an eye on `dstat` and dm-cache usage, I mounted the store when I didn't see any IO, not realizing that PBS needs the same mountpoint...
  15. W

    [SOLVED] Datastore on LVM thin volume (works OK)

    Hey, that's peculiar.. I went ahead, added the datastore via PVE and created a backup. The backup is still running, but now the size of the datastore is displayed correctly on the dashboard: After completing the backup, the 'used' column still reads <30 KB. Task output on the PVE side...
  16. W

    [SOLVED] Datastore on LVM thin volume (works OK)

    Hi all, TL;DR: I created a thin volume and a mount point, but forgot to mount it before creating a datastore. The result was not what I expected. Not finding LVM thin explicitly in the PBS docs, I asked whether a datastore on thinly provisioned LVM would work. Conclusion: yes it does, just...
  17. W

    [solved, not reproducible] Tape backup restore behaviour

    Sorry for the long silence. Apart from the run time for the tasks, life happened (and besides, I was really looking forward to the new PVE and PBS versions, and gave upgrading priority over politeness, and postponed posting until (easily and successfully, wohoo) finishing the upgrades). "All is...
  18. W

    Proxmox Backup Server 3.0 available

    Hi all, One more success story to add to the long list; 3x PVE on various hardware and a PBS. Thanks a lot for the great suite and the easy upgrade path!
  19. W

    [solved by re-re-verify] All four snapshots in a backup fail re-verification, new snapshot fails verification as well

    There were eight chunks marked as corrupt in the first snapshot, which caused all subsequent snapshots to fail verification. The tape restore (of the first snapshot) did not restore any chunks, as it did not find any deficiencies in the snapshot. Re-verification of the first snapshot...