logo
Jiff Slater
🤔 About
✍️ Contact
📚Knowledge
30 Jul 2021
These articles have been archived. You may find them useful but I am no longer offering support for them. Check out my latest articles on plkt.io.
Red Hat Certified System Administrator Exam Prep: Part 1: Overview
20 August 2019

Keywords: rhsca, preparation, exam, linux, system administrator

If you’re here then you must be preparing for the Red Hat Certified System Administrator exam. These are the notes I took prior to taking the exam. It consists of many parts and once complete I’ll include links to every page.

Please note that I haven’t sat the exam yet so this document is a work in progress.

In this part, we’ll walk through what will be covered in the exam and then install Red Hat Linux using the Developer free license.

Exam overview

From the official documentation you should be able to perform the following:

I’ve given a code name to each one. But first, let’s set up a development environment.

In the wild

I didn’t only want to take the exam to prove my Linux and system administrator chops; I also wanted to switch my career path from Product Management to System Adminstration, specifically in FinTech deployments. So let’s look at a few real job descriptions to see what we should add to the Task Requirements above.

For a job in Amsterdam

For a job in the UK

From this we can see that network fundamentals are very important outside of what’s already listed in the RHCSA exam requirements.

Development environment

My preferred virtualisation solution is VMWare. I’m sure these instructions also run on VirtualBox and Parallels, if on a Mac, and KVM in Linux.

We’ll get started by registering for a Red Hat Developer account. This gives us a free evaluation license to download the latest Red Hat version.

Once you have signed up, you will also have an account at Red Hat Access. Navigate there and go to Products & Servies > Red Hat Enterprise Linux. Click on “Download version 8” and download the Boot ISO: Red Hat Enterprise Linux 8.0 Boot ISO. You will also need to download the DVD “Red Hat Enterprise Linux 8.0 Binary DVD ” and make it accessible somewhere on a network share.

Once you have the boot ISO downloaded, load it in your virtualisation product of choice and we can begin.

Installing Red Hat

Set up a virtual machine and boot the installer. I created a simple VM with 2 cores, 2568MB of RAM, and 20GB root drive.

Use the default settings.

rhcsa vm installation 1

rhcsa vm installation 2

You’ll be prompted for the DVD location. Enter it according to where you have it stored on your NFS share.

rhcsa vm installation 3

Everything else should have automatically been configured. I selected [Base Environment]: Server and [Add-ons for Selected Environment]: File and Storage server. Go ahead and begin the installation.

rhcsa vm installation 4

You’ll have the opportunitity to creata a user account and root password. Make sure the user account is an administrator.

rhcsa vm installation 5
rhcsa vm installation 6

Once the installation is complete, make a clone of the image as you’ll need to create more of them later on in the exam preparation process. Write down the user name you created as well as the password because you’ll be referencing these frequently.

rhcsa vm installation 7

And now we’re all logged in. Part 2 will cover using essential system tools.