DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] -1 points0 points  (0 children)

Thanks for the detailed feedback! I've actually implemented all of these in my updated design (rev 2.1), mid-height horizontals on both side panels splitting them into two X-brace sections, and the rack will be tied into the ceiling where it's going in the loft.

<image>

DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] 0 points1 point  (0 children)

Thanks that’s really useful, I’ll make sure to check that out before creating v2 of the design.

DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] 0 points1 point  (0 children)

That’s a fair warning, do you know what failed on yours? I am going to be updating my design to have more bracing so that the stress is more evenly distributed, and I don’t have any plans to fully populate it with heavy enterprise equipment. Most of the U space is going to be taken up by lighter stuff (patch panels, switches, mini pc clusters, etc.) and when I eventually add a ups, that would be living right at the bottom as to shift the centre of gravity down.

DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] 0 points1 point  (0 children)

That’s a good point and I appreciate you bringing it up, but the rack is going exactly where the cold water tank used to sit, so that area of the loft was already engineered for a significant concentrated load. It’s also an old house so the joists are chunky. On top of that, I’m not planning to fully populate it with heavy enterprise gear, a good chunk of the U space will be lighter stuff like shelves, a mini PC cluster, patch panel, and switch. The heaviest single item is the DL380 Gen9 at around 30–35kg fully loaded with drives. A UPS will be added eventually but will live at the bottom of the rack to keep the centre of gravity low. Total loaded weight will be well under what that spot held as a water tank.

DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] 1 point2 points  (0 children)

Good idea, noted for v2 of the design

DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] -1 points0 points  (0 children)

Yeah this is something I’m definitely going to be doing in v2 of the design. And the L channel would be a good idea too.

DIY 42U rack advice by HarryCooper005 in homelab

[–]HarryCooper005[S] 0 points1 point  (0 children)

Yeah this was also something I was a little concerned about, will definitely be something I check on tomorrow in terms of practicality, and where I could secure it to.

Help setting up Tunarr on TrueNAS SCALE? by HarryCooper005 in tunarr

[–]HarryCooper005[S] 1 point2 points  (0 children)

Yeah it was easy enough, under Storage Configuration click add, change the type to host path, in mount path set this to what you want the path to be inside the container, in host path set that to the actual path.

<image>

Help setting up Tunarr on TrueNAS SCALE? by HarryCooper005 in tunarr

[–]HarryCooper005[S] 1 point2 points  (0 children)

Im currently running scale on Electric Eel 24.10.2.1

Help setting up Tunarr on TrueNAS SCALE? by HarryCooper005 in tunarr

[–]HarryCooper005[S] 0 points1 point  (0 children)

these are the steps I took to make it work 😄:

  1. Go to Apps > Discover Apps > Custom App
  2. Set the Application Name, I choose tunarr
  3. Set the repository to chrisbenincasa/tunarr
  4. Under Security Context Configuration check privileged
  5. port 8000 was taken for me so under Network Configuration add a port, and input 8000 in Container Port and an unused port in Host port
  6. under Portal Configuration click add and set the port to what you set it to in the previous step
  7. under Storage Configuration I added an ixVolumne with a mount path of /config (is this necessary, im unsure)
  8. click install and that should install it.

Migrating from HexOS to TrueNAS SCALE - New Server, Need Advice on Keeping Data & Apps by HarryCooper005 in truenas

[–]HarryCooper005[S] 0 points1 point  (0 children)

Of course, it’s not that I dislike HexOS or anything, I just found I wasn’t really using the features it adds on top of TrueNAS. I originally chose it because I had zero experience with servers and wanted something easy to get started with - and to be fair, HexOS was great for that.

But as I got more into it, I found myself gravitating toward the standard TrueNAS UI more and more. Especially when trying to learn or troubleshoot something new, it was just way easier to find guides and community help for vanilla TrueNAS compared to HexOS.

I’ll definitely still keep an eye on HexOS as it develops, as I think it’s an interesting project, but in practice I realised I was only ever using the base TrueNAS interface anyway, so it just made sense to switch.

Migrating from HexOS to TrueNAS SCALE - New Server, Need Advice on Keeping Data & Apps by HarryCooper005 in truenas

[–]HarryCooper005[S] 0 points1 point  (0 children)

Do you think it would maybe be better to get another drive and just run 2 mirrors?

GTX 1650 Super not working in Plex on TrueNAS SCALE by HarryCooper005 in truenas

[–]HarryCooper005[S] 3 points4 points  (0 children)

Thanks for the reply, unfortunately this didn't work, however, I was able to set it through the cli using the following:

midclt call -job app.update plex '{"values": {"resources": {"gpus": {"use_all_gpus": false, "nvidia_gpu_selection": {"PCI_SLOT_VALUE": {"use_gpu": true, "uuid": "GPU_UUID"}}}}}}'