At question 17 I have to set the PHP module stream to 7.4
But I keep getting the following error:
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered with an entitlement server. You can use "rhc" or "subscription-manager" to register.
Last metadata expiration check: 3:06:16 ago on Fri 04 Oct 2024 09:39:09 AM UTC.
I looked into it and its because the module stream is set to RHEL9
Because of this the required PHP version is not available.
Hi @m_aar_ten
Can you please share the link to the lab?
https://learn.kodekloud.com/user/courses/red-hat-certified-system-administrator-rhcsa/module/28b10d6a-5576-4857-8279-51a444f89814/lesson/e498fe5c-001f-4c6c-9ae7-eeddc73d7a7c
There is also a problem with question 15 of this EXAM.
They provide this solution:
Task: Create a filesystem named web_fs with below command:
Solution: sudo stratis fs create web_team web_storage
But this creates a File System with the name of “web_storage” not “web_fs”.
So either the question has wrong instrucions, or the solution is wrong.
PHP version 7.4 has reached its end of life (EoL) and is not available in the default repositories for CentOS Stream 9. To install PHP 7.4, you will need to enable the EPEL repository and use a third-party repository like Remi’s RPM repository. This will allow you to install PHP 7.4.
Hope this helps!
I get that there is a solution but this is clearly not part of the question that is stated in the mock exam, plus you don’t have external access in the real exam so using a third party repo is impossible.
The question should be changed to use a PHP version available in the default repository as a module stream, like 8.1 or 8.2.
True!
I am not sure about the real exam. However, I’ll notify the lab team and see what they haveto say.
Regards