-
Content Count
10,695 -
Joined
-
Last visited
Content Type
Forums
Status Updates
Blogs
Calendar
Gallery
Downloads
Store Home
Everything posted by Windows7ge
-
Don't ever do this if you host: https://arstech…
Windows7ge replied to TopHatProductions115's status update
:3 -
Don't ever do this if you host: https://arstech…
Windows7ge replied to TopHatProductions115's status update
*laughs in PROXMOX* -
If you already plan on DIY-ing your own cable extend the connections out with some wires then probe those wires instead of the connector itself. Once you know the pin-out from that reconnect the (hopefully) color coded wires accordingly.
-
Googling what those cables look like the voltages aren't complicated. A hobby DIYer should have a basic multi-meter. Probe the outputs and this will tell you the pin-out.
-
You're more likely to see single ports failing on a switch before catastrophic failure. If one port is exhibiting strange behaviour try another. I'd also try setting up a iperf test on a system on the other end of the network then seeing if the client in question can read/write to it at full gigabit speeds. This would either eliminate or prove your LAN as a culprit to the issue.
-
Desktop motherboards do not support RDIMM (registered) memory. You can run UDIMM (unbuffered) ECC though.
-
Is an (Some type of CPU) good for a Minecraft Server
Windows7ge replied to SagoDEFCON's topic in Servers and NAS
As I understand it the Mine-craft server software is very single threaded meaning for a given number of players the higher the single threaded performance the better. -
I get that from my electrical supplier. "You're using 150% the power of all your neighbors!" Well of course I am! I have 2 servers, and 3 workstations whirling 24/7 trying to find more cures for COVID-19!
-
That's how a UPS works. It's to alert you to the fact it's not receiving AC power. Some (or most) UPS's allow you to mute the beeper if you don't like it.
-
Looking to buy/build a new TrueNas/Proxmox servers
Windows7ge replied to TechGizmoDude's topic in Servers and NAS
That's the thing. You can pick one up barebones for $240. RAM is going to cost you the same and you don't have to use the highest SKU CPU for the socket. Then you have a lot of growing room for very cheap. PROXMOX uses ZFS. Is it just that you like the TrueNAS WebUI? Generally people build a hypervisor server because they want to consolidate their physical servers. Less noise, less heat, generally cheaper. A File Server for your LAN would be fine ran in a LXC Container. If you're so inclined though you could run TrueNAS in a VM and pass a HBA through to it. (I don't recommend it th -
Did you try turning it on and off again? Did you try disconnecting the modem and seeing what it does? Did you try connecting something else like a computer? Does it say the battery needs replacing? (kind of likely)
-
Looking to buy/build a new TrueNas/Proxmox servers
Windows7ge replied to TechGizmoDude's topic in Servers and NAS
Rack-mount servers are traditionally not the most quiet but there are resistor mods and scripts you can implement to quiet them down. This is way more power than you will probably need but I really like the expansion capability on the HPE DL380 Gen 9. If you want to build a virtualization server I'd opt for PROXMOX over TrueNAS CORE. I haven't heard any updates that they've moved from using Bhyve. Meanwhile you can do so much more with QEMU/KVM on PROXMOX. -
C'mon, do it! Spend about a month figuring out how to set it up or if it even exists at all. Ask for help on three different forums and do research on twelve others because of how poorly the feature is documented until finally one guy on one random forum tells you this one line of code that goes in a configuration file and suddenly everything works.
-
Something to think about for the future then. I know FreeNAS supports SMB3.0 Multi-channel so a single client can take advantage of the combined 20Gbit. I'm going to assume it probably hasn't changed in TrueNAS CORE but let me tell you setting it up is an adventure and a half. I hope you're CLI savvy.
-
A Disk Shelf doesn't have to be 8U. I have a 2U twelve 3.5" bay DAS I built myself with a SAS Expander AIC. With the exception of cost the Intel P3700 or even the DC/D3 S4500/S4610 SATA SSD's are all high durability rated with an endurance rating in the multiple PB writes. These aren't consumer drives but $/Gig you found a better deal with that LSI card. I'll be curious to hear the read/write performance you get on it.
-
I'm a fan of the LSI 9201-16i. It's SASII/SATAIII. Will work great with ZFS.
-
bangoods shipping estimates are pessimistic. I…
Windows7ge replied to The King of the Undead's status update
Whenever I order stuff from Chinese vendors like Gearbest the shipping estimates are pretty accurate. I almost always have to wait 1 month before the item arrives. -
Did you consider adding a disk shelf with SAS Expander? Interesting. Never knew that was a thing. If it were up to me though I'd try to find something like a 400GB or 800GB Intel DC P3700. They're server SSDs from 2014. Built to last and have consistent performance across various workloads.
-
It's like an existential crisis. When you can't trust your own memory to give you the right answer.
-
ZFS supports hot spares if you have a spare bay for it. Are you using FreeNAS/TrubeNAS CORE or something like ZFS on Debian/RHL? Should work for either. I'm not familiar with what a F40/F80 is. If it's only an x8 card does it have an onboard controller?
-
Freenas and how would I know which drives to remove.
Windows7ge replied to Enderg312's topic in Servers and NAS
With two disks your options are basically no resiliency (RAID0) or mirror (RAID1). I'd opt for the latter but it comes at the cost of 50% of your usable capacity. If you're limited by your number of bays then replacing one disk, re-silvering, then repeating this for the other should/will give you the upgraded capacity but you have to replace both not just one. If you have four bays available though you may be better off just making it a RAID10 by appending two more identical capacity drives to the first pair as another RAID1 (mirror). Then you've just doubled the capaci -
Are they SASII or SASIII? RAID60 across 16 SAS drives should offer some pretty good reads/writes. Not sure how that will be reflected over the network though. Yeah, RAID is for maintaining up-time. I've been told SAS drives are notoriously good at dying (which may be part-in-partial of their low second hand cost) but in the time you would need to re-silver I don't think you need a 4 disk safety net. So predominately SMB, and maybe NFS/iSCSI access? Don't worry about a SLOG. It won't help you. I can explain why if you want a reason. On a lighter note if you need more RAM
-
Freenas and how would I know which drives to remove.
Windows7ge replied to Enderg312's topic in Servers and NAS
The only way that will work on FreeNAS/ZFS is by removing either of the two drives. Re-silvering the array. Then replacing the second the same way. That's assuming you started with a mirrored pool.