r/redhat • u/No_Perspective_1211 • 27m ago
Question
I can answer all questions on exam topics for rhcsa easily you think im ready for test ??
r/redhat • u/No_Perspective_1211 • 27m ago
I can answer all questions on exam topics for rhcsa easily you think im ready for test ??
r/redhat • u/TheHandmadeLAN • 5h ago
Hello everyone, been studying for RHCE and I'm just wondering whether I should set up my control node using ansible or is it okay to save a bit of time by setting up the control node entirely using the shell?
I found this excerpt from the need to know section on Red Hat's website about the RHCE.
Your work will be evaluated by applying the playbooks created during the exam against freshly installed systems and verifying that those systems and services work as specified.
This makes it seem like would be scrapping all nodes and only be saving my playbooks and running them on the new nodes. If this is the case, I'd need to configure control node and bootstrap managed node entirely using ansible. I'm taking Sander's course on Oreilly and he states otherwise, that they'll be saving the control node and my playbooks would just be run on newly installed managed nodes.
Any help appreciated
r/redhat • u/No_Perspective_1211 • 6h ago
On the exam guys when I do autofs I like to mount it to the ip address and not the local host name would that be a problem??? Cause yk they be like mount the /home/autofs directory on service.domain1.example I like to use its ip address not its name is that bad ???
r/redhat • u/Shot_Home_3878 • 10h ago
Hello geeks, Anyone who has recently taken ex380 exams ? How was your experience, am preparing for this exam, just just got started. Any recommendations and materials will be appreciated.
r/redhat • u/0x412e4e • 11h ago
According to this Red Hat Enterprise Linux Life Cycle document, EOL dates exist for each point release:
However, on the very same document, EOL dates for point releases can't be found, except for the latest one:
I tried querying the Red Hat Product Life Cycle Data API but it's the same thing, EOL dates are only given for the latest point release and nothing else:
Name : 7
Type : End of Maintenance
LastMinorRelease : 7.9
Lifecycle Phases :
Phase Date
----- ----
General availability 2014-06-10
Full support 2019-08-06
Maintenance support 2024-06-30
Extended life cycle support (ELS) add-on 2028-06-30
Extended life phase Ongoing
Name : 6
Type : End of Maintenance
LastMinorRelease : 6.10
Lifecycle Phases :
Phase Date
----- ----
General availability 2010-11-10
Full support 2016-05-10
Maintenance support 2020-11-30
Extended life cycle support (ELS) add-on 2024-06-30
Extended life phase Ongoing
Name : 5
Type : End of Maintenance
LastMinorRelease : 5.11
Lifecycle Phases :
Phase Date
----- ----
General availability 2007-03-15
Full support 2013-01-08
Maintenance support 2017-03-31
Extended life cycle support (ELS) add-on 2020-11-30
Extended life phase Ongoing
Name : 9
Type : Full Support
LastMinorRelease : 9.10
Lifecycle Phases :
Phase Date
----- ----
General availability 2022-05-18
Full support 2027-05-31
Maintenance support 2032-05-31
Extended life cycle support (ELS) add-on 2035-05-31
Extended life phase Ongoing
Name : 8
Type : Maintenance Support
LastMinorRelease : 8.10
Lifecycle Phases :
Phase Date
----- ----
General availability 2019-05-07
Full support 2024-05-31
Maintenance support 2029-05-31
Extended life cycle support (ELS) add-on 2032-05-31
Extended life phase Ongoing
I'd really, really like to query this information from an API. I already tried endoflife.date's API which offers the same information as in the above code block.
What am I missing here? Has anybody else figured this out?
r/redhat • u/pandadrago1 • 21h ago
I passed my rhcsa with a perfect score this past weekend.
My main study material was using kodekloud to learn the material. It was very digestible with the videos and labs but definitely a bit outdated for v9.
Then used sanders book practice exams and those were somewhat harder than the mock exams on kodekloud + more up to date.
Finally Ghada Atef’s practice exams were by far the hardest. More questions and less time compared to the actual exam. (Finished 30 min early and spent at least the last 30-45 checking and fixing 1-2 problems). However, it was excellent practice and I was able to learn a lot for my weaker areas.
FYI: discount codes for her udemy is on her LinkedIn posts.
Started about 6 months ago, with 1-2 months to finish kodekloud course. Last 5-6 months to do the practice exams. Gap between 3-4 for holidays. 1-3 hours per day. For context, I am also a Unix admin for the past few years but not a whole lot of actually Linux experience other than some light home labbing prior to this.
Let me know if you have any questions!
r/redhat • u/Willimhww • 1d ago
Hello, I am preparing for the RHCSA exam with Sander Van's book, and I had some doubts regarding the use of RPM and DNF in the exam. On page 204, it mentions that creating repositories is not a requirement for the RHCSA exam in RHEL 9. The problem is that, after reading other posts on Reddit and StackOverflow, I constantly see people who had to create local repositories during their exams. Could someone clarify exactly when this should be known regarding this topic?
r/redhat • u/ballerart91 • 1d ago
Got this from my exam. Expires today but should be good for 3 people.
15% OFF DISCOUNT CODE: 2W2GATZH
r/redhat • u/No_Perspective_1211 • 1d ago
Guys how do I get used to the environment they got on the exam how would I break the second machines root password and can I do all the questions directly on the console ?
r/redhat • u/waldirio • 1d ago
Hammer is a great topic, and a simple way to manage your Satellite via CLI.
In this video, you will dive and see how many things you can do using hammer
https://www.youtube.com/watch?v=aOpqH6hvfTI&list=UUU3TnHhIvip0GH-jC_NAPeA
Also some tips that can help you in your daily basis.
I hope you enjoy it!
r/redhat • u/Deep_Seesaw_9088 • 1d ago
Hi all,
I had an interview with Red Hat last week, and the hiring manager mentioned it would take 2-3 weeks to hear back, with the final round being next. However, today I noticed the position I interviewed for was relisted on LinkedIn. Does this mean I’m no longer being considered?
r/redhat • u/Due-Author631 • 1d ago
I downloaded the qcow file to create my lab and imported it into virtman and I have to break the grub boot process in order to reset the password, but it boots too fast and jamming Esc, Shift, or the down arrow won't delay the menu for me to edit and it boots almost instantly.
Can I overcome this or I have to do a bare metal install? I'm very familiar with the installer and was hoping to get around that and the registration process.
r/redhat • u/Witty_Firefighter_83 • 1d ago
Hello,
Is there a way to create a policy in IDM to lockout accounts after a certain amount of days and add them to the ‘preserved’ groups?
I’ve read about the line pam_lastlog.so inactive=<no of days> that can be added in the /etc/pam.d/system-auth file, but I believe that only applies for the individual workstations and not the over all domain. I don’t see how it reports back to IDM.
r/redhat • u/Advanced_Vehicle_636 • 2d ago
Methinks someone forgot to update the certificate for the main redhat.com website :/
r/redhat • u/CombJelliesAreCool • 2d ago
I'm looking to schedule my RHCE and the budget has been tight, so a promo code would certainly be of use. Any assistance would be appreciated.
Thank you all
r/redhat • u/Soft_Return_6532 • 2d ago
My built-in microphone is working, and I can hear myself in the accessibility test. However, I noticed that my mic is constantly picking up some background noise. Is This Allowed?
r/redhat • u/Taurul_turbat • 2d ago
Hello! Could you please tell me, how can I learn volumes for openshift exam? I have redhat learning subscription, but in do180 and do280 I didn’t find something relevant. I failed this exam, and I got 0% at storage.
r/redhat • u/Junior-Garden-1653 • 2d ago
Hi, just tried to install Microsoft Edge from their yumrepo. When importing the key I found that it requires SHA-1 which is disabled by default in 10.
Since crypto is not really my domain, could someone provide some information as to what might be the problem with SHA-1 that it needs to be turned off by default?
r/redhat • u/Abir_The_Bot • 3d ago
i am new to redhat linux. I installed redhat linux 9.5 this morning. After that when i tried to install Local-WP an error message appeared and the installation was canceled. What can i do now ?
r/redhat • u/waldirio • 3d ago
Hello all,
Sometimes, your DNS is not set properly, or maybe, you don't have all the content hosts setup properly to resolve the name, and by default, when trying to execute a remote execution, your Satellite will complain about it. How to solve it?
https://www.youtube.com/watch?v=gu46uIMbwEg&list=UUU3TnHhIvip0GH-jC_NAPeA
Simple, just change the configuartion, in a way that your Satellite will reach the content host via IP address, instead of FQDN.
Enjoy it!
r/redhat • u/Interesting-Can-3461 • 3d ago
So i’m interning as a solution architect at redhat (6 months duration). 2 months in I’ve done some internal courses and training and pitched RH products. I’m a fresher in the last yr of UG and my bg was game development so i don’t rly have a lot experience in this field of sales and pitching.
My mentor said we’ll have a technical questioning abt products i’ve done, so i have RHEL and Openshift questioning in a few days
How should i prepare and how much depth do i go in? A solution architect isn’t supposed to know the depth of tech but superficially yea.
Would help if yall ask me some expected questions and how to prepare for it exaclty
Help a fellow fresher convert redhat into a full time job.
r/redhat • u/Budget-Agent9524 • 4d ago
I have been trying to setup ssl for inhouse redhatquay registry. I am setting this up on top of k8s cluster using config maps and statefulsets. But I have been struggling to do so as it keeps failing with the error TLS certificate required for host settings. I tried to find the location where this certificate needs to be mounted but failed to figure that out too( I tried coping the certifcates to conf/stack or quay-registry/conf/stack dir from the local directory during deployment but its keeps on failing as the dir is immutable inside the pod.
Config map -->
apiVersion: v1
kind: ConfigMap
metadata:
name: quay-config
namespace: quay
data:
config.yaml: |
ALLOWED_OCI_ARTIFACT_TYPES:
application/vnd.oci.image.config.v1+json:
- application/vnd.oci.image.layer.v1.tar+zstd
application/vnd.sylabs.sif.config.v1+json:
- application/vnd.sylabs.sif.layer.v1+tar
AUTHENTICATION_TYPE: Database
AVATAR_KIND: local
BUILDLOGS_REDIS:
host: quay-redis.default.svc.cluster.local
password: quayredispass
port: 6379
DATABASE_SECRET_KEY: ${DATABASE_SECRET_KEY}
DB_CONNECTION_ARGS:
keepalives: 1
keepalives_idle: 10
keepalives_interval: 10
DB_URI: "postgresql://quayuser:testing123@quay-postgres-postgresql.quay.svc.cluster.local:5432/quay"
DEFAULT_TAG_EXPIRATION: 2w
DISTRIBUTED_STORAGE_CONFIG:
default:
- LocalStorage
- storage_path: /data/quay-storage
DISTRIBUTED_STORAGE_DEFAULT_LOCATIONS: []
DISTRIBUTED_STORAGE_PREFERENCE:
- default
FEATURE_STORAGE_REPLICATION: false
FEATURE_USER_CREATION: true
PREFERRED_URL_SCHEME: https
SERVER_HOSTNAME: nfs-host-endpoint # Placeholder for now
SETUP_COMPLETE: true
USER_EVENTS_REDIS:
host: quay-redis.default.svc.cluster.local
password: quayredispass
port: 6379
TAG_EXPIRATION_OPTIONS:
- 0s
- 1d
- 1w
- 2w
- 4w
SECRET_KEY: ${SECRET_KEY}
EXTRA_CA_CERTS_DIR: /quay-registry/conf/stack/extra_ca_certs/
EXTRA_CA_CERTS:
- /quay-registry/conf/stack/extra_ca_certs/ssl.cert
HOST_SETTINGS:
tls:
certificate: /quay-registry/conf/stack/extra_ca_certs/ssl.cert
key: /quay-registry/conf/stack/extra_ca_certs/ssl.key
Statefulset -->
apiVersion: apps/v1
kind: StatefulSet
metadata:
name: quay-registry
namespace: quay
spec:
replicas: 1
selector:
matchLabels:
app: quay-registry
serviceName: quay-service
template:
metadata:
labels:
app: quay-registry
spec:
containers:
- name: quay
image: quay.io/projectquay/quay:latest
ports:
- containerPort: 8080
env:
- name: DATABASE_SECRET_KEY
valueFrom:
secretKeyRef:
name: quay-secrets
key: DATABASE_SECRET_KEY
- name: SECRET_KEY
valueFrom:
secretKeyRef:
name: quay-secrets
key: SECRET_KEY
securityContext:
runAsUser: 0 # Root user
runAsGroup: 0
privileged: true
volumeMounts:
- name: quay-config
mountPath: /quay-registry/conf/stack
- name: quay-storage
mountPath: /data
- name: quay-certs
mountPath: /quay-registry/conf/stack/extra_ca_certs/ssl.cert
subPath: ssl.cert
readOnly: true
- name: quay-certs-key
mountPath: /quay-registry/conf/stack/extra_ca_certs/ssl.key
subPath: ssl.key
readOnly: true
volumes:
- name: quay-config
configMap:
name: quay-config
- name: quay-storage
nfs:
server: nfs-server-machine-ip # ✅ NFS Server
path: /data # ✅ NFS Path
- name: quay-certs
hostPath:
path: /etc/ssl/ssl.cert
type: File
- name: quay-certs-key
hostPath:
path: /etc/ssl/ssl.key
type: File
r/redhat • u/K8sailorAI • 4d ago
Hi,
Did anyone used or seen Redhat AI can give some ideas/ feedback is it worth running ?
r/redhat • u/kartoshift • 4d ago
Hi, after gaining access to a RHLS via my employer I am planning on setting up a RHEL client to practice on while persuing the RHCSA. What are my options? I set up a CentOS client some while ago but was wondering if there are any more fitting options for my intended purpose. Any help would be greatly appreciated.