Recent content by trentmu

  1. T

    PBS on a non-dedicated LAN workstation

    AHA! Awesome - that was what I was hoping for, but all I could find were the ISO based install links. This is great - I will try it out over the weekend (so I have enough time to experiment and dabble with less distraction than usual). Much obliged for all the inputs
  2. T

    PBS on a non-dedicated LAN workstation

    I have a PVE system and a TrueNAS each on dedicated hardware. I don't have a 3rd machine that I can dedicate as a PBS, but my own workstation has some decent capacity (24core, 128GB RAM, raidz2...running trixie). I currently use rsync and file copying of snapshots and manually run backups - from...
  3. T

    Share SMB/CFIS storage between several lxc

    I can confirm that this tutorial DOES work - BIG thanks to the author!
  4. T

    Backup+upgrade - confirmation for novice

    Thank you again @Dunuin - my system is now running on pve8.1 without a hitch. Previous ZFS containing VM/LXCs loaded without a problem using a zpool import. I still have to do the move of the VM/LXCs to the new SSD z10, but that is minor, and the rest is perfect.
  5. T

    Backup+upgrade - confirmation for novice

    One day, when I am big, I will understand this properly, but for now I will just say... OK, thanks brilliant! This last part is what I wanted to confirm - awesome and thank you
  6. T

    Backup+upgrade - confirmation for novice

    The boot SSDs are unfortunately smaller(480 vs 900), but a fresh install feels like a good idea. I have done minimal pve/cli pieces, but whatever I did I have scripted and can recreate No problem to shut these down and then do backups/snapshots so they are fresh/current Thanks - it is just an...
  7. T

    Backup+upgrade - confirmation for novice

    I have a running PVE7.4 on a Dell R820 which boots & runs via a mirrored pair of 10k SAS drives on HBA(IT mode). rpool/ROOT/pve-1 on / type zfs (rw,relatime,xattr,noacl) I have a few LXC's & VM's which are on a PCIe+NVMe RaidZ1 (3+1) array. (/z1n/CTs /z1n/VMs /z1n/subvol-2001-disk-0 etc) z1n...
  8. T

    ProxMox[TrueNAS(VM) + JellyFin(VM/LXC)] or [TrueNAS+JF plugin]

    For 1 & 2 I was implying a baremetal TN/OMV instead of PVE - but I am really enjoying proxmox so would prefer to stay with it if possible
  9. T

    ProxMox[TrueNAS(VM) + JellyFin(VM/LXC)] or [TrueNAS+JF plugin]

    I have a JellyFin LXC which accesses shared storage (from the proxmox node) which works for my needs. I am planning to add a "new" (refurb) machine with much more storage - 1 HBA [with 12 drives (for ZFS vdevs) + 2 SSDs (for boot/OS)]. I will configure the SSDs as a mirrored boot/OS pair, and...
  10. T

    Cannot install VMs on VirtualBox

    Are you installing a VM into your proxmox(hypervisor), which is already inside a hypervisor(VBox)? I am no expert, and this is not a criticism, but am curious as to why - especially on top of "stable" w11?
  11. T

    Proxmox 7 - LXC SSH Root login not working

    Does work, but better to use PKI keys for root login
  12. T

    How to replace HDD in ZFS raidz2

    Based on the article I found here... I created a script as below...which worked for me. I am a novice though, so cannot offer any guarantees #!/bin/bash poolName="NAS-Local"; replacementDevID="/dev/disk/by-id/ata-WDC_WD30EZRX-00MMMB0_WD-WCAWZ1948935"; zpool status "${poolName}" | grep -i...
  13. T

    Having multiple IPs per server

    Quick & dirty solution would be to install pihole into an LXC/Container. Easy to use - has a web based GUI that makes life easy if you are not comfortable with CLI
  14. T

    [SOLVED] damaged rpool - data "recovery"

    Hey guys - I have had some fibre problems, and have been offline for a few days. It was obviously not my intention to abuse your knowledge without thanks. I can now offer my thanks and appreciation you for the inputs - I have managed to recovery fully from the problem because of the guidance...