Close
Contact Us info@learnquest.com

??WelcomeName??
??WelcomeName??
« Important Announcement » Contact Us 877-206-0106 | USA Flag
Close
Close
Close
photo

Thank you for your interest in LearnQuest.

Your request is being processed and LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

photo

Thank you for your interest in Private Training.

We look forward to helping you develop the perfect training solution to help you meet your company's goals.

For immediate assistance, speak with one of our representatives using the chat module below. Otherwise, LearnQuest or a LearnQuest-Authorized Training Provider will be in touch with you shortly.

Close
photo

Thank you for your interest in LearnQuest!

Now, you will be able to stay up-to-date on our latest course offerings, promotions, and training discounts. Watch your inbox for upcoming special offers.

title

Date: xxx

Location: xxx

Time: xxx

Price: xxx

Please take a moment to fill out this form. We will get back to you as soon as possible.

All fields marked with an asterisk (*) are mandatory.

Red Hat Enterprise Linux Systems Administration III

Price
2,340 USD
4 Days
OSUN-715
Classroom Training, Online Training
Red Hat Training Partner

AWS Training Pass

Take advantage of flexible training options with the AWS Training Pass and get Authorized AWS Training for a full year.

Learn More

Prices reflect a 22.5% discount for IBM employees (wherever applicable).
Prices reflect a 24% discount for Kyndryl employees (wherever applicable).
Prices reflect the Accenture employee discount.
Prices shown are the special AWS Partner Prices.
Prices reflect the Capgemini employee discount.
Prices reflect the UPS employee discount.
Prices reflect the ??democompanyname?? employee discount.
GSA Private/Onsite Price: ??gsa-private-price??
For GSA pricing, please go to GSA Advantage.

Class Schedule

Delivery Formats

Sort results

Filter Classes

Guaranteed to Run

Modality

Location

Language

Date

    Sorry, there are no public classes currently scheduled in your country.

    Please complete this form, and a Training Advisor will be in touch with you shortly to address your training needs.

View Global Schedule

Course Description

Overview

This Red Hat Enterprise Linux Systems Administration III course builds upon a foundation of core Linux systems administration principles and skills. Students will advance their Linux systems administration knowledge. The course will focus on helping students optimize system administration skills using automation techniques and deploy commonly used network services. Once this course is completed students will know how to deploy critical network services in a secure fashion.
The Red Hat Enterprise Linux (RHEL) system administration topics covered in this course along with the OSUN-710 course cover the certification objects of the Red Hat Certified Engineer (RHCE) exam.

Red Hat® is a registered trademark of Red Hat, Inc. and its use by Guru Labs, L.C. does not imply association or sponsorship by Red Hat, Inc.

 

Objectives

Upon completion of the Red Hat Enterprise Linux Systems Administration III course, students will be able to:
  • Understand Linux systems administration principles
  • Employ automation techniques
  • Describe deployment of common network services
  • Deploy critical network services

Audience

  • Administrators

Prerequisites

    • Successful completion of OSUN-700 Red Hat Enterprise Linux Systems Administration I and OSUN-705 Red Hat Enterprise Linux Systems Admin II OR OSUN-120 Linux Fundamentals and OSUN-225 Enterprise Linux Systems Administration, or equivalent knowledge

Topics

LINUX KERNEL & DEVICES
  • Hardware Discovery Tools
  • Kernel Hardware Info – /sys/
  • /sys/ Structure
  • udev
  • Managing Linux Device Files
  • List Block Devices
  • SCSI Devices
  • USB Devices
  • USB Architecture
  • Kernel Modules
  • Configuring Kernel Components and Modules
  • Handling Module Dependencies
  • Configuring the Kernel via /proc/
  • Console
  • Virtual Terminals
  • Keyboard & locale configuration
  • Serial Ports
  • Random Numbers and /dev/random
  • Lab Tasks
    • Adjusting Kernel Options
    • Introduction to Troubleshooting Labs
    • Troubleshooting Practice: Kernel Modules
CONTROL SERVICES AND DAEMONS
  • Systemd System and Service Manager
  • Modifying systemd services
  • Systemd Service Sandboxing Features
  • Systemd Targets
  • Using systemd
  • Legacy Support for SysV init
  • Lab Tasks
    • Managing Services With Systemd's systemctl
    • Creating a systemd unit file
    • Troubleshooting Practice: Boot Process
MANAGE IPV6 NETWORKING
  • IPv6
  • Lab Tasks
    • Configuring IPv6
CONFIGURE LINK AGGREGATION AND BRIDGING
  • Interface Aggregation
  • Interface Bonding
  • Network Teaming
  • Interface Bridging
CONTROL NETWORK PORT SECURITY
  • SELinux Security Framework
  • SELinux Modes
  • SELinux Commands
  • Choosing an SELinux Policy
  • SELinux Booleans
  • Permissive Domains
  • SELinux Policy Tools
  • FirewallD
  • Lab Tasks
    • Firewall Configuration
    • FirewallD
Manage DNS for Servers
  • Server Roles
  • Resolving Names
  • Resolving IP Addresses
  • Basic BIND Administration
  • Configuring the Resolver
  • Testing Resolution
  • BIND Configuration Files
  • Named.conf Syntax
  • Named.conf Options Block
  • Creating a Site-Wide Cache
  • rndc Key Configuration
  • Address Match Lists & ACLs
  • Restricting Queries
  • Lab Tasks
    • Configuring a Slave Name Server
    • Use rndc to Control named
