[NEW] Red Hat Training and Certification - RHEL 9 (RH134)
- Description
- Curriculum
- FAQ
- Reviews
Disclaimer: This module is not accredited by Red Hat.
The Red Hat System Administration II (RH134) course focuses on essential tasks required to become a full-time Linux administrator and to validate those skills through the Red Hat Certified System Administrator exam.
This course goes deeper into Enterprise Linux administration, including file systems, partitioning, logical volumes, SELinux, firewalls, and troubleshooting.
Course Content:
Section 1: Introduction
-> Introduction about the course module
Section 2: Lab Setup for Practice – RHCSA
-> Standard Installation of RHEL 9
-> Create a Red Hat Network (RHN) account – Red Hat Login ID
-> Download the Latest Version of RHEL 9.4
-> Download and Install Oracle VirtualBox
-> Overview of Oracle VirtualBox
-> Create a template of RHEL9 VM
-> Create a template for a RHEL 9 virtual machine
-> Adjust Settings using the RHEL9 Template
-> Install Red Hat Enterprise Linux 9.4
-> Continue – Installation of RHEL 9
-> Access RHEL 9 from a Windows machine
-> Install and set up MobaXterm software
-> Allow a user to execute any commands using visudo.
-> sudo access
-> Set up a local Yum server
Section 2: Improve command-line productivity
-> Write simple bash scripts
-> Execute a bash shell script
-> Quote special characters
-> Lab- variable & special characters
-> echo command
-> Lab- echo command
-> Lab- redirection operator “>”
-> Lab- redirection stderr, append “2>”, “>>”
-> Loops to iterate commands
-> Exit codes in bash script
-> Lab- exit code number
-> Lab- exit code in bash script
-> Test logic
-> Conditional structure-if, else, elif..
-> Lab- if, else
-> Lab- if, elif
-> Grep command
-> Regular expressions
-> Lab- Match the start and end of a line using “^” & “$”
Section 3:Schedule future tasks
-> Schedule deferred user tasks
-> Inspect and manage deferred user jobs
-> Lab1- at command
-> Lab2- at command
-> Recurring user jobs
-> Examples- Recurring user jobs
-> Lab- crontab(Recurring user jobs)
-> Lab 1- Schedule a script via crontab
-> Lab 2- Schedule a script via crontab
-> Recurring system jobs
-> Run periodic commands with Anacron
-> System timer
-> Lab- system timer
-> Managing temporary files
-> Cleaning temporary files with a systemd timer
-> Lab 1- Managing temp files
-> Lab 2- Managing temp files
Section 4: Tune system performance
-> Adjust tuning profiles
-> Managing Profiles from the command line
-> Manage profile with the command line
-> Linux process scheduling
Section 5: Managing SElinux security
-> SELinux security concepts
-> SELinux protection (DAC vs MAC)
-> SELinux context
-> Lab- SELinux context
-> Practical approach to understand SELinux security
-> SELinux modes
-> Toggling the SELinux modes temporarily
-> Toggling the SELinux modes permanently
-> Lab- SELinux security
-> Industrial project on SELinux security-1
-> Industrial project on SELinux security-2
-> Industrial project on SELinux security-3
-> Industrial project on SELinux security-4
-> Lab- change the SELinux context
-> Define SELinux default file context policies
-> Lab- SELinux default file context policies
-> SELinux Booleans
-> Lab 1- SELinux Booleans
-> Lab 2- SELinux Booleans
Section 6: Manage basic storage
-> Overview of partition disk
-> MBR partition scheme
-> MBR- Master Boot Record
-> Limitation of MBR partition scheme
-> GPT partition scheme
-> Manage partitions
-> Lab- create partition using parted command
-> Lab- create partition using single command
-> Lab- create file systems
-> Lab- persistently mount file system
-> lsblk command to scan the block devices
-> Swap space concepts
-> Create a swap partition
-> Activate swap space
-> Activate swap space persistently
-> Set swap space priority
Section 7: Manage storage stack-LVM
-> Overview of LVM- Logical volume manager
-> Features of LVM
-> Architectural overview of LVM
-> Architectural overview via diagram
-> Lab- create PV(Physical Volume)
-> Lab- create VG(Volume Group)
-> Lab- create LV(Logical Volume)
-> Lab- create a FS and LV
-> Lab- Display information about PV,VG, and LV
-> Extend a volume Group size
-> Lab- Extend a volume Group size
-> Extend a logical volume size
-> Lab- Extend an XFS file system
-> Lab- Extend an EXT4 file system
-> Extend swap space logical volumes
-> Reduce volume group storage
-> Remove a logical volume
-> Remove the volume group
Section 8: Manage layered storage
-> Overview of stratis storage management
-> Install and enable stratis
-> Create stratis pools
-> Manage stratis file system
-> Create a stratis file system snapshot
-> Persistently mount stratis file systems
-> Industrial Project- Lab 1
-> Industrial Project- Lab 2
-> Industrial Project- Lab 3
-> Industrial Project- Lab 4
-> Industrial Project- Lab 5
-> Industrial Project- Lab 6
Section 9: Access network-attached storage
-> Overview of NFS in Linux
-> Accessing exported NFS directories
-> Query a server’s exported NFS directories
-> Create local yum server to install NFS package
-> Lab- Install NFS package
-> Lab- Create a NFS file system
-> Lab- Export the file system
-> Lab- Configure NFS client
-> Lab- Mount the exported FS on client
-> Lab- Unmount the exported FS
-> Mount NFS exports with the Automounter
-> Lab 1- Setup automount using Indirect Map
-> Lab 2- Setup automount using Indirect Map
-> Lab 3- Check the Autofs working
-> Lab 4- Automatically unmount the file system if it is not being accessed.
-> Lab 1- Industrial project on Indirect Wildcard Maps
-> Lab 2- Industrial project on Indirect Wildcard Maps
-> Lab 3- Industrial project on Indirect Wildcard Maps
-> Lab 4- Industrial project on Indirect Wildcard Maps
-> Lab 5- Industrial project on Indirect Wildcard Maps
Section 10: Control the boot process
-> Booting process of RHEL 9 system
-> Reboot and Shutdown
-> System Target
-> Select a target at runtime
-> Set a default target
-> Select a target at boot time
-> Reset the root passwd using Rd.Break
-> Reset the root password using RHEL9 ISO
-> Repairing System boot Issues- Rescue mode
-> Boot RHEL 9 into Emergency mode
-> Enabling the early debug Shell
-> Repair file system issues at boot
-> Repair file system- Misconfiguration in the /etc/fstab
-> Repair file system- Root FS corruption
Section 11: Run Containers
-> Introducing container technology
-> Container images and registries
-> Authenticate to registry- Podman login
-> Conf file of container registries
-> Container files to Build container Images
-> The Podman Utility
-> Install Container Utilities
-> Search a container Image
-> Examine container image- skopeo inspect
-> Create a container image using containerfile
-> Inspect the container image
-> Run containers
-> Create and start container
-> Run a container from a remote repository
-> Run a ubuntu container
-> Run an Apache webserver container on port 8080
-> Environment isolation in containers
-> Podman exec- executes a command inside a running container
-> Remove containers and images
-> Manage container resources
-> Environment variable for containers
-> Run a MariaDB container while passing environment variables
-> Ephemeral nature of container storage
-> Container Persistent storage
-> Attach the persistent storage to a container
-> Assign a port mapping to containers
-> Map the container host port on the container (MariaDB)
-> Last Lecture
-
2Standard Installation of RHEL 9Video lesson
-
3Create a Red Hat Network (RHN) account - Red Hat Login ID.Video lesson
-
4Download the Latest Version of RHEL 9.4Video lesson
-
5Download and Install Oracle VirtualBoxVideo lesson
-
6Overview of Oracle VirtualBoxVideo lesson
-
7Create a template for a RHEL 9 virtual machineVideo lesson
-
8Adjust Settings using the RHEL9 TemplateVideo lesson
-
9Install Red Hat Enterprise Linux 9.4Video lesson
-
10Continue - Installation of RHEL 9Video lesson
-
11Access RHEL 9 from a Windows machineVideo lesson
-
12Install and set up MobaXterm softwareVideo lesson
-
13Allow a user to execute any commands using visudo.Video lesson
-
14sudo accessVideo lesson
-
15Set up a local Yum serverVideo lesson
-
16QuizQuiz
Multiple choice questions...
-
17Write Simple Bash ScriptsVideo lesson
-
18Execute a Bash Shell ScriptVideo lesson
-
19Quote Special CharactersVideo lesson
-
20Lab - Variable & Special CharactersVideo lesson
-
21echo commandVideo lesson
-
22Lab - echo commandVideo lesson
-
23Lab - redirection operator ">"Video lesson
-
24Lab - redirection stderr, append "2>", ">>"Video lesson
-
25Loops to Iterate CommandsVideo lesson
-
26Exit Codes in Bash ScriptVideo lesson
-
27Lab - Exit Code numberVideo lesson
-
28Lab - Exit code in Bash ScriptVideo lesson
-
29Test LogicVideo lesson
-
30Lab - Test LogicVideo lesson
-
31Conditional Structures - if, else, elif ...Video lesson
-
32Lab - if, elseVideo lesson
-
33Lab - if, elifVideo lesson
-
34Grep CommandVideo lesson
-
35Regular expressionsVideo lesson
-
36Lab - Match the Start and End of a line using "^" & "$"Video lesson
-
37QuizQuiz
Multiple choice questions...
-
38Improve Command-Line ProductivityQuiz
-
39Schedule Deferred User TasksVideo lesson
-
40Inspect and Manage Deferred User JobsVideo lesson
-
41Lab1 - at commandVideo lesson
-
42Lab2 - at commandVideo lesson
-
43Recurring User JobsVideo lesson
-
44Examples - Recurring User JobsVideo lesson
-
45Lab - crontab (Recurring User Jobs)Video lesson
-
46Lab 1 - Schedule a Script via CrontabVideo lesson
-
47Lab 2 - Schedule a Script via CrontabVideo lesson
-
48Recurring System JobsVideo lesson
-
49Run Periodic commands with AnacronVideo lesson
-
50Systemd TimerVideo lesson
-
51Lab - Systemd TimerVideo lesson
-
52Managing Temporary FilesVideo lesson
-
53Cleaning Temporary Files with a Systemd TimerVideo lesson
-
54Lab 1 - Managing Temp FilesVideo lesson
-
55Lab 2 - Managing Temp FilesVideo lesson
-
56QuizQuiz
Multiple choice questions...
-
62SELinux Security ConceptsVideo lesson
-
63SELinux Protection ( DAC vs MAC)Video lesson
-
64SELinux ContextVideo lesson
-
65Lab - SELinux ContextVideo lesson
-
66Practical approach to understand SELinux securityVideo lesson
-
67SELinux ModesVideo lesson
-
68Toggling the SELinux modes temporarilyVideo lesson
-
69Toggling the SELinux modes permanentlyVideo lesson
-
70Lab - SELinux SecurityVideo lesson
-
71Industrial Project on SELinux Security - 1Video lesson
-
72Industrial Project on SELinux Security - 2Video lesson
-
73Industrial Project on SELinux Security - 3Video lesson
-
74Industrial Project on SELinux Security - 4Video lesson
-
75Lab - SELinux ContextVideo lesson
-
76Change SELinux ContextVideo lesson
-
77Lab - Change the SELinux ContextVideo lesson
-
78Define SELinux Default File Context PoliciesVideo lesson
-
79Lab - SELinux Default File Context PoliciesVideo lesson
-
80SELinux BooleansVideo lesson
-
81Lab 1 - SELinux BooleansVideo lesson
-
82Lab 2 - SELinux BooleansVideo lesson
-
83QuizQuiz
Multiple choice questions...

External Links May Contain Affiliate Links read more