Server for office - totally lost
No Problem, I actually do this stuff for a living and still enjoy system building and design. With my current budget of 0 at work, I don't have the opportunity to do it anymore that much.
Going to put some answers below
QuoteIs that 16GB RAM total for the system? We're running 80GB DDR3 1600mHz right now, but I don't know if we have anything that relies on having that much or not.
the build I did was just 16gb total. If you have the requirements for more, than it'll have to be adjusted. While your current system has 80gb, I think its important to go look at the actual utilization. if your capacity planning only requires a little, than over-doing RAM is someplace you can save some money. However I don't believe RAM upgrades are going to be the biggest cost addition.
QuoteAlso is there any benefit to the slower LRDIMMs, or am I better off with the faster RDIMMs?
Goign to depend what you're doing really and what sort of power / RAM utilization is actually going on. My recommendations when using Server RAM, is that unless you're going for the absolute highest in performance, where performance equals profit/dollars. Get the most stable, ECC Supported memory as data safety and avoiding corruption is likely more important than a few ms of performance.
QuoteI'll confess I don't know much about RAID, other than striped vs mirrored. I know right now we can handle a single drive failure, and we have four drives. If RAID 10 is better, that's perfect. Also if there's no realized benefit to SAS vs SATA, cost savings are always welcome. That would be then the 24x2.5", right?
If you understand the basics of data mirroring/striping than you have enough information to understand the differences honestly.
Just a little simple summary of the most common:
Raid 1: Mirroring of drives. you can lose one side of the mirror without data loss. However, there is no space savings as you only get the capacity of half the drives.
RAID 0: Striping only. Spreads the load accross the drives. No redundancy. You get the total capacity of all the drives. There is performance gains that are dependant on number of drives.
RAID 10: Combinations of RAID0 and RAID1. eg, 4 drives in two pairs. each pair is a raid 0 array for performance, but it's mirrored to another RAID0 aray for redundancy.
RAID 5: Striping accross 3+ drives with redundancy. example, in a 3 drive setup, you get the space capacity of 2 of the drives, and the parity information is written accross all 3 but balanced out. you can lose one drive wihtout data loss.
Each has slightly different caveats in use. For example, RAID5 is horrible for database use due to the extra time required to write the parity to numerous parity drives. Where in the RAID1, 0, or 10, it's not done the same.
QuoteThis would connect with our network switch, which would split it towards the 1GB Ethernet lines going to the user computers, right? The network switch we have currently is a Netgear 24-port, and it doesn't have a SFP+ connector. Should we upgrade the switch as well?
Yes, you'll need a new switch that has a compatible port setup, and in this case at least 1 SFP+ port that supports 10gbps+ (there are also variants that support 25gb or 40gb. And while many will support all, i have ran into some problems with some switches that need special modules to work).
Given your users are still 1gbps though, you don't need a switch that's all SFP+. you can get a pretty standard set of switches that'll feature numerous 1gbps Ethernet, but have 2,4 or 6 SFP+ ports as well (for misc things like this, or trunking between other network equip)
Another thing to keep in mind is uptime. if you're looking to maintain a high level of uptime, than redundancy in the server alone isn't enough. You'll probably want 2 x switches that support MPIO and HA fail over (thats why a lot of the 10gbps enterprise server cards are 2 x ports instead of just 1)
QuoteI'm seeing Is there a way to transfer our current Windows 2016 Server license from the old server to this one? I'm seeing a lot of options regarding Windows Server 2019 at $0 with reassign; I assume this is related?
Can't answer this unfortunately. I hate microsoft licensing and i leave that to one of my consultants to figure out for me lol
QuoteWith a Linux-based server OS, would I still be able to run Windows RDP to connect to the server remotely? This latter feature is essential as I use it all the time.
Yes, 100% absolutely with numerous different options. if you install a GUI on linux, you can install a few different 'host' protocols to allow remote access. The typical/popular one for linux admins is some sort of VNC based connectivity. However, XRDP protocol can also be installed to leverage microsoft RDP clients and services as well.
I personally don't install a GUI on my servers as I feel it's a waste of resources. With Linux, you can also have direct SSH based CLI access. Which most system admins will tell yo is really all they use.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now