59
submitted 9 months ago* (last edited 9 months ago) by qaz@lemmy.world to c/selfhosted@lemmy.world

Image transcription:

Processor: (3.40 GHz) 4-Core Intel Core i7-6700 Processor

Memory (RAM): 32GB (2x16GB) DDR4 PC4 U Memory (for i-series/Core Processors)

Graphics Card: Integrated Graphics (with i series processors only) +$0.00

Drive 1: 3TB HDD SATA 7.2k 3.5" Hard Drive

Drive 2: 3TB HDD SATA 7.2k 3.5" Hard Drive

M.2 Storage: 512GB M.2 SSD NVMe Drive

Price: $291.95

My main concern with this option is energy usage. The CPU's TDP is 65W, the CPU in my current server's TDP is 35W.

It does have a few advantages over my current setup:

  • More RAM 8 → 32
  • Better CPU, passmark score 4766 → 8091, threads 4 → 8
  • Ability to use RAID, current setup only has the capacity for 1 drive.

Is this a good option or is there a better option? I've also been considering using an external drive enclosure with software RAID, but I heard that could be unreliable.

EDIT: Is the price good? Shipping is quite expensive (about $100), so I'm only planning on buying it if the deal is good.

top 50 comments
sorted by: hot top controversial new old
[-] nieceandtows@programming.dev 40 points 9 months ago

If you are planning to use it as a jellyfin or other media server, look for 8th Gen or later Intel. They have Intel quicksync that provide hardware decoding.

[-] teawrecks@sopuli.xyz 9 points 9 months ago

Why 8th gen? Wikipedia and Plex say quicksync was added in Sandy Bridge.

[-] AlphaAutist@lemmy.world 17 points 9 months ago

8th gen is when support was added for HEVC I’m pretty sure

[-] TechAdmin@lemmy.world 10 points 9 months ago

Yep, 8th gen (Coffee Lake) saw a lot of improvements in Intel Quick Sync, https://en.wikipedia.org/wiki/Intel_Quick_Sync_Video#Hardware_decoding_and_encoding

[-] ChrisLicht@lemm.ee 4 points 9 months ago

QuickSync is available on earlier gen machines. I have 7th gen with it.

[-] TechAdmin@lemmy.world 7 points 9 months ago

Intel Quick Sync video saw a lot of improvements on 8th gen & since it's all so old the pricing differences between 7th & 8th gen are going to be negligible.

[-] ChrisLicht@lemm.ee 3 points 9 months ago

I don’t see as nearly as many used ThinkCentre Tinys for sale with post 7th gen chips. I wonder if this is why.

[-] cron@feddit.de 4 points 9 months ago

I think the fact that Windows 11 is only supported on 8th gen makes the previous generations quite cheap. Many companies are preparing the upgrade to windows 11 and start throwing the old stuff out.

[-] Buckshot@programming.dev 5 points 9 months ago

I'm running Jellyfin on 6th gen i3 and quicksync works fine.

[-] rappo@lemmy.world 3 points 9 months ago

