My Journey with the Dell PowerEdge R720 Server

Published on 31 January 2024
8 min read
Technology
Networking
Linux
Cybersecurity
My Journey with the Dell PowerEdge R720 Server

Introduction

Recently, I bought a Dell PowerEdge R720 server because I wanted a more powerful computer than the one I had and I didn’t want to have to pay for cloud computing. So hopefully for the long term cost I got a beefy server for at home. It quickly was a challenge, especially considering its placement in a room without direct internet access. This led me to learn how to split coaxial cable and extend my home network to other parts of my house.

Learning Network Management

A cool thing I learned about was DHCP (Dynamic Host Configuration Protocol) and why I may want to use a static IP reservation for my server. I learned how to set actually static IP reservation through my router. This ensures that whenever the server comes online, it always uses the IP address I’ve reserved, providing consistency in network management.

Learning about New Technologies

The adventure introduced me to several new concepts and technologies:

iDRAC (Integrated Dell Remote Access Controller)

Imagine you have a really cool robot in your house that can do lots of things like turn lights on and off, check if the doors are locked, and even fix some simple problems – all without you having to be there. You could be at school or a friend’s house and still control this robot with your phone. Pretty neat, right?

Now, let’s think of a computer server – it’s like a super-powerful computer that companies use to run websites, store a lot of data, or do complex tasks. iDRAC is like that robot, but for these servers. It’s a special tool that lets people control and monitor their servers from anywhere, even if they’re not in the same building or city as the server.

With iDRAC, you can turn the server on or off, check if everything is working fine, and even fix some problems, just like how you could control the robot in your house. It’s really useful for people who manage a lot of servers because they can make sure everything is running smoothly without having to be right there in front of the server.

So, iDRAC is like having a remote control and a set of super eyes for your server, making it easier to manage and keep everything working well, no matter where you are.

RAID Configuration

Imagine you have a bunch of school notebooks. Each notebook represents a hard drive in your computer. Now, let’s say you’re taking notes for a really important class, and you don’t want to lose them. Here’s where RAID comes in – it’s like a clever way of using your notebooks (or hard drives) to make sure your notes (or data) are safe and easy to get to.

RAID 0 (Striping) – Speedy Note-Taking

Analogy:

You have two notebooks and you want to write as fast as possible. Instead of writing all the content in just one notebook, you split each sentence in half, writing the first half in Notebook A and the second half in Notebook B. By splitting the work across both notebooks, you finish writing much faster.

Key Points:

Performance: RAID 0 is fast because it writes data to multiple disks (notebooks) in parallel.

Drawback: There is no redundancy. If you lose one notebook (disk), you’ve lost half the information, making the entire content unusable.

Use Case: When speed is critical and data loss is not a big concern (e.g., temporary data storage).

RAID 1 (Mirroring) – Backup Copy in Another Notebook

Analogy:

You have two notebooks and you write the exact same content in both. Every time you write something in Notebook A, you also copy it into Notebook B. Now, if you lose one notebook, you still have a complete copy in the other.

Key Points:

Redundancy: RAID 1 provides full redundancy. If one notebook (disk) is lost or damaged, you can still read all your data from the other notebook.

Drawback: Storage efficiency is low. You use two notebooks but only get the capacity of one because the second notebook is just a mirror of the first.

Use Case: When you care about data safety and can tolerate slower write speeds (e.g., critical documents, backups).

RAID 5 (Striping with Parity) – A Backup Plan Using Parity

Analogy:

You have three notebooks (or more). Instead of just copying all the data or splitting it, you write your content across two notebooks (like RAID 0) but with a twist. In the third notebook, you write a summary (called “parity”) that can be used to reconstruct any missing data. This summary acts as a backup plan in case one notebook is lost.

For example, if you wrote “A B C D” in the first two notebooks, the parity notebook would contain information to help rebuild A and B if one of them gets lost. If you lose one notebook, you can use the parity notebook plus the remaining data to recover what was lost.

Key Points:

Redundancy: If one notebook (disk) is lost, you can recover the data using the parity notebook.

Efficiency: You lose some storage for parity (one notebook’s worth) but get more usable space than RAID 1.

Drawback: Writing data takes more time since you need to compute and store the parity information.

Use Case: When you need a balance between speed, storage efficiency, and fault tolerance (e.g., web servers, database storage).

RAID 10 (1+0, Mirroring + Striping) – Combining Speed and Redundancy

Analogy:

You have four notebooks. You write across two notebooks like RAID 0 (striping for speed), but then you also make a complete copy of those two notebooks in two other notebooks (mirroring for redundancy). Essentially, you get the speed benefits of RAID 0 and the redundancy of RAID 1.

Key Points:

Redundancy and Speed: RAID 10 gives you both. If one notebook is lost, you still have a copy, and you also benefit from fast writing and reading by splitting data across multiple notebooks.

Drawbacks: You need at least four notebooks, and you lose half the total space to mirroring.

Use Case: When both performance and data safety are critical (e.g., high-performance databases).

In the computer world, RAID helps manage data in hard drives, either to make things faster, safer, or both. Just like how you might use your notebooks differently depending on what’s most important for your class – speed or safety.

VMware ESXi

Imagine your computer is like a big house. Normally, this house has one family living in it – that’s like having one operating system (like Windows or macOS) on your computer. Now, what if you could magically divide this house into several smaller, separate apartments, each with its own family living independently? This is what VMware ESXi does, but for computers.

VMware ESXi is like a special kind of magic that can take one physical computer (the big house) and split it into several virtual computers (the apartments). Each of these virtual computers can run its own operating system and applications, just like each family in an apartment can live its own life, independently of the others.

This is super useful because it means you can use one physical computer to do many different tasks at the same time, just like if you had several computers. It’s like having a game room, a study room, and a movie room all in one house, but they don’t interfere with each other.

For big companies, this is really cool because they can use one powerful computer to do lots of different jobs, saving money and space. It’s like having one big building with different businesses inside, each doing its own thing, but all under one roof. That’s the magic of VMware ESXi – turning one computer into many!

Linux Distributions Workstations vs Server

Linux distributions are tailored for specific uses. Workstation versions like Ubuntu Desktop focus on user-friendly interfaces and applications for everyday use. Server versions like Ubuntu Server are optimized for tasks like web hosting and database management, often foregoing a graphical interface for efficiency. I experimented with Ubuntu and Fedora, but I’m particularly intrigued by Pop!_OS. What’s your favorite Linux distribution, and why?

Future Project Ideas

I’m excited about several upcoming projects:

  1. Running a Wazuh node:
  2. Setting up a Cryptocurrency Node:
  3. Using Large Language Models for SQL Queries:

I would love to hear your thoughts on other project ideas!

Looking Ahead: Integrating an Nvidia Tesla GPU

I’d like to enhance the server with an Nvidia Tesla GPU for advanced language processing tasks. If you have experiences or advice on integrating GPUs into server setups, please share!

Conclusion

I hope you enjoyed reading about my journey with the Dell PowerEdge R720 server. I’m excited to continue learning about new technologies and exploring future projects. If you have any questions or comments, please feel free to reach out!

Powered by SvelteKit. Icons by Iconoir.