I'm currently interning at a construction company where we're about to install a management system. The assembly includes a Dell PowerEdge R660xs server with a 480GB SSD and an extra 2.4TB Dell hard drive. However, I've run into a problem—the original technical team configured the server using RAID 0, but the guidelines recommend RAID 5 for better performance and reliability. I need to evaluate the server's current setup and potentially reinstall everything. Can anyone guide me on how to begin this process? I'm looking for information about setting the system IP address, user configurations, and anything else important for a proper setup. So far, I've been digging through Dell's documentation, but I'm feeling a bit lost since I've never dealt with this before. Also, I'm working with Windows Server 2.2 and SQL Server 2.2, with plans to create two VMs—one for the main system and the other for the database.
2 Answers
You mentioned using Windows Server 2.2 and SQL Server 2.2—works for your needs, but ensure you're following best practices during setup. For the IP address and user configurations, a clear plan will help. Set aside time to review the documentation thoroughly and maybe look for tutorials online for step-by-step guidance. Hopefully, that makes the whole reconfiguration process a bit easier for you!
Check out Microsoft’s official docs; they have great step-by-step guides on setting up IPs and user permissions!
First off, ditch the RAID 0! It's a bad idea for production as it offers no redundancy. I recommend diving into the differences between RAID levels so you can present RAID 5 as a solid solution. As for your setup, reach out to whoever initially configured it if possible; they might assist you with the specifics. Make sure to document everything as you go, and don't hesitate to ask senior staff for help, even if they're not directly overseeing you.
Thanks for the advice! Definitely need to learn more about RAID levels. I'll check with the previous team. Fingers crossed they have some insights!
Great call on the RAID! Also, make sure your backups are solid when you switch to RAID 5, just in case anything goes wrong during the transition.

I appreciate your suggestions! I’ll definitely take the time to familiarize myself with the setup. Any specific resources you recommend?