RedHat RHCE Prüfungsthemen:
| Abschnitt | Ziele |
|---|---|
| Thema 1: Automatisierung und Aufgabenausführung | - Verwenden von Variablen, Fakten und Inventaren - Implementieren von Aufgabensteuerung (Schleifen, Bedingungen, Handler) - Erstellen und Ausführen von Ansible-Playbooks |
| Thema 2: Systemkonfiguration und Dienste | - Konfigurieren von Speicher und Dateisystemen - Verwalten von Diensten und Systemzuständen mit Ansible - Verwalten von Benutzern, Gruppen und Berechtigungen |
| Thema 3: Sicherheits- und Automatisierungsverfahren | - Verwalten von Firewall-Regeln und SELinux-Einstellungen - Konfigurieren von SSH und schlüsselbasierter Authentifizierung - Sichern von Automatisierungsabläufen mithilfe von Ansible Vault |
| Thema 4: Ansible Grundkonzepte | - Installieren und Konfigurieren des Ansible-Kontrollknotens - Konfigurieren verwalteter Knoten für die Automatisierung - Verwenden von Ansible-Modulen und Ad-hoc-Befehlen |
RedHat Red Hat Certified Engineer - RHCE RHCE Prüfungsfragen mit Lösungen
CORRECT TEXT
One Domain RHCE is configured in your lab, your domain server is server1.example.com. nisuser2001, nisuser2002, nisuser2003 user are created on your server 192.168.0.254:/rhome/stationx/nisuser2001. Make sure that when NIS user login in your system automatically mount the home directory. Home directory is separately shared on server /rhome/stationx/ where x is your Station number.
Antwort:
usetheauthconfig--nisserver=<NISSERVER>--nisdomain=<NISDOMAIN>--updateExample:authconfig--niserver=192.168.0.254--nisdomain=RHCE--updateorsystem-config-authentication
ClickonEnableNIS
TypetheNISDomain:RHCE
TypeServer192.168.0.254thenclickonnextandok
Youwillgetaokmessage.
CreateaDirectory/rhome/stationxwherexisyourstationnumber.
vi/etc/auto.masterandwriteattheendoffile/rhome/stationx/etc/auto.home--timeout=60
vi/etc/auto.homeandwrite*-rwsoftintr192.168.0.254:/rhome/stationx/&Note:pleasespecifyyourstationnumberintheplaceofx.
Serviceautofsrestart
Loginasthenisuser2001ornisuser2002onanotherterminalwillbeSuccess.AccordingtoquestionRHCEdomainisalreadyconfigured.WehavetomakeaclientofRHCEdomainandautomaticallymountthehomedirectoryonyoursystem.Tomakeamemberofdomainweusetheauthconfigwithoptionorsystem-configauthenticationcommand.Thereaarelotsofauthenticationserveri.eNISLDABSMBetc.NISisaRPCrelatedServicesnoneedtoconfiguretheDNSweshouldspecifytheNISserveraddress.HereAutomountfeatureisavailable.Whenusertriedtologinhomedirectorywillautomaticallymount.Theautomountserviceusedthe/etc/auto.masterfile.On/etc/auto.masterfilewespecifiedthemountpointtheconfigurationfileformountpoint.
CORRECT TEXT
Add a swap partition.
Adding an extra 500M swap partition to your system, this swap partition should mount automatically when the system starts up. Don't remove and modify the existing swap partitions on your system.
Antwort:
fdisk-cu/dev/vda//inthewayofexpandingthepartitiondon'tmakemainpartitionpartx-a/dev/vdamkswap/dev/vdaxswapon/dev/vdaxswapon-svi/etc/fstab/dev/vdaxswapswapdefaults00mount-a
CORRECT TEXT
Upgrading the kernel as 2.6.36.7.1, and configure the system to Start the default kernel, keep the old kernel available.
Antwort:
#cat/etc/grub.conf
#cd/boot
#lftpit
#getdr/dom/kernel-xxxx.rpm
#rpm-ivhkernel-xxxx.rpm
#vim/etc/grub.confdefault=0
CORRECT TEXT
Configure a user account.
Create a user iar , uid is 3400. Password is redhat
Antwort:
useradd-u3400iarpasswdiar
CORRECT TEXT
Find the rows that contain abcde from file /etc/testfile, and write it to the file/tmp/testfile, and the sequence is requested as the same as /etc/testfile.
Antwort:
#cat/etc/testfile|whilereadline;doecho$line|grepabcde|tee-a/tmp/testfiledoneORgrep`abcde'/etc/testfile>/tmp/testfile






1251 Kundenbewertungen

