我正在考虑为我的跟踪系统或库存管理系统建立一个服务器。我想知道是否有6个核心或4个核心足以满足最低限度,还是应该得到8个核心或16个核心cpu,因为我不想买一些只做相对简单的任务的过头服务器?
你们觉得怎么样?
Here is what i'll be doing for my server:
-NAS
-Website Hosting
-Inventory and Tracking System.
I'm also planning to set RAID Array for it too here is the 2 i'm considering:
- Raid 1+0
- Raid 6+1
- Raid 1
- Raid 6+1+0
And yes is there any recommendations for raid controller.
I would also need to consider the ram and mother:
For Ram (ECC) :
- 8gb
- 16gb
- 32gb
- 64gb
Motherboard:
- refurbished desktop ( i7 6th gen)
- MSI Z170A (ATX)
- X570M (mini ITX)
- X570 (ATX)
- B540M发布于 2020-05-16 09:34:00
一个4核心服务器可能会是过火,做任何你提议的系统,除了NAS将是好的-实际上方式过虑如果你没有大规模复杂的网络托管和库存跟踪需求。NAS可能是可以的,取决于您的非nss要求。
对于RAID,我实际上推荐Linux的软件raid 1 (mdadm)。如果您需要更多,那么您可以使用RAID1,使用RAID10 (或者使用LVM进行同样的操作)。RAID5几乎死了,而RAID6需要昂贵的控制器来执行.如果出了问题,软件RAID1是最容易恢复的。
如果主要的目的是作为NAS,你可能想购买NAS而不是自己的。您将得到更少的CPU,但更容易管理。NAS经常使用Linux作为后端,带有用户友好的GUI。
https://serverfault.com/questions/1017385
复制相似问题