Search results

  1. F

    which fs on shared storage

    If you are trying to set this up, I would suggest (a) either you have expertise to manage it, and therefore set it up. Or, if not (b) Go with something simpler to setup that you can manage more painlessly. ie, added complexity is only marginally better in certain cases, maybe, and even...
  2. F

    PBS (Proxmox Backup Server) - initial thoughts after first test install

    Hi, small note to just give bit of feedback to forum / team. I just finished using my first test setup with (proxmox latest) and (proxmox backup server). So far I am extremely happy with how it all works. The setup is very standard kind of stuff, ie, (a) Physical host is a standard OVH...
  3. F

    Proxmox Backup Server (beta)

    Wow! This is a big deal / great news! Just to see if I understand correctly the deployment scenario, -- dedicated host runs this Backup Server. Expected use case might be a dedicated server (physical hardware) which has lots of / suitable local storage. Optionally it sounds like network...
  4. F

    Proxmox 6-2-6 stuck during update / help request or any suggestions?

    Little followup note, in case this might help anyone else out. I think I might have figured it out. Google search for keywords took me to https://unix.stackexchange.com/questions/428001/update-initramfs-hangs-on-debian-stretch where it seemed like a good idea to try this: Building the new...
  5. F

    Proxmox 6-2-6 stuck during update / help request or any suggestions?

    Hi, yes, I realize mdraid is not supported by the proxmox team in any way. I guess I was more posting to the forum, in case some other non-proxmox-team-person who also uses it, has seen this before. or alternately, at a more general scope (nothing to do with MDraid) - if anyone had ever seen...
  6. F

    Proxmox 6-2-6 stuck during update / help request or any suggestions?

    Brief ping followup, I am guessing based on the feedback (ie, none) that I will proceed with the plan-B solution to this (ie, backup, nuke, restore). Woot.
  7. F

    Proxmox 6-2-6 stuck during update / help request or any suggestions?

    Hi, I have a small weird problem, wondering if anyone has seen this. Proxmox 6.x host running on a stock template install on OVH environment (SW raid 2x2tb config which OVH provide and I've used many times before without issue). Normally when I do updates on such an environment, I do apt-get...
  8. F

    Migration from Esxi to Proxmox issue

    Hi, for backups, take a look here, https://pve.proxmox.com/wiki/Backup_and_Restore there is a lot of detail how to trigger backup events via CLI. Various command-line options you can designate. Controls on limits, preferred compression, target storage, etc. For copy-paste in the console. I...
  9. F

    Migration from Esxi to Proxmox issue

    Hi, glad my reply was some entertainment value :-) so, a few high level thoughts. -- gig ether, it is not unusual to see less-than-perfect performance. 100-120Mb/sec is kind of 'best case scenario theoretical maximum' and getting around 50Mb/s is about what I might expect normally for a VM...
  10. F

    Migration from Esxi to Proxmox issue

    (AND NOW THE SAGA CONCLUDES) ... (tongue in cheek) But in contrast, I tend to have - more / multiple smaller client sites, who have fairly modest needs, and the storage and VM requirements are not a great fit at any single site. So it just does not make sense. I spec'ced out a few years ago a...
  11. F

    Migration from Esxi to Proxmox issue

    Hi, Just a few points, in response to your questions. (briefly). the 'backup mode' which uses 'snapshot' on proxmox, is very different beast from manually going in and 'taking a snapshot' of your VM. The backup based upon snap - is a good approach to taking a copy of a VM without having to...
  12. F

    Migration from Esxi to Proxmox issue

    Hi, In VMWare I normally use something like Veeam to do backups, either the free version is 'pretty good' or really if people are making decision to run vmware, they are probably not cost-averse so non-free veeam is better obviously. There are other tools similar to veeam which may be less...
  13. F

    Proxmox, FreeNAS, NFS and snapshot per dataset

    can you clarify your 'requirements' you are attempting to address with this, "snapshot on raw image hosted by an NFS server" - you want regular backups (not difficult on stock proxmox) - you want something else I am guessing? - I am a big fan of 'keep it simple' to make operations very stable...
  14. F

    Proxmox on a diskless server

    Footnotes in case of use-interest. -- I believe dell servers since ~5+ years now would have iSCSI boot volume option hiding in the bios somewhere, so that may in fact be an easy option, if you enjoy playing with iSCSI Config and Dell bios. Should be possible to mount an iSCSI Lun as your boot...
  15. F

    Migration ESXi 6.7 to Proxmox

    OK, footnotes to add then. If you have one server, and wish to flip it from VMware to Proxmox. But keep your VMs. There is no 'totally painless' solution. You either have to move large (VMDK) files around. and-or buy some more disk(s). And-or-both really. Safest path would be (a) use a...
  16. F

    Q: Weird/Problems with LXC Container Copy - cannot get IP address on VM start / things are broken..

    Hi, sure, here is config. It is static IPv4 and no IPv6: root@dprox1:/etc/pve/lxc# cat 135.conf #192.168.95.125 # old IP #hostname.goes.here # #setup sep-17-19.TDC # Old comment # # clone-copy of VEID114 backup from Aug.2019 arch: amd64 cores: 2 cpulimit: 1 features: nesting=1 # this feature...
  17. F

    Q: Weird/Problems with LXC Container Copy - cannot get IP address on VM start / things are broken..

    Digging a bit more on this today. In case this helps ? Starting the VM thus, root@dprox1:/tmp# lxc-start -n 135 -F -l DEBUG -o /tmp/lxc-135.log I see this one line immediately: init: Failed to spawn rcS main process: unable to execute: Permission denied and in the log for the above, I am...
  18. F

    Migration ESXi 6.7 to Proxmox

    Hi, I believe you can use VMDK VM images directly on proxmox without issue since quite a long time now. You may need more storage space on proxmox for migration (ie, temporarily attach an inexpensive USB SATA drive for example, it does not have to be fancy to work). your basic workflow might be...
  19. F

    Failed Unplanned Migration - LXC, LVM's, Storage, and Errors oh my!

    I believe Fabian's comments nail it very accurately! My only small addendum, you will want to de-configure the HA related to this VM, I believe, so it won't get involved. Copying/moving the 116.conf file to the 'correct place where the VM Disk actually exists' is probably the simplest path to...
  20. F

    Out of Storage

    Small footnote. Don't use snapshots long term. These are for short term use only. They get bigger with time (by design). If you want 'backups' then use backup process/ dump your backups to different (ie, inexpensive) disk . For example a USB 4Tb SATA drive makes a perfectly happy backup...