RHCE — различия между версиями
Материал из pNp Wiki
Andy (обсуждение | вклад) (→Network services) |
Andy (обсуждение | вклад) (→NFS) |
||
(не показано 8 промежуточных версий этого же участника) | |||
Строка 2: | Строка 2: | ||
* [https://linuxacademy.com/cp/modules/view/id/50 Видеокурсы] Linux Academy | * [https://linuxacademy.com/cp/modules/view/id/50 Видеокурсы] Linux Academy | ||
− | * Замечательная книга Сандера Ван Вогта: Sander van Vugt - Red Hat RHCSA/RHCE7 Cert Guide: Red Hat Enterprise Linux 7(EX200 and EX300) | + | * Замечательная книга Сандера Ван Вогта: [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 | * [https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/?version=7 Официальная документация] по Red Hat Enterprise Linux 7 | ||
* Официальная документация для подготовки к экзамену EX300 | * Официальная документация для подготовки к экзамену EX300 | ||
* Сайт с информацией для подготовки к экзамену [https://www.certdepot.net/rhel7-rhce-exam-objectives/ CertDepot] | * Сайт с информацией для подготовки к экзамену [https://www.certdepot.net/rhel7-rhce-exam-objectives/ CertDepot] | ||
* Сайт с информацией для подготовки к экзамену [https://www.lisenet.com/rhce/ Lisnet] | * Сайт с информацией для подготовки к экзамену [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] и включает в себя следующие темы: | В данный момент, экзамен носит номер [https://www.redhat.com/en/services/training/ex300-red-hat-certified-engineer-rhce-exam EX300] и включает в себя следующие темы: | ||
Строка 18: | Строка 18: | ||
* [[iscsi|Configure a system as either an iSCSI target or initiator that persistently mounts an iSCSI target]] | * [[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)]] | * [[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 ==== | ==== Network services ==== | ||
Строка 39: | Строка 39: | ||
* [[tshoot_dns|Troubleshoot DNS client issues]] | * [[tshoot_dns|Troubleshoot DNS client issues]] | ||
==== NFS ==== | ==== NFS ==== | ||
− | * Provide network shares to specific clients | + | * [[nfs_share|Provide network shares to specific clients]] |
− | * Provide network shares suitable for group collaboration | + | * [[nfs_share_group|Provide network shares suitable for group collaboration]] |
− | * Use Kerberos to control access to NFS network shares | + | * [[nfs_krb5|Use Kerberos to control access to NFS network shares]] |
+ | |||
==== SMB ==== | ==== SMB ==== | ||
− | * Provide network shares to specific clients | + | * [[smb_client|Provide network shares to specific clients]] |
− | * Provide network shares suitable for group collaboration | + | * [[smb_group|Provide network shares suitable for group collaboration]] |
+ | |||
==== SMTP ==== | ==== SMTP ==== | ||
* [[postfix_null_client | Configure a system to forward all email to a central mail server]] | * [[postfix_null_client | Configure a system to forward all email to a central mail server]] | ||
==== SSH ==== | ==== SSH ==== | ||
− | * Configure key-based authentication | + | * [[configure_ssh_key|Configure key-based authentication]] |
− | * Configure additional options described in documentation | + | * [[configure_ssh_params|Configure additional options described in documentation]] |
+ | |||
==== NTP ==== | ==== NTP ==== | ||
− | * Synchronize time using other NTP peers | + | * [[time_sync|Synchronize time using other NTP peers]] |
+ | |||
==== Database services ==== | ==== Database services ==== | ||
− | * Install and configure MariaDB | + | * [[install_db|Install and configure MariaDB]] |
− | * Backup and restore a database | + | * [[backup_db|Backup and restore a database]] |
− | * Create a simple database schema | + | * [[create_schema|Create a simple database schema]] |
− | * Perform simple SQL queries against a database | + | * [[query_db|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