CONFIGURE EMAIL DELIVERY
  • SMTP
  • SMTP Terminology
  • SMTP Architecture
  • SMTP Commands
  • SMTP Extensions
  • SMTP Session
  • Postfix Features
  • Postfix Architecture
  • Postfix Components
  • Postfix Configuration
  • master.cf
  • main.cf
  • Configuration Commands
  • Lab Tasks
    • Configuring Postfix
    • Postfix Virtual Host Configuration
    • Postfix Network Configuration
PROVIDE BLOCK-BASED STORAGE
  • Remote Storage Overview
  • Remote Block Device Protocols
  • iSCSI Architecture
  • Open-iSCSI Initiator Implementation
  • iSCSI Initiator Discovery
  • iSCSI Initiator Node Administration
  • Mounting iSCSI Targets at Boot
  • iSCSI Multipathing Considerations
  • Lab Tasks
    • iSCSI Initiator Configuration
PROVIDE FILE-BASED STORAGE
  • Remote Filesystem Protocols
  • File Sharing via NFS
  • NFSv4+
  • NFS Clients
  • NFS Server Configuration
  • Implementing NFSv4
  • Accessing Windows/Samba Shares from Linux
  • Lab Tasks
    • NFS Server Configuration
CONFIGURE MARIADB DATABASES
  • Popular SQL Databases
  • MariaDB
  • MariaDB Installation and Security
  • MariaDB User Account Management
  • Lab Tasks
    • Installing and Securing MariaDB
PROVIDE APACHE HTTPD WEB SERVICES
  • HTTP Operation
  • Apache Architecture
  • Apache Configuration Files
  • Httpd.conf – Server Settings
  • Httpd.conf – Main Configuration
  • HTTP Virtual Servers
  • Virtual Hosting DNS Implications
  • Httpd.conf – VirtualHost Configuration
  • Port and IP based Virtual Hosts
  • Name-based Virtual Host
  • TLS Using mod_ssl.so
  • Dynamic HTTP Content
  • Lab Tasks
    • Apache Architecture
    • Apache Content
    • Configuring Virtual Hosts
    • Using TLS Certificates with Apache
    • CGI Scripts in Apache
WRITE BASH SCRIPTS
  • Shell Script Strengths and Weaknesses
  • Example Shell Script
  • Positional Parameters
  • Input & Output
  • Comparisons with test
  • Exit Status
  • Conditional Statements
  • Flow Control: case
  • The borne for-Loop
  • The while and until Loops
  • Lab Tasks
    • Writing a Shell Script
CONFIGURE THE SHELL ENVIRONMENT
  • Shells
  • Identifying the Shell
  • Changing the Shell
  • Configuration Files
  • Script Execution
  • Shell Prompts
  • Bash: Bourne-Again Shell
  • Bash: Configuration Files
  • Bash: Command Line History
  • Bash: Command Editing
  • Bash: Command Completion
  • Bash: prompt
  • Lab Tasks
    • Linux Shells
    • Bash History
    • Aliases
    • Bash Login Scripts
LINUX CONTAINERS PREVIEW
  • Application Management Landscape
  • Application Isolation
  • Resource Measurement and Control
  • Open Container Initiative
  • Lab Tasks
    • Container Concepts runC
    • Container Concepts Systemd
2023 Top 20 Training Industry Company - IT Training

Need Help?

Call us at 877-206-0106 or e-mail us at info@learnquest.com

Personalized Solutions

Need a personalized solution for your Training? Contact us, and one of our training advisors will help you find the best solution.

Contact Us

Need Help?

Do you have a question about the courses, instruction, or materials covered? Do you need help finding which course is best for you? We are here to help!

Talk to us

20% Off All AI Training Courses

Achieve more with AI-powered tools and strategies.

PROMO CODE: AI20
VALID THROUGH APRIL 30, 2024

20% Off All AI Training Courses

Self-Paced Training Info

Learn at your own pace with anytime, anywhere training

  • Same in-demand topics as instructor-led public and private classes.
  • Standalone learning or supplemental reinforcement.
  • e-Learning content varies by course and technology.
  • View the Self-Paced version of this outline and what is included in the SPVC course.
  • Learn more about e-Learning

Course Added To Shopping Cart

bla

bla

bla

bla

bla

bla

Self-Paced Training Terms & Conditions

??spvc-wbt-warning??
??group-training-form-area??
??how-can-we-help-you-area??
??personalized-form-area??
??request-quote-area??

Sorry, there are no classes that meet your criteria.

Please contact us to schedule a class.
Close

self-paced
STOP! Before You Leave

Save 0% on this course!

Take advantage of our online-only offer & save 0% on any course !

Promo Code skip0 will be applied to your registration

Close
Nothing yet
here's the message from the cart

To view the cart, you can click "View Cart" on the right side of the heading on each page
Add to cart clicker.

Purchase Information

??elearning-coursenumber?? ??coursename??
View Cart

Need more Information?

Speak with our training specialists to continue your learning journey.

 

Delivery Formats

Close

By submitting this form, I agree to LearnQuest's Terms and Conditions

heres the new schedule
This website uses third-party profiling cookies to provide services in line with the preferences you reveal while browsing the Website. By continuing to browse this Website, you consent to the use of these cookies. If you wish to object such processing, please read the instructions described in our Privacy Policy.
Your use of this LearnQuest site affirms your consent to our use of session and persistent cookies to track how you use our website.