RHCE — различия между версиями
Материал из pNp Wiki
Andy (обсуждение | вклад) (→System configuration and management) |
Andy (обсуждение | вклад) (→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] и включает в себя следующие темы: | ||
− | + | ==== 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]] | ||
− | [ | + | ==== 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]] | ||
− | + | ==== 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]] | ||
− | + | ==== 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]] | ||
− | + | ==== SSH ==== | |
+ | * [[configure_ssh_key|Configure key-based authentication]] | ||
+ | * [[configure_ssh_params|Configure additional options described in documentation]] | ||
− | ==== | + | ==== NTP ==== |
− | * [[ | + | * [[time_sync|Synchronize time using other NTP peers]] |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ==== | + | ==== Database services ==== |
− | * | + | * [[install_db|Install and configure MariaDB]] |
− | + | * [[backup_db|Backup and restore a database]] | |
− | + | * [[create_schema|Create a simple database schema]] | |
− | + | * [[query_db|Perform simple SQL queries against a database]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | * Backup and restore a database | ||
− | * Create a simple database schema | ||
− | * Perform simple SQL queries against a database |
Текущая версия на 12:36, 30 ноября 2018
Для подготовки к экзамену использовались следующие материалы:
- Видеокурсы Linux Academy
- Замечательная книга Сандера Ван Вогта: Sander van Vugt - Red Hat RHCSA/RHCE7 Cert Guide: Red Hat Enterprise Linux 7(EX200 and EX300)
- Официальная документация по Red Hat Enterprise Linux 7
- Официальная документация для подготовки к экзамену EX300
- Сайт с информацией для подготовки к экзамену CertDepot
- Сайт с информацией для подготовки к экзамену Lisnet
- ansible playbook для настройки окружения сервера
В данный момент, экзамен носит номер EX300 и включает в себя следующие темы:
Содержание
System configuration and management
- Use network teaming or bonding to configure aggregated network links between two Red Hat Enterprise Linux systems
- 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
- Install the packages needed to provide the service
- Configure SELinux to support the service
- Use SELinux port labeling to allow services to use non-standard ports
- 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
NFS
- Provide network shares to specific clients
- Provide network shares suitable for group collaboration
- Use Kerberos to control access to NFS network shares