You make a good point, but OP's pick is still a really good choice. In early 2020 my old desktop became the new home server: i7-6700K w/ 32gb ram. It's been going strong every day since. Unraid with Jellyfin, pihole, HAOS, and like 20 other containers running. I generally serve untranscoded 4k hevc videos locally, but I tossed in an old geforce 900 series for both on the fly transcoding as needed (honestly, it's rare if ever) and for tdarr.

[-] teawrecks@sopuli.xyz 19 points 9 months ago

I was worried about the power usage when I first started using my old gaming CPU for a home server (i7-4770k). I bought a kill-a-watt, ran it plugged into that for a month, saw that it was using pennies worth of energy per month and never worried about it again.

Unless you're pegging the CPU at 100%, it's not going to be pulling the full 65W. As far as maintenance fees go, the cost of replacing a single hard drive will likely overshadow your energy costs.

Pro tip: keep an eye out for hard drive deals on black fri. And I recommend doing a burn-in run on any new drives when you get them to push them past the initial failure window of the bathtub curve (I used badblocks. Took nearly a week for the initial run, but I found one bad drive and was able to RMA it immediately instead of finding out the hard way).

[-] qaz@lemmy.world 4 points 9 months ago* (last edited 9 months ago)

How high are your electricity prices? Mine is roughly €0,40/kWh.

[-] teawrecks@sopuli.xyz 3 points 9 months ago

I don't have my bill in front of me, but for my state it looks like mine's effectively around €0,10/kWh. So yeah, more expensive for you.

[-] capital@lemmy.world 15 points 9 months ago

I built the server I’m using now over a decade ago, with much worse specs, for way more money.

This will last you a long while depending on your requirements.

[-] psmgx@lemmy.world 12 points 9 months ago

What are the use cases? More RAM is nice but could be overkill if you're bottlenecked by CPU, and if this is for running a few simple VMs or as storage then you may not need much of this.

RAID is generally a good thing but don't get complacent, follow the 3-2-1 method. I.e. you might be better off saving the cash and using a backup script to push stuff you really care about to the cloud, and pay for cloud fees vice hw.

[-] Hopfgeist@feddit.de 9 points 9 months ago

RAID is generally a good thing but don’t get complacent, follow the 3-2-1 method

To expand on that: Redundant drive setup and backups serve completely different purposes. The only overlap is in case of a single disk failure, where RAID (or similar) may save the data.

Redundancy is all about reducing downtime in case of single hardware failures. Backups not only protect you from data loss in case of multiple simultaneous failures, but also from accidental deletion. Failures that require restoration of data almost always involve downtime. In short: You always need backups (unless it's strictly a local cache, and easily recreatable), but if you want high availability, redundancy may help.

3-2-1-rule for backups, in case you're unfamiliar: 3 copies of important data, on 2 different media, with 1 off-site.

[-] qaz@lemmy.world 1 points 9 months ago

Use case is a few simple VMs, Nextcloud, storage, maybe a minecraft server and probably something like Jellyfin later on.

[-] teawrecks@sopuli.xyz 2 points 9 months ago

This will be fine. But assume you'll want to swap out the hard drives in the future for more, larger, NAS appropriate disks.

[-] Hopfgeist@feddit.de 2 points 9 months ago* (last edited 9 months ago)

If you're as paranoid as me about data integrity, SAS drives on a host adapter card in "Initiator Target" (IT) mode with write-cache on the disks disabled is the safest. It will degrade performance when writing many small files concurrently, but not as badly as with SATA drives (that's for spinning disks, of course, not SSD). With a good error-correcting redundant system such as ZFS you can probably get away with enabled write cache in most cases. Until you can't.

load more comments (2 replies)
[-] SheeEttin@lemmy.world 9 points 9 months ago

A more modern processor probably has better power efficiency. But this one should support features like turning off some of the cores or throttling down when not needed.

You could also see if you can get one with lower power consumption, like even the 6700T.

[-] BrianTheeBiscuiteer@lemmy.world 6 points 9 months ago

Used processors are quite reasonable on eBay. I got one with a lower TDP and it actually benchmarked higher than my previous CPU (came with my used Dell workstation).

load more comments (2 replies)
load more comments (5 replies)
[-] stellarforce@kbin.social 5 points 9 months ago* (last edited 9 months ago)

I'd buy a Dell Optiplex 5060 for about $200 off eBay and you'll get an i7-8700 with a 630 iGPU and the NVME taken care of. Then you just need the hard drives and more RAM. My home server is just fine with 16GB of RAM, though. There's no DE and I don't game on it.

[-] qaz@lemmy.world 2 points 9 months ago

It seems to only have capacity for 1 drive.

[-] stellarforce@kbin.social 2 points 9 months ago

Sorry for the late reply. You can replace the optical drive with a 2.5" HDD or add a sata PCI-E card since your not using the GPU slot in this case. My personal setup uses an NVME for the OS (DietPi), and two 6TB external HDDs on an Optiplex 5060 SFF.

[-] MangoPenguin@lemmy.blahaj.zone 5 points 9 months ago

TDP doesn't have much to do with idle power draw, that's more based on the age of the CPU and specific type (standard, U, or T skus)

[-] crunchpaste@lemmy.dbzer0.com 4 points 9 months ago

Exactly. Just as a real world example for OP, my home server has an i5 7400 with the same TDP. At idle the whole system draws around 10.5W, measured from the wall.

[-] SchizoDenji@lemm.ee 4 points 9 months ago

Get a 10th/12th Gen processor so that you can transcode powerfully if you're intending to use jellyfin.

[-] CmdrShepard@lemmy.one 3 points 9 months ago

Wow it didn't even click in my head that this is a 6th gen Core. How is OP speccing out a custom server using 8 year old parts?

[-] Decronym@lemmy.decronym.xyz 4 points 9 months ago* (last edited 9 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
NAS Network-Attached Storage
PCIe Peripheral Component Interconnect Express
Plex Brand of media server package
RAID Redundant Array of Independent Disks for mass storage
SATA Serial AT Attachment interface for mass storage
SSD Solid State Drive mass storage

6 acronyms in this thread; the most compressed thread commented on today has 4 acronyms.

[Thread #272 for this sub, first seen 10th Nov 2023, 14:35] [FAQ] [Full list] [Contact] [Source code]

[-] TCB13@lemmy.world 3 points 9 months ago* (last edited 9 months ago)

Depends on what you'll be using it for. If your use case is a simple NAS with shares , torrents and whatnot it is probably overkill and will waste way more power than required. If you plan to transcode video then it might not be .

[-] BrianTheeBiscuiteer@lemmy.world 2 points 9 months ago

Seems decent but depends on your usage. Memory could be a bit excessive unless you'll actually have a lot of simultaneous users. I'd also look into the features of the integrated graphics card. If you're doing some streaming a low cost GPU might give you better options for hardware decoding/encoding.

[-] crunchpaste@lemmy.dbzer0.com 2 points 9 months ago

If RAID is what you're after, don't mind the premium for SSD storage and have available 5.25" bays, I highly recommend 5.25" mobile racks. The one I'm using is a a cheap 4 drive one, but if you want something more premium there is always ICY DOCK.

[-] qaz@lemmy.world 1 points 9 months ago

I doubt a 5.25” rack will fit in my closet but thanks for the suggestion 😄

[-] crunchpaste@lemmy.dbzer0.com 2 points 9 months ago* (last edited 9 months ago)

Mobile rack is just what these things seem to be called. Basically it's just a cage that fits multiple 2.5" drives into a CD/DVD drive bay.

[-] qaz@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

Oh okay, I thought it was a lot bigger. It's still not going to fit in my Lenovo SFF PC I use as home server though.

[-] crunchpaste@lemmy.dbzer0.com 2 points 9 months ago

i got a Fujitsu D556/2 (SFF as well) exactly because it seemed to have an optical drive bay. Turned out it does not have one, but some double sided tape and ugly cable management solved the issue for me :D.

[-] qaz@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

Interesting solution. How did you connect it? PCIe?

[-] crunchpaste@lemmy.dbzer0.com 2 points 9 months ago* (last edited 9 months ago)

My model, and I believe all other, have a 4pin molex connector for the power and as many sata ports as the rack can handle (in my case 4). My "mobile rack" came with 4 rather long sata cables (about 30cm) so it was easy to fit them through an empty pcie bracket slot and I just had to buy a somewhat long 4pin molex adapter.

The drives are practically internal, they are just located outside of the case in said "mobile rack".

[-] venoft@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

I didn't see anyone else say this, but 7200 rpm disks are way louder than 5400. Where my server is it would be annoying, but if it's in a closed room somewhere you'll be fine.

Also, these drives are probably not made to run 24/7/365. First 1 or 2 years or so it will probably be fine, but after you can expect some sudden dead drives.

[-] Nollij@sopuli.xyz 5 points 9 months ago

The "designed for 24/7" thing is a myth. Yes, some server/enterprise parts have a lower failure rate, but it has nothing to do with 8 hours a day vs 24.

Also, my setup is almost entirely the cheapest consumer drives available, and I've never had any significant failure rates outside of the one bad supplier. If you are seeing anything like that, you should examine your setup. I suspect you either have cooling issues or (more likely) vibration that's causing premature failures.

[-] SheeEttin@lemmy.world 4 points 9 months ago

I have never known RPM of a drive to affect its noise level. The fan(s) will be far more significant in noise level. Most drives run pretty quietly, though some can get noisy during I/O, like my HGST Ultrastar He6 drives.

Also, without knowing the model, I wouldn't say they're not made to run 24/7. But even on desktop drives, it's rarely run time that kills them, it's start-stop cycles. Everything will be fine, but one day you'll shut it down and some drives won't spin up. That's why power outages can be deadly to an old server.

load more comments
view more: next ›
this post was submitted on 10 Nov 2023
59 points (95.4% liked)

Selfhosted

38680 readers
193 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS