Usually a lurker.
Maybe I should’ve just shut up and thought for a bit longer before writing that comment…

If you want to talk to me elsewhere, you know how to reach me.

  • 4 Posts
  • 1.18K Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle






    • 2 servers for reundancy, preferably 3rd one laying around for a quick swap

    Overkill for a small startup. We sell to medical practices and they get (at most) a small tower server from HPE (ML30). Backup servers can either be a small 2 bay NAS or a microserver depending on the needs

    Pretty decent UPS setup, again multiple units for reundancy

    If they can afford that. Most are already good by just using a decent online UPS.

    Routers, network hardware, internet uplinks and everything at least duplicated and configured correctly to keep things running

    Not a multi million company.
    Routers: BS.
    Network: Maybe 2x 16 port switches but too much overhead. 1x 48 Port if you really need that.
    Internet uplinks: If you have a satellite office and need the S2S-VPN to be constantly up.
    Btw: You didnt mention a duplicated phone line ;P

    • A separate backup solution, on at least two different physical locations, so a few more servers and their network, power and other stuff taken care of

    Again overkill.
    Backup on the server with something to a 2-Bay NAS and a secondary job with rotating external USB disks to take or somewhere external with you.

    Monitoring, alerting system in case of failures, someone being on-call for 24/7

    Monitoring: Yep
    Alerting: Done by monitoring in the best circumstance
    On-call 24/7: As this is a small company: LOL






  • For inspiration:
    Old setup:

    • Computer/file host: 11th Gen NUC
    • Ext. 8TB HDD via USB
    • Passed through docker to Jellyfin container
    • File administration via arr-suite and SMB on my PC.

    New setup:

    • Compute: 11th Gen NUC
    • Runs docker
    • file storage: TrueNAS scale via NFS to proxmox (direct connection via ethernet. uGreen DXP4800+ 10GbE <-> 13th Gen NUC with optional 2.5GbE LAN interface)
    • File host: Debian-VM
    • Mounted to NUC via NFS
    • File administration/access:
      • PC: SMB to file server
      • arr-Suite: NFS mount passed from host
      • Jellyfin: Access via direct NFS mount in docker compose.

    While not painless I think I learned a substantial amount on how Posix permissions work and confirms why native ACLs while more complicated are superior.
    Also learned a bit about Samba, fstab and NFS c: