cancel
Showing results for 
Search instead for 
Did you mean: 
RBahra
Cadet
Cadet
  • 201 Views

RHEL 9 Certification

Jump to solution

Hey Team, 

I am new to this channel. I just started working on linux environment manily RH about 3 months ago. Now, I got learning subscription and I want to utilize it to take a full advantange of this plateform. 

I started looking to take RHEL System admin exam. My question is material provieded in RH learning enviroment is enought? or I need to go beyond that? Any study or practise tipes would be really appericated. 

Thank you in advance.

Labels (1)
2 Solutions

Accepted Solutions
Travis
Moderator
Moderator
  • 127 Views

@RBahra -

The course materials do a wonderful job covering all the skills you need for the exam and more. One thing that is crucial to keep in mind however, the course is not a "study guide' or a "how to pass the exam" or an "exam prep session". The courses for the EX200 (RHCSA exam) are the System Administration 1 and System Administration 2 courses. These cover a large range of topics and objectives and present all material and learning that are listed on the exam objectives. The courses also have additional topics and objectives that may/may not be on the exam. One of the best ways to study or prepare for an exam is to locate the exam objectives from the exam pages on redhat.com and map those objectives to topics, chapters, guided exercises, and end of chapter labs in the course. 

Once you've done that, you should follow the content to the best of your ability, check references, check man pages and other on-system documentation so you can understand what you are doing and gain muscle memory. Finally, I would suggest doing the hands-on multiple times to where you aren't looking at book/course content and going through the scenarios seeing where you could possibly save time and completing the task more quickly. The thing making Red Hat exams challenging is not only do you need to know what you are doing and complete the objectives correctly, you must do so within a certain time constraint, so sometimes people will go on a tangent or get stuck on a question/task/objective, when it would be best to move on and revisit.

I would also suggest seeing what happens if you do something incorrectly or wrong. When following our prescribed steps, it is always great when we go down the happy path and things work, but if a mistake is made ... how do you recover. You don't want to try to figure that out the first time when you are taking a timed exam. It is better to understand some of the error messages ahead of time and how to fix them. Some examples could be SELinux (how to troubleshoot errors), services not having access to files (think HTTPD or something).

Man pages and system documentation can be your friend when it comes to copy/paste/tweak/execute. Find examples in the man pages and copy them and tweak them slightly for your use case. It saves time by not needing to type and also can help if you can't quite remember exact syntax or all options. One really cool man page I used to teach and show students was nmcli-examples. It was nothing but examples. I still use that myself if I need to setup network teams and bonds or do some more advanced nmcli commands.

Finally, I would encourage you to think beyond the exercises in the course and try your own things ... for example the guided exercise instructs you to deploy a webserver and have a certain index.html file there. So that is pretty easy and straightforward. However, an exam can test multiple things in a question so we might be combining things ... so try it with a non-standard directories for content (also requires figuring out permissions and SELinux) as well as how to configure Apache for the VHosts and document root. Or maybe non-standard ports, requires knowing how to better use firewalld commands and SELinux to tag and set items properly for non-standard network ports. 

In the courses we deliver bite-sized chunks and targetted and specific information, in the exam, we are testing knowledge to see if you understand and can put things together.

Travis Michette, RHCA XIII
https://rhtapps.redhat.com/verify?certId=111-134-086
SENIOR TECHNICAL INSTRUCTOR / CERTIFIED INSTRUCTOR AND EXAMINER
Red Hat Certification + Training

View solution in original post

RBahra
Cadet
Cadet
  • 86 Views

You have provided such much helpful information and in good details. I will note down your recommendations and start working on them. Thank you for your response. 

View solution in original post

0 Kudos
8 Replies
SimonBM
Mission Specialist
Mission Specialist
  • 165 Views

Hi.

I have been "reading around" the session material as I progress through the RH training .  My goto has been the LPI 101-500 and the LPI 102-500 (Linux Professional Institute) learning materials .   I have found it beneficial in gaining a broader understanding of Linux in general. 

