As long as your RHCSA certificate is active, it doesn't matter which version you sat it on in order to get the RHCE. So yes, you can get an RHCSA using RHEL8, and certify as RHCE testing on RHEL9.
As long as your RHCSA certificate is active, it doesn't matter which version you sat it on in order to get the RHCE. So yes, you can get an RHCSA using RHEL8, and certify as RHCE testing on RHEL9.
Maybe I didn't make it clear enough.
I ask my cram school yesterday and told me that I can't have RHCSA in 8 and RH294 in 9 for RHCE and this is Red hat policy, so...... which one is right.......
They're wrong.
You can earn an RHCSA 8 and then later earn your RHCE in 9.
It doesn't much matter anyway. The RHCSA tests you in RHEL topics and the RHCE tests you in Ansible.
I'm not very clear on the main differences between the RHCSA8 and RHCSA9, as the objectives seems to be the same. If I used study material for RHEL 8, is it sufficiencte to pass the RHCSA 9 ? Any advice please.
Well some things are different. For instance resetting the root password. The "rd.break" option doesn't work anymore. Here is how you reset the root password in RHEL 9.
1. Find the line that loads the Linux kernel and add "init=/bin/bash" to the end of the line.
2. mount -o remount,rw /
This is necessary because it's mounted as read-only.
3. passwd
4. touch /.autorelabel
5. exec /usr/lib/systemd/systemd/
To reboot the machine.
Hi Armann, thank you for taking the time to respond to my question. I belive I saw an articled describing the process you mentioned, but in the RHEL 9 documentation, they are still using the "rd.break" option, which I have practiced in my RHEL 9 lab multiple times successfully.
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/configuring_basic_syst...
The VDO topic is the only part of the RHCSA 8 material that I have not been able to apply in my RHEL 9 environment as it was explained in RHCSA8. It appears that it's now an "lvcreate" options.
I wonders if there is something else that is drastically different with the RHCSA 9 ? A lot of study material I've seen online for 9 is like a add-on to the 8 version. I wonder if the folks who already took the RHCSA9 test used 8 or 9 material.
Thanks!!
In RHEL 9 you have to know the root password to continue with rd.break.
"Give root password for maintenance".
That's not going to work on the exam when you don't know the root password.
That's why init=/bin/bash is necessary.
You can also select the rescue image from the GRUB2 menu before pressing `e` to edit it. From there, just do rd.break and everything it the same as it was in RHEL 8. I've tested it thoroughly prepping for the exam.
Ahh thanks, didn't know that.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.