RHCE — различия между версиями
Материал из pNp Wiki
Andy (обсуждение | вклад) (→System configuration and management) |
Andy (обсуждение | вклад) (→NFS) |
||
(не показаны 2 промежуточные версии этого же участника) | |||
Строка 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] и включает в себя следующие темы: | ||
Строка 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 ==== | ||
* [[smb_client|Provide network shares to specific clients]] | * [[smb_client|Provide network shares to specific clients]] |
Текущая версия на 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