RHCE — различия между версиями

Материал из pNp Wiki
Перейти к: навигация, поиск
(System configuration and management)
(NFS)
 
(не показано 26 промежуточных версий этого же участника)
Строка 1: Строка 1:
 
Для подготовки к экзамену использовались следующие материалы:
 
Для подготовки к экзамену использовались следующие материалы:
  
[https://linuxacademy.com/cp/modules/view/id/50 Видеокурсы] Linux Academy
+
* [https://linuxacademy.com/cp/modules/view/id/50 Видеокурсы] Linux Academy
 +
* Замечательная книга Сандера Ван Вогта: [http://www.sandervanvugt.com/book-red-hat-rhcsa-rhce-7-cert-guide/ Sander van Vugt - Red Hat RHCSA/RHCE7 Cert Guide: Red Hat Enterprise Linux 7(EX200 and EX300)]
 +
* [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7 Официальная документация] по Red Hat Enterprise Linux 7
 +
* Официальная документация для подготовки к экзамену EX300
 +
* Сайт с информацией для подготовки к экзамену [https://www.certdepot.net/rhel7-rhce-exam-objectives/ CertDepot]
 +
* Сайт с информацией для подготовки к экзамену [https://www.lisenet.com/rhce/ Lisnet]
 +
* [[rhcsa-rhce-playbook|ansible playbook]] для настройки окружения сервера
 +
В данный момент, экзамен носит номер [https://www.redhat.com/en/services/training/ex300-red-hat-certified-engineer-rhce-exam EX300] и включает в себя следующие темы:
  
Замечательная книга Сандера Ван Вогта: Sander van Vugt - Red Hat RHCSA/RHCE7 Cert Guide: Red Hat Enterprise Linux 7(EX200 and EX300)
+
==== System configuration and management ====
 +
* [[network_teaming_or_bonding|Use network teaming or bonding to configure aggregated network links between two Red Hat Enterprise Linux systems]]
 +
* [[ipv6|Configure IPv6 addresses and perform basic IPv6 troubleshooting]]
 +
* [[static_routes|Route IP traffic and create static routes]]
 +
* [[firewalld|Use firewalld and associated mechanisms such as rich rules, zones and custom rules, to implement packet filtering and configure network address translation (NAT)]]
 +
* [[auth_krb|Configure a system to authenticate using Kerberos]]
 +
* [[iscsi|Configure a system as either an iSCSI target or initiator that persistently mounts an iSCSI target]]
 +
* [[system_reports|Produce and deliver reports on system utilization (processor, memory, disk, and network)]]
 +
* [[shell_script|Use shell scripting to automate system maintenance tasks]]
  
[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7 Официальная документация] по Red Hat Enterprise Linux 7
+
==== Network services ====
 +
* [[Installpackages|Install the packages needed to provide the service]]
 +
* [[SELinuxservice|Configure SELinux to support the service]]
 +
* [[SELinuxports|Use SELinux port labeling to allow services to use non-standard ports]]
 +
* [[Config_service|Configure the service to start when the system is booted]]
 +
* [[Config_service|Configure the service for basic operation]]
 +
* [[Configure host-based and user-based security for the service]]
  
Официальная документация для подготовки к экзамену EX300
+
==== HTTP/HTTPS ====
 +
* [[vhost|Configure a virtual host]]
 +
* [[apache_restrictions|Configure access restrictions on directories]]
 +
* [[cgi_app|Deploy a basic CGI application]]
 +
* [[apache_group|Configure group-managed content]]
 +
* [[apache_tls|Configure TLS security]]
  
Сайт с информацией для подготовки к экзамену [https://www.certdepot.net/rhel7-rhce-exam-objectives/ CertDepot]
+
==== DNS ====
 +
* [[cache_dns|Configure a caching-only name server]]
 +
* [[tshoot_dns|Troubleshoot DNS client issues]]
 +
==== NFS ====
 +
* [[nfs_share|Provide network shares to specific clients]]
 +
* [[nfs_share_group|Provide network shares suitable for group collaboration]]
 +
* [[nfs_krb5|Use Kerberos to control access to NFS network shares]]
  
 +
==== SMB ====
 +
* [[smb_client|Provide network shares to specific clients]]
 +
* [[smb_group|Provide network shares suitable for group collaboration]]
  
 +
==== SMTP ====
 +
* [[postfix_null_client | Configure a system to forward all email to a central mail server]]
  
В данный момент, экзамен носит номер [https://www.redhat.com/en/services/training/ex300-red-hat-certified-engineer-rhce-exam EX300] и включает в себя следующие темы:
+
==== SSH ====
 +
* [[configure_ssh_key|Configure key-based authentication]]
 +
* [[configure_ssh_params|Configure additional options described in documentation]]
  
==== System configuration and management ====
+
==== NTP ====
* [[network_teaming_or_bonding|Use network teaming or bonding to configure aggregated network links between two Red Hat Enterprise Linux systems]]
+
* [[time_sync|Synchronize time using other NTP peers]]
* [[Configure IPv6 addresses and perform basic IPv6 troubleshooting]]
 
* [[Route IP traffic and create static routes]]
 
* [[Use firewalld and associated mechanisms such as rich rules, zones and custom rules, to implement packet filtering and configure network address translation (NAT)]]
 
* [[Configure a system to authenticate using Kerberos]]
 
* [[Configure a system as either an iSCSI target or initiator that persistently mounts an iSCSI target]]
 
* [[Produce and deliver reports on system utilization (processor, memory, disk, and network)]]
 
* [[Use shell scripting to automate system maintenance tasks]]
 
  
==== Network services ====
+
==== Database services ====
* Network services are an important subset of the exam objectives. RHCE candidates should be capable of meeting the following objectives for each of the network services listed below:
+
* [[install_db|Install and configure MariaDB]]
* Install the packages needed to provide the service
+
* [[backup_db|Backup and restore a database]]
* Configure SELinux to support the service
+
* [[create_schema|Create a simple database schema]]
* Use SELinux port labeling to allow services to use non-standard ports
+
* [[query_db|Perform simple SQL queries against a database]]
* Configure the service to start when the system is booted
 
* Configure the service for basic operation
 
* Configure host-based and user-based security for the service
 
'''''HTTP/HTTPS'''''
 
* Configure a virtual host
 
* Configure access restrictions on directories
 
* Deploy a basic CGI application
 
* Configure group-managed content
 
* Configure TLS security
 
'''''DNS'''''
 
* Configure a caching-only name server
 
* Troubleshoot DNS client issues
 
'''''NFS'''''
 
* Provide network shares to specific clients
 
* Provide network shares suitable for group collaboration
 
* Use Kerberos to control access to NFS network shares
 
'''''SMB'''''
 
* Provide network shares to specific clients
 
* Provide network shares suitable for group collaboration
 
'''''SMTP'''''
 
* Configure a system to forward all email to a central mail server
 
'''''SSH'''''
 
* Configure key-based authentication
 
* Configure additional options described in documentation
 
'''''NTP'''''
 
* Synchronize time using other NTP peers
 
* Database services
 
* Install and configure MariaDB
 
* Backup and restore a database
 
* Create a simple database schema
 
* Perform simple SQL queries against a database
 

Текущая версия на 12:36, 30 ноября 2018

Для подготовки к экзамену использовались следующие материалы:

В данный момент, экзамен носит номер EX300 и включает в себя следующие темы:

System configuration and management

Network services

HTTP/HTTPS

DNS

NFS

SMB

SMTP

SSH

NTP

Database services