garvchaudhary
Flight Engineer
Flight Engineer
  • 156 Views
Official material of Red Hat is super awesome for students. In RHLS you can access ebook of rhcsa and rhce read those books . Rhcsa is must needed certification for freshers
RBahra
Cadet
Cadet
  • 83 Views

Cheers

0 Kudos
RBahra
Cadet
Cadet
  • 83 Views

Thanks mate, I will look for LPI 101-500 materials as well. 

0 Kudos
LoaiAbdallatif
Mission Specialist
Mission Specialist
  • 137 Views

Dear Colleuges 

 

any one took the RHCSA recently , since its based on RHEL 10 , any idea what is different from previous versions ? 

Travis
Moderator
Moderator
  • 128 Views

@RBahra -

The course materials do a wonderful job covering all the skills you need for the exam and more. One thing that is crucial to keep in mind however, the course is not a "study guide' or a "how to pass the exam" or an "exam prep session". The courses for the EX200 (RHCSA exam) are the System Administration 1 and System Administration 2 courses. These cover a large range of topics and objectives and present all material and learning that are listed on the exam objectives. The courses also have additional topics and objectives that may/may not be on the exam. One of the best ways to study or prepare for an exam is to locate the exam objectives from the exam pages on redhat.com and map those objectives to topics, chapters, guided exercises, and end of chapter labs in the course. 

Once you've done that, you should follow the content to the best of your ability, check references, check man pages and other on-system documentation so you can understand what you are doing and gain muscle memory. Finally, I would suggest doing the hands-on multiple times to where you aren't looking at book/course content and going through the scenarios seeing where you could possibly save time and completing the task more quickly. The thing making Red Hat exams challenging is not only do you need to know what you are doing and complete the objectives correctly, you must do so within a certain time constraint, so sometimes people will go on a tangent or get stuck on a question/task/objective, when it would be best to move on and revisit.

I would also suggest seeing what happens if you do something incorrectly or wrong. When following our prescribed steps, it is always great when we go down the happy path and things work, but if a mistake is made ... how do you recover. You don't want to try to figure that out the first time when you are taking a timed exam. It is better to understand some of the error messages ahead of time and how to fix them. Some examples could be SELinux (how to troubleshoot errors), services not having access to files (think HTTPD or something).

Man pages and system documentation can be your friend when it comes to copy/paste/tweak/execute. Find examples in the man pages and copy them and tweak them slightly for your use case. It saves time by not needing to type and also can help if you can't quite remember exact syntax or all options. One really cool man page I used to teach and show students was nmcli-examples. It was nothing but examples. I still use that myself if I need to setup network teams and bonds or do some more advanced nmcli commands.

Finally, I would encourage you to think beyond the exercises in the course and try your own things ... for example the guided exercise instructs you to deploy a webserver and have a certain index.html file there. So that is pretty easy and straightforward. However, an exam can test multiple things in a question so we might be combining things ... so try it with a non-standard directories for content (also requires figuring out permissions and SELinux) as well as how to configure Apache for the VHosts and document root. Or maybe non-standard ports, requires knowing how to better use firewalld commands and SELinux to tag and set items properly for non-standard network ports. 

In the courses we deliver bite-sized chunks and targetted and specific information, in the exam, we are testing knowledge to see if you understand and can put things together.

Travis Michette, RHCA XIII
https://rhtapps.redhat.com/verify?certId=111-134-086
SENIOR TECHNICAL INSTRUCTOR / CERTIFIED INSTRUCTOR AND EXAMINER
Red Hat Certification + Training
Chetan_Tiwary_
Community Manager
Community Manager
  • 108 Views

@Travis I wish this cookbook reaches to every learner out there who is yet to take RH exam. There is nothing one can add to this which can help learners any more. This is gold for any RH exam.

RBahra
Cadet
Cadet
  • 87 Views

You have provided such much helpful information and in good details. I will note down your recommendations and start working on them. Thank you for your response. 

0 Kudos
Join the discussion
You must log in to join this conversation.