Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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...
  13. 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...
  14. 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...
  15. 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...
  16. 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...
  17. 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...
  18. F

    Whats the best configuration for a Backup and Media server in Proxmox?

    Footnote for what it may be useful? I would suggest, decide what is most important for your deployment, and focus on meeting that requirement. Don't assume you can meet all requirements perfectly, including perfect flexible option towards all future possible scenarios. So if your goal is to...
  19. F

    Suggested storage for my Proxmox VE cluster

    For what it is worth, just to mention. Low-end storage devices which support NFS are both common and easy to setup - and relatively inexpensive. I would suggest you consider this as an option, if the NFS storage will meet your requirement for thin provision shared storage. Just use a (QNAP or...
  20. F

    Migration from Esxi to Proxmox issue

    Footnote/comment in case it is of any use. RE: Snapshots in VMWare. A feature that is a source of much joy (ie, not-joy). I find they can be widely misunderstood in best use case / worst use case. Generally speaking, I would suggest that snapshots are things you want to have only on a...