Showing posts with label RHEL8. Show all posts
Showing posts with label RHEL8. Show all posts

Init vs SystemD Linux | DevOps | Interview | Tech Arkit


Simple, fast, and efficient boot-up: systemd aims to improve boot times through parallelization and efficient service management.

Mount handling: systemd can manage filesystem mounts, including mounting and unmounting drives.

Snapshot functionality: systemd supports system snapshots, allowing for easy rollback to a previous system state.

Controlling running services: systemd provides tools for starting, stopping, restarting, and managing system services.

Event logging with Journald: systemd integrates with the systemd Journal (journald), which provides centralized logging and advanced filtering capabilities.

Automatically restart the crashed services: systemd can automatically restart services that have crashed or exited unexpectedly.

Mount and automount points for maintenance: systemd can handle mount points and automounts, making it easier to manage filesystems and storage devices.

Process tracking via Linux control groups (cgroups): systemd utilizes cgroups for resource management and tracking of processes.

Simultaneous socket and D-Bus access for faster service startup: systemd supports socket and D-Bus activation, allowing services to start more quickly when needed.

Dynamically control services based on hardware changes: systemd can adjust service behavior based on changes in hardware configuration or availability.

Job scheduling with calendar timers controlled by systemd: systemd includes timer units that allow for job scheduling, including calendar-based timers.

User login management with systemd-logind: systemd-logind manages user sessions, handling user logins, power management, and more.

On-demand service activation for improved battery optimization: systemd can activate services on-demand, helping to conserve system resources and improve battery life on mobile devices.

Types of Bond Interfaces in Linux | Tech Arkit


Increased Network Redundancy:
Bonding provides redundancy by combining multiple physical network interfaces into a single logical interface. If one interface or cable fails, the system can continue using the remaining interfaces, ensuring network availability.

Improved Network Reliability:
By having multiple physical interfaces in a bond, you reduce the risk of network downtime due to hardware failures. This is particularly critical in environments where uninterrupted network access is essential, such as data centers and enterprise networks.

Load Balancing:
Bonding enables load balancing of network traffic across multiple interfaces. This not only increases network performance but also prevents any single network link from becoming a bottleneck.

Increased Bandwidth:
Depending on the bonding mode used, you can effectively aggregate the bandwidth of multiple network interfaces. This is especially valuable for high-bandwidth applications like video streaming, large file transfers, or virtualization.

Fault Tolerance:
In modes like Active-Backup (mode 1) or LACP (mode 4), if one network interface or cable fails, traffic seamlessly switches to the backup interfaces. This fault tolerance is essential for mission-critical applications.


High Availability:
Bonding contributes to high availability by ensuring continuous network connectivity. It's commonly used in setups where constant uptime is mandatory, such as web servers and database servers.


Dynamic Load Balancing:
Modes like Adaptive Load Balancing (balance-alb, mode 6) and Adaptive Transmit Load Balancing (balance-tlb, mode 5) adapt to current network conditions and distribute traffic accordingly. This results in efficient use of available network resources.


Cost-Effective Scaling:
Bonding can be a cost-effective way to increase network capacity without the need for expensive single high-bandwidth network cards or switches.


Easy Maintenance:
In environments where downtime is not an option, maintenance tasks like hardware upgrades, cable replacement, or interface configuration changes can be performed without interrupting network services.

Optimized Network Traffic:
Bonding allows administrators to prioritize certain types of traffic over specific network interfaces. This is beneficial for scenarios where real-time or critical traffic needs dedicated resources.

Flexibility:
Linux bonding is versatile, offering different bonding modes to suit various network requirements. Administrators can choose the mode that best fits their specific needs.

Scaling Virtualized Environments:
Bonding is commonly used in virtualized environments to provide network redundancy and increased bandwidth for virtual machines. It ensures that virtualized workloads remain highly available and performant.


Mode 0 (balance-rr - Round Robin):
Description: Round-robin mode sends packets sequentially through each bonded interface in a cyclic manner. It's a basic load balancing mode.
Use Case: Useful when you have multiple network connections and want to distribute the load evenly.

Mode 1 (active-backup):
Description: In this mode, one interface is active while the others are in standby. If the active interface fails, one of the standby interfaces takes over.
Use Case: Provides network redundancy, suitable for critical systems where uptime is crucial.

Mode 2 (balance-xor):
Description: XOR mode balances traffic based on source and destination MAC addresses. It ensures that traffic for a particular MAC address always traverses the same interface.
Use Case: Often used in environments where network devices expect traffic from a specific MAC address.

Mode 3 (broadcast):
Description: All traffic is sent over all interfaces. It's mainly used for monitoring or debugging purposes and is not recommended for normal network operations.
Use Case: Limited practical use, mainly for diagnostic purposes.

Mode 4 (802.3ad - LACP - Link Aggregation Control Protocol):
Description: This mode uses the LACP protocol to dynamically negotiate and create a bond. It requires support from the network switch.
Use Case: Ideal for combining multiple links for increased bandwidth and redundancy when you have a managed switch that supports LACP.


Mode 5 (balance-tlb - Adaptive Transmit Load Balancing):
Description: This mode balances outgoing traffic based on the current load and the speed of each network interface.
Use Case: Suitable for improving outgoing traffic performance while maintaining incoming traffic on a single link.

Mode 6 (balance-alb - Adaptive Load Balancing):
Description: It's similar to balance-tlb but also balances incoming traffic by actively responding to ARP requests.
Use Case: Offers a more balanced approach for both incoming and outgoing traffic.

Viral Linux Interview Questions and Answers | Tech Arkit


* What is SSH-tunnel ?
* How to set history size ?
* How to extend VG ?
* What are logical & extended partitions ?
* Explain the steps to reset root password at boot time ?* What are run-levels ? How many types of run levels are there ?
* How we change the run level ?
* How to check the logs ?
* Difference between Journalctl & tail command ?
* What does the subscription -manager do ?
* How to archive a file ?
* What is umask ?
* How to kill a process ?
* How to assign IP address manually ?
* How to assign static IP address to a system ?
* Explain the different type s of Linux process states ?
* What is a Zombie process ?
* What is KVM ?
* What is hypervisor ?
* Difference between MBR & GPT ?
* How you can mount a file system permanently ?
* What is cron ? How to setup a cron job ?
* What is Kickstart ?
* How to create a network bridge in Linux ?
* Difference between iptables & firewalld
* What is SElinux ?
* What is ISCSI & targetcli ?
* Difference between NFS & SAMBA ?
* What is nfsnobody ?
* What is SSHFS ?
* What is Kerberos ?
* How to secure NFS with Kerberos ?
* What is the difference between telnet & SSH ?
* What is DHCP ?
* What is Kickstart file ?
* What is NTP Server ? How to configure NTP ?

Viral - Linux Interview Questions and Answers | Tech Arkit


* Command to check Disk usage ?
* Difference between ps -aux & top command ?
* What are the ways to check CPU usage ?
* How to check CPU details ?
* Explain the steps to create a partition & how to format with file system ?
* Explain the steps to create LV ?
* Explain steps to reduce XFS & EXT files systems ?
* Significance of .bashrc file ?
* How you check the kernel version ?
* How you check the Red hat release version ?
* Significance of resolv.conf file ?
* What is DNS ? How you resolve DNS ? Types of DNS records ?
* Difference between Nginx & HTTP Server ?
* Port no of HTTP, FTP, SSH, HTTPS ?
* What is SSH ? How you generate SSH-keys ?
* What is Private & public key ? How they authenticate ?
* What is the default configuration file of SSH ?
* What is the default configuration file of HTTP ?
* What is Virtual Hosting ? How you configure virtual hosting ?
* Explain ifconfig command ?
* Difference between IPv4 & IPv6 ?
* What is MAC address ? can we change the physical address ?
* How to check system uptime ?
* How to check memory information ?
* What is SWAP ?
* What is the exact memory free in your system ?
* What is cache memory ?
* What if you can do rm -rvf / ?
* Kinds of permission in Linux ?
* What is vim & vi ? 
* What is pipe | ?
* What is grep command ?
* What Find command does ?
* How to redirect commands output ?
* What is systemd in Linux ?
* What does systemctl do ?
* If you run a command like nautilus in terminal, whether it will block your terminal or
not ?
* What is rsyslog ?

Expect Command Automate SSH Login | Tech Arkit


Expect is  a program that "talks" to other interactive programs according to a script.  Following the script, Expect knows what can be expected from a program and what the correct response should be.  An interpreted language provides  branching  and  high-level  control structures to direct the dialogue.  In addition, the user can take control and interact directly when desired, afterward returning control to the script.
Expect scripting language is used to feed input automatically to an interactive program.1
  • Cause your computer to dial you back, so that you can login without paying for the call.
  • Start a game (e.g., rogue) and if the optimal configuration doesn't appear, restart it (again and again) until it does, then hand over control to you.
  • Run fsck, and in response to its questions, answer "yes", "no" or give control back to you, based on predetermined criteria.
  • Connect to another network or BBS (e.g., MCI Mail, CompuServe) and automatically retrieve your mail so that it appears as if it was originally sent to your local system.
  • Carry environment variables, current directory, or any kind of information across rlogin, telnet, tip, su, chgrp, etc.

  1. Send – to send the strings to the process
  2. Expect – Wait for the specific string from the process
  3. Spawn – to start the command
  4. Interact – The interact command allows you to interact with your program. This means that the interact command it says to expect command to release the terminal so you can write things and do things.
  5. Puts – echo out the text

RHCSA 2021 | Red Hat Certified System Administrator EX200 | Tech Arkit

Linux Tutorial | Complete Beginners Guide | Tech Arkit

Introduction to Linux.
Directory structure
RHEL 8 Installation
Remote Server OS Installation
Booting Process
Updating Linux packages
Accessing Linux Server GUI & CLI
Switching users in multiuser target
Standard Input, Output and Error
Basic Commands - cat, cd, ls, ..etc
Creating soft links and hard links
Text Editors nano & vim
Compressing and un-compressing files & folders
Getting Help from command Line User Interface
Grep command regular expressions
YUM Repository configuration
SSH Server & Client configuration
Configure Key-based authentication
NTP configuration
Copying files to remote server
Listing and Managing Linux processes
File permissions
Creating standard Linux partitions
Deleting standard Linux partitions
Creating PVs, VGs, and LVM
Extend Logical Volumes non-destructively
Reduce LVM size - lvreduce
Swap Memory Explained | How to Create swap partition & extend
Creating Users and Groups
Modify user properties | Password age
Deleting users and groups
Access control list - ACL
Special Linux file permissions Set-GID, Set-UID, Sticky Bit
Sudo access - sudoers policy
Linux Networking | Assign Static IP
Firewall Rules | firewalld | Firewall-cmd
SELinux to enforcing policies
Shell Scripts :
if statement
for loop
Positional parameters
Exit codes
Scheduling future tasks - crontab
Installing and updating packages using RPM & YUM
Find and retrieve container images from a remote registry
Inspect container images
Perform container management using commands such as podman and skopeo
Perform basic container management such as running, starting, stopping, and listing running containers
Run a service inside a container
Configure a container to start automatically as a systemd service
Attach persistent storage to a container  https://docs.oracle.com/en/learn/storage_podman_containers/index.html#using-volumes-with-containers
VNC Server Installation and configuration
NFS Server Installation and configuration
Autofs configuration
Samba Server Installation and Configuration

Linux Tutorial for Beginners | Tech Arkit


Video Timelines ______________________________________________________________ 00:10 Course Curriculum 13:05 Introduction to Linux. 25:13 Directory structure 43:04 RHEL 8 Installation Registration Link: https://www.redhat.com/wapps/ugc/regi... 56:46 Remote Server OS Installation 1:10:57 Booting Process 1:16:10 Subscription manager & Updating Linux packages 1:27:33 Accessing Linux Server GUI & CLI 1:41:57 Switching users in multiuser target 1:55:00 Standard Input, Output and Error 2:07:36 Basic Commands - cat, cd, ls, ..etc 2:46:10 Creating soft links and hard links 3:00:30 Text Editors nano & vim 3:20:00 Compressing and un-compressing files & folders 3:40:48 Getting Help from command Line User Interface 3:56:14 Grep command regular expressions 4:12:15 YUM Repository configuration 4:19:18 SSH Server & Client configuration 4:41:20 Configure Key-based authentication 4:45:00 NTP configuration 4:52:31 SCP | Copying files to remote server 5:02:54 Listing and Managing Linux processes (ps and top commands) 5:20:53 File and Directory permissions 5:33:24 Creating standard Linux partitions 5:46:47 Deleting standard Linux partitions 5:47:55 Creating PVs, VGs, and LVM 6:05:01 Extend Logical Volumes non-destructively 6:15:56 Reduce LVM size - lvreduce 6:21:52 Swap Memory Explained | How to Create swap partition & extend 6:34:14 Creating Users and Groups | User Administration 7:08:59 Modify user properties | Password age 7:20:10 Deleting users and groups 7:21:34 Access control list - ACL 7:36:00 Special Linux file permissions Set-GID, Set-UID, Sticky Bit 7:43:22 Sudo access - sudoers policy 8:04:34 Linux Networking | Assign Static IP 8:24:31 Firewall Rules | Firewalld | firewall-cmd 8:39:59 SELinux - Security Enhanced Linux 9:04:11 Shell Scripts : 9:13:51 if statement 9:19:35 for loop 9:20:00 Positional parameters 9:23:00 Exit codes 9:26:26 Scheduling future tasks - crontab 9:42:05 Installing and updating packages using RPM & YUM -------- Linux Containers Podman, Buildah, Skopeo and Runc -------- 9:58:09 Find and retrieve container images from a remote registry 10:11:04 Inspect container images 10:16:32 Buildah Building the Images 10:30:34 Dockerfile | Build Buildah Images using Dockerfile 10:34:40 Attach persistent storage to a container

Building Container Image using buildah


  • The Buildah package provides a command line tool that can be used to
  • Create a working container, either from scratch or using an image as a starting point
  • Create an image, either from a working container or via the instructions in a Dockerfile
  • Images can be built in either the OCI image format or the traditional upstream Docker image format
  • Mount a working container's root file system for manipulation
  • Unmount a working container's root file system
  • Use the updated contents of a container's root file system as a file system layer to create a new image
  • Delete a working container or an image
  • Rename a local container

buildah from centos
buildah images
buildah containers
curl -sSL https://ftp.gnu.org/gnu/hello/hello-2.10.tar.gz -o hello-2.10.tar.gz
buildah copy centos-working-container hello-2.10.tar.gz /tmp/ 
buildah run centos-working-container yum install -y tar gcc make 
buildah run centos-working-container yum clean all
buildah run centos-working-container tar xvzf /tmp/hello-2.10.tar.gz -C /opt
buildah config --workingdir /opt/hello-2.10 centos-working-container
buildah run centos-working-container ./configure
buildah run centos-working-container make
buildah run centos-working-container make install
buildah run centos-working-container hello –v
buildah config --entrypoint /usr/local/bin/hello centos-working-container
buildah commit --format docker centos-working-container firstbuildah:latest
buildah images
podman save -o mybuild1.tar localhost/hello2latest
podman rmi 638d3f915ea2 –f
podman load -i mybuild1.tar



Podman RHEL 8 | Building, Running and Managing containers Red Hat


,podman tutorial
,podman vs docker
,podman container
,podman tutorial in hin
,padman pani
,podman redhat
,podman rhel 8
,podman networking
,padman full movie
,podman and docker
,podman and buildah
,podman and kubernetes
,podman and crio
,podman amazon linux 2
,podman api v2
,podman attach
,podman arch
,podman buildah
,podman build dockerfil
,podman build command
,podman build dockerfil
,podman buildah skopeo
,podman basic commands
,podman buildkit

https://github.com/techarkit/Linux-For-Beginners/blob/master/Linux_Video_Tutorial.md

Download Free Books: https://arkit-in.tradepub.com/free/w_advb01/?p=w_advb01

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
Github: https://github.com/techarkit/
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

#TechArkit

Ansible Course
Automation with Ansible Course https://youtu.be/-b1ByalW4X8
Ansible Lab Setup https://youtu.be/p8xkv1m-boE
Ansible Inventory configuration https://youtu.be/G7_orKIWAeA
Ansible Ad-Hoc Commands with examples https://youtu.be/Kr-62ON416c
Writing your first Ansible playbook guide https://youtu.be/2nRfP69sGsk
How to variables in Ansible playbook https://youtu.be/nOOe-_rNhP8
Conditionals and Loops of Ansible playbooks https://youtu.be/JYPn5l3ChX0
Ansible playbook challenge https://youtu.be/SO-3nqAf3sY
Deploy LAMP Stack Using Ansible Playbook https://youtu.be/cyylA0Yfn2o
Tags Ansible https://youtu.be/LPdRHd4ID7c
Ansible Roles https://youtu.be/MGklkuq0-Gs
Ansible Vault https://youtu.be/RbDlfDJhQlI
Ansible Galaxy: https://youtu.be/34ycoo2T1HI

SSH vulnerabilities MAC algorithms and CBC ciphers Tech Arkit


Name: SSH Weak MAC Algorithms Enabled
Description: The remote SSH server is configured to allow either MD5 or 96-bit MAC Algorithms both of which are considered weak.
Solution: Contact the vendor or consult product documentation to disable MD5 and 96-bit MAC algorithms

Name: SSH Server CBC Mode Ciphers Enabled
Description: The SSH server is configured to support Cipher Block Chaining (CBC) encryption.  This may allow an attacker to recover the plaintext message from the ciphertext
Solution: Contact the vendor or consult product documentation to disable CBC mode cipher encryption and enable CTR or GCM cipher mode encryption.

https://github.com/techarkit/Linux-For-Beginners/blob/master/Linux_Video_Tutorial.md

Download Free Books: https://arkit-in.tradepub.com/free/w_advb01/?p=w_advb01

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
Github: https://github.com/techarkit/
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

#TechArkit

Ansible Course
Automation with Ansible Course https://youtu.be/-b1ByalW4X8
Ansible Lab Setup https://youtu.be/p8xkv1m-boE
Ansible Inventory configuration https://youtu.be/G7_orKIWAeA
Ansible Ad-Hoc Commands with examples https://youtu.be/Kr-62ON416c
Writing your first Ansible playbook guide https://youtu.be/2nRfP69sGsk
How to variables in Ansible playbook https://youtu.be/nOOe-_rNhP8
Conditionals and Loops of Ansible playbooks https://youtu.be/JYPn5l3ChX0
Ansible playbook challenge https://youtu.be/SO-3nqAf3sY
Deploy LAMP Stack Using Ansible Playbook https://youtu.be/cyylA0Yfn2o
Tags Ansible https://youtu.be/LPdRHd4ID7c
Ansible Roles https://youtu.be/MGklkuq0-Gs
Ansible Vault https://youtu.be/RbDlfDJhQlI
Ansible Galaxy: https://youtu.be/34ycoo2T1HI

Bugzilla Installation Centos 8


https://github.com/techarkit/Linux-For-Beginners/blob/master/Linux_Video_Tutorial.md

Download Free Books: https://arkit-in.tradepub.com/free/w_advb01/?p=w_advb01

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
Github: https://github.com/techarkit/
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

#TechArkit

Ansible Course
Automation with Ansible Course https://youtu.be/-b1ByalW4X8
Ansible Lab Setup https://youtu.be/p8xkv1m-boE
Ansible Inventory configuration https://youtu.be/G7_orKIWAeA
Ansible Ad-Hoc Commands with examples https://youtu.be/Kr-62ON416c
Writing your first Ansible playbook guide https://youtu.be/2nRfP69sGsk
How to variables in Ansible playbook https://youtu.be/nOOe-_rNhP8
Conditionals and Loops of Ansible playbooks https://youtu.be/JYPn5l3ChX0
Ansible playbook challenge https://youtu.be/SO-3nqAf3sY
Deploy LAMP Stack Using Ansible Playbook https://youtu.be/cyylA0Yfn2o
Tags Ansible https://youtu.be/LPdRHd4ID7c
Ansible Roles https://youtu.be/MGklkuq0-Gs
Ansible Vault https://youtu.be/RbDlfDJhQlI
Ansible Galaxy: https://youtu.be/34ycoo2T1HI

Nano Text Editor | RHCSA 2021 | Tech Arkit


Download Free Books: https://arkit-in.tradepub.com/free/w_advb01/?p=w_advb01

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
Github: https://github.com/techarkit/
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Blog: https://techarkit.blogspot.com/
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

#TechArkit

Ansible Course
Automation with Ansible Course https://youtu.be/-b1ByalW4X8
Ansible Lab Setup https://youtu.be/p8xkv1m-boE
Ansible Inventory configuration https://youtu.be/G7_orKIWAeA
Ansible Ad-Hoc Commands with examples https://youtu.be/Kr-62ON416c
Writing your first Ansible playbook guide https://youtu.be/2nRfP69sGsk
How to variables in Ansible playbook https://youtu.be/nOOe-_rNhP8
Conditionals and Loops of Ansible playbooks https://youtu.be/JYPn5l3ChX0
Ansible playbook challenge https://youtu.be/SO-3nqAf3sY
Deploy LAMP Stack Using Ansible Playbook https://youtu.be/cyylA0Yfn2o
Tags Ansible https://youtu.be/LPdRHd4ID7c
Ansible Roles https://youtu.be/MGklkuq0-Gs
Ansible Vault https://youtu.be/RbDlfDJhQlI
Ansible Galaxy: https://youtu.be/34ycoo2T1HI

Explained Hard Link and Soft Link | Tech Arkit



Hard Link

Soft Link

Hard linked file is assigned the same Inode value as the original.

Soft Linked file is assigned different inode values.

You can’t find difference between linked file and original file

You can find the different between original and linked file

We can’t create hard link for directories

We can create Soft link for directories

We can’t create hard links in different file systems (Example. Ext4 to XFS or Ext3 to Ext4).

We can create soft links between across the file systems

Deleting original file will not effect linked file

Deleting Original file will make soft linked file inaccessible




Standard Input, Output and Error Redirection | Tech Arkit

The basic work flow of any Linux command is that it takes an input and give an output.

The standard input (STDIN) device is the keyboard.
The standard output (STDOUT) device is the screen.
With redirection, the above standard input/output can be changed.

Understanding Run Levels (targets) RHEL 8 | Tech Arkit


Traditional runlevel      New target name     Symbolically linked to...
Runlevel 0           |    runlevel0.target -> poweroff.target
Runlevel 1           |    runlevel1.target -> rescue.target
Runlevel 2           |    runlevel2.target -> multi-user.target
Runlevel 3           |    runlevel3.target -> multi-user.target
Runlevel 4           |    runlevel4.target -> multi-user.target
Runlevel 5           |    runlevel5.target -> graphical.target
Runlevel 6           |    runlevel6.target -> reboot.target

How to Access Linux Machine GUI and CLI | Linux for Beginners


Ansible Automation Playlist: 
https://www.youtube.com/playlist?list=PL8cE5Nxf6M6YUaKyuon-AWRDNr31ANuo2
RHCSA - Red Hat Certified System Administrator PlayList:
https://www.youtube.com/playlist?list=PL8cE5Nxf6M6ZHEt4-CgdvbMyJ3hRAoth3

Scripts: https://github.com/techarkit/shell-scripting-tutorial

http://bit.ly/AIMLEdgree Artificial intelligent 90% Discount
http://bit.ly/MLAIEdgree Machine Learning 85% Discount
http://bit.ly/FullStackEDgree 95% Discount Using this Link
http://bit.ly/devopsedgree 80% Discount using this Link
http://bit.ly/DataScienceEDgree 90% Discount using this Link

https://github.com/techarkit/Linux-For-Beginners/blob/master/Linux_Video_Tutorial.md

Follow Us on Social Media
WhatsApp Group: https://bit.ly/TechArkitWhatsAppGroup
Join Telegram Group: http://t.me/linuxarkit 3000 Members Joined
Github: https://github.com/techarkit/
Facebook: https://www.facebook.com/linuxarkit
Twitter: https://twitter.com/aravikumar48
Instagram: https://www.instagram.com/arkit.co.in/
Website: https://arkit.co.in
Reddit: https://www.reddit.com/r/techtutorial/
Email: aravikumar48[at]gmail.com
Quora: https://www.quora.com/q/cxfarqipmxzajyne?invite_code=eaA2xM8guZ4pBOcQwzbs

Post your topic, we will make videos for you
https://forms.gle/M4ysoMNh1zsPXiw89

Ansible Course
Automation with Ansible Course https://youtu.be/-b1ByalW4X8
Ansible Lab Setup https://youtu.be/p8xkv1m-boE
Ansible Inventory configuration https://youtu.be/G7_orKIWAeA
Ansible Ad-Hoc Commands with examples https://youtu.be/Kr-62ON416c
Writing your first Ansible playbook guide https://youtu.be/2nRfP69sGsk
How to variables in Ansible playbook https://youtu.be/nOOe-_rNhP8
Conditionals and Loops of Ansible playbooks https://youtu.be/JYPn5l3ChX0
Ansible playbook challenge https://youtu.be/SO-3nqAf3sY
Deploy LAMP Stack Using Ansible Playbook https://youtu.be/cyylA0Yfn2o
Tags Ansible https://youtu.be/LPdRHd4ID7c
Ansible Roles https://youtu.be/MGklkuq0-Gs
Ansible Vault https://youtu.be/RbDlfDJhQlI
Ansible Galaxy: https://youtu.be/34ycoo2T1HI

How to Register RHEL 8 and Update packages | RHCSA 2021 | Tech Arkit


[root@RHEL8-3 ~]# yum repolist
Updating Subscription Management repositories.
Unable to read consumer identity
This system is not registered to Red Hat subscription Management. You can use subscription-manager to register.
No repositories available

[root@RHEL8-3 ~]# subscription-manager register 
Registering to: subscription.rhsm.redhat.com:443/subscription
Username: aravikumar489
Password: 
The system has been registered with ID: 1918d36e-6857-40ba-ab06-e95396f80266
The registered system name is: RHEL8-3.localdomain
[root@RHEL8-3 ~]# subscription-manager attach --auto
Installed Product Current Status:
Product Name: Red Hat Enterprise Linux for x86_64
Status:       Subscribed

[root@RHEL8-3 ~]# subscription-manager list --available
+-------------------------------------------+
    Available Subscriptions
+-------------------------------------------+
Subscription Name:   30 Day Red Hat Enterprise Linux Server Self-Supported Evaluation
Provides:            Red Hat Beta
                     Oracle Java (for RHEL Server)
                     Red Hat Enterprise Linux Server
                     Red Hat CodeReady Linux Builder for x86_64
                     Red Hat Enterprise Linux for x86_64
                     Red Hat Ansible Engine
                     Red Hat Container Images Beta
                     Red Hat Enterprise Linux Atomic Host Beta
                     Red Hat Enterprise Linux Atomic Host
                     Red Hat Container Images
SKU:                 RH00065
Contract:            12530278
Pool ID:             8a85f99a75fb07cc017628bb2743749d
Provides Management: No
Available:           1
Suggested:           0
Service Type:        L1-L3
Roles:               Red Hat Enterprise Linux Server
Service Level:       Self-Support
Usage:               Development/Test
Add-ons:             
Subscription Type:   Instance Based
Starts:              12/03/2020
Ends:                01/02/2021
Entitlement Type:    Physical

[root@RHEL8-3 ~]# subscription-manager attach --pool=8a85f99a75fb07cc017628bb2743749d
Successfully attached a subscription for: 30 Day Red Hat Enterprise Linux Server Self-Supported Evaluation
[root@RHEL8-3 ~]# subscription-manager list
+-------------------------------------------+
    Installed Product Status
+-------------------------------------------+
Product Name:   Red Hat Enterprise Linux for x86_64
Product ID:     479
Version:        8.3
Arch:           x86_64
Status:         Subscribed
Status Details: 
Starts:         12/03/2020
Ends:           01/02/2021

[root@RHEL8-3 ~]# yum repolist
Updating Subscription Management repositories.
repo id                                                                  repo name
rhel-8-for-x86_64-appstream-rpms                                         Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
rhel-8-for-x86_64-baseos-rpms                                            Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
[root@RHEL8-3 ~]# subscription-manager repos --list
+----------------------------------------------------------+
    Available Repositories in /etc/yum.repos.d/redhat.repo
+----------------------------------------------------------+
Repo ID:   ansible-2-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Ansible Engine 2 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2/debug
Enabled:   0

Repo ID:   rhel-8-for-x86_64-baseos-source-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - BaseOS (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/baseos/source/SRPMS
Enabled:   0

Repo ID:   codeready-builder-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/codeready-builder/debug
Enabled:   0

Repo ID:   rhel-8-for-x86_64-supplementary-debug-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - Supplementary (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/supplementary/debug
Enabled:   0

Repo ID:   satellite-tools-6.8-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Satellite Tools 6.8 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.8/os
Enabled:   0

Repo ID:   rh-gluster-3-client-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Storage Native Client for RHEL 8 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhgs-client/3.5/debug
Enabled:   0

Repo ID:   satellite-tools-6.7-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.7/source/SRPMS
Enabled:   0

Repo ID:   satellite-tools-6-beta-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Satellite Tools 6 Beta for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/beta/layered/rhel8/x86_64/sat-tools/6/debug
Enabled:   0

Repo ID:   satellite-tools-6.5-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Satellite Tools 6.5 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.5/os
Enabled:   0

Repo ID:   rhv-4-tools-beta-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Virtualization 4 Tools Beta for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/beta/layered/rhel8/x86_64/rhv-tools/4/debug
Enabled:   0

Repo ID:   satellite-tools-6.8-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Satellite Tools 6.8 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.8/source/SRPMS
Enabled:   0

Repo ID:   satellite-tools-6.6-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.6/os
Enabled:   0

Repo ID:   rhceph-4-tools-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Ceph Storage Tools 4 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhceph-tools/4/debug
Enabled:   0

Repo ID:   openstack-16-tools-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat OpenStack Platform 16 Tools for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/openstack-tools/16/source/SRPMS
Enabled:   0

Repo ID:   rhceph-4-tools-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Ceph Storage Tools 4 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhceph-tools/4/source/SRPMS
Enabled:   0

Repo ID:   openstack-15-tools-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat OpenStack Platform 15 Tools for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/openstack-tools/15/source/SRPMS
Enabled:   0

Repo ID:   rhel-8-for-x86_64-supplementary-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - Supplementary (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/supplementary/os
Enabled:   0

Repo ID:   satellite-tools-6-beta-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Satellite Tools 6 Beta for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/beta/layered/rhel8/x86_64/sat-tools/6/source/SRPMS
Enabled:   0

Repo ID:   satellite-tools-6.7-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.7/debug
Enabled:   0

Repo ID:   satellite-tools-6.7-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.7/os
Enabled:   0

Repo ID:   rhv-4-tools-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Virtualization 4 Tools for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhv-tools/4/os
Enabled:   0

Repo ID:   satellite-tools-6-beta-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Satellite Tools 6 Beta for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/beta/layered/rhel8/x86_64/sat-tools/6/os
Enabled:   0

Repo ID:   rh-gluster-3-client-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Storage Native Client for RHEL 8 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhgs-client/3.5/source/SRPMS
Enabled:   0

Repo ID:   openstack-15-tools-for-rhel-8-x86_64-rpms
Repo Name: Red Hat OpenStack Platform 15 Tools for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/openstack-tools/15/os
Enabled:   0

Repo ID:   rhel-8-for-x86_64-baseos-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/baseos/os
Enabled:   1

Repo ID:   ansible-2.8-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Ansible Engine 2.8 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2.8/debug
Enabled:   0

Repo ID:   satellite-tools-6.8-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Satellite Tools 6.8 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.8/debug
Enabled:   0

Repo ID:   rhv-4-tools-beta-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Virtualization 4 Tools Beta for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/beta/layered/rhel8/x86_64/rhv-tools/4/os
Enabled:   0

Repo ID:   satellite-tools-6.5-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Satellite Tools 6.5 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.5/source/SRPMS
Enabled:   0

Repo ID:   rhel-8-for-x86_64-appstream-debug-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - AppStream (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/appstream/debug
Enabled:   0

Repo ID:   rhel-8-for-x86_64-appstream-source-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - AppStream (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/appstream/source/SRPMS
Enabled:   0

Repo ID:   ansible-2.8-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Ansible Engine 2.8 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2.8/os
Enabled:   0

Repo ID:   openstack-15-tools-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat OpenStack Platform 15 Tools for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/openstack-tools/15/debug
Enabled:   0

Repo ID:   ansible-2.9-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Ansible Engine 2.9 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2.9/debug
Enabled:   0

Repo ID:   ansible-2.9-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Ansible Engine 2.9 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2.9/os
Enabled:   0

Repo ID:   rh-gluster-3-client-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Storage Native Client for RHEL 8 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhgs-client/3.5/os
Enabled:   0

Repo ID:   satellite-tools-6.5-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Satellite Tools 6.5 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.5/debug
Enabled:   0

Repo ID:   rhv-4-tools-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Virtualization 4 Tools for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhv-tools/4/source/SRPMS
Enabled:   0

Repo ID:   rhel-8-for-x86_64-supplementary-source-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - Supplementary (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/supplementary/source/SRPMS
Enabled:   0

Repo ID:   codeready-builder-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/codeready-builder/source/SRPMS
Enabled:   0

Repo ID:   codeready-builder-for-rhel-8-x86_64-rpms
Repo Name: Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/codeready-builder/os
Enabled:   0

Repo ID:   satellite-tools-6.6-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.6/source/SRPMS
Enabled:   0

Repo ID:   rhceph-4-tools-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Ceph Storage Tools 4 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhceph-tools/4/os
Enabled:   0

Repo ID:   ansible-2.9-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Ansible Engine 2.9 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2.9/source/SRPMS
Enabled:   0

Repo ID:   rhel-8-for-x86_64-baseos-debug-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - BaseOS (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/baseos/debug
Enabled:   0

Repo ID:   ansible-2.8-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Ansible Engine 2.8 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2.8/source/SRPMS
Enabled:   0

Repo ID:   openstack-16-tools-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat OpenStack Platform 16 Tools for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/openstack-tools/16/debug
Enabled:   0

Repo ID:   ansible-2-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Ansible Engine 2 for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2/source/SRPMS
Enabled:   0

Repo ID:   ansible-2-for-rhel-8-x86_64-rpms
Repo Name: Red Hat Ansible Engine 2 for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/ansible/2/os
Enabled:   0

Repo ID:   rhv-4-tools-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Virtualization 4 Tools for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/rhv-tools/4/debug
Enabled:   0

Repo ID:   satellite-tools-6.6-for-rhel-8-x86_64-debug-rpms
Repo Name: Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (Debug RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/sat-tools/6.6/debug
Enabled:   0

Repo ID:   rhv-4-tools-beta-for-rhel-8-x86_64-source-rpms
Repo Name: Red Hat Virtualization 4 Tools Beta for RHEL 8 x86_64 (Source RPMs)
Repo URL:  https://cdn.redhat.com/content/beta/layered/rhel8/x86_64/rhv-tools/4/source/SRPMS
Enabled:   0

Repo ID:   rhel-8-for-x86_64-appstream-rpms
Repo Name: Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/rhel8/$releasever/x86_64/appstream/os
Enabled:   1

Repo ID:   openstack-16-tools-for-rhel-8-x86_64-rpms
Repo Name: Red Hat OpenStack Platform 16 Tools for RHEL 8 x86_64 (RPMs)
Repo URL:  https://cdn.redhat.com/content/dist/layered/rhel8/x86_64/openstack-tools/16/os
Enabled:   0

[root@RHEL8-3 ~]# subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms
Repository 'codeready-builder-for-rhel-8-x86_64-rpms' is enabled for this system.
[root@RHEL8-3 ~]# subscription-manager repos --enable=rhel-8-for-x86_64-appstream-rpms
Repository 'rhel-8-for-x86_64-appstream-rpms' is enabled for this system.
[root@RHEL8-3 ~]# yum repolist
Updating Subscription Management repositories.
repo id                                                                      repo name
codeready-builder-for-rhel-8-x86_64-rpms                                     Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)
rhel-8-for-x86_64-appstream-rpms                                             Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
rhel-8-for-x86_64-baseos-rpms                                                Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
[root@RHEL8-3 ~]# vim /etc/yum.repos.d/redhat.repo 
[root@RHEL8-3 ~]# yum repolist
Updating Subscription Management repositories.
repo id                                                                         repo name
codeready-builder-for-rhel-8-x86_64-rpms                                        Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)
rhel-8-for-x86_64-appstream-rpms                                                Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)
rhel-8-for-x86_64-baseos-rpms                                                   Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)
satellite-tools-6.6-for-rhel-8-x86_64-rpms                                      Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (RPMs)
satellite-tools-6.7-for-rhel-8-x86_64-source-rpms                               Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (Source RPMs)
[root@RHEL8-3 ~]# yum update -y
Updating Subscription Management repositories.
Red Hat Satellite Tools 6.7 for RHEL 8 x86_64 (Source RPMs)                                                                              5.0 kB/s | 5.1 kB     00:01    
Red Hat CodeReady Linux Builder for RHEL 8 x86_64 (RPMs)                                                                                 2.8 MB/s | 4.4 MB     00:01    
Red Hat Satellite Tools 6.6 for RHEL 8 x86_64 (RPMs)                                                                                     154 kB/s | 147 kB     00:00    
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                                                                                    4.9 MB/s |  25 MB     00:05    
Red Hat Enterprise Linux 8 for x86_64 - AppStream (RPMs)                                                                                 4.8 MB/s |  24 MB     00:05    
Dependencies resolved.
=========================================================================================================================================================================
 Package                                     Architecture          Version                                         Repository                                       Size
=========================================================================================================================================================================
Installing:
 kernel                                      x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                   4.3 M
 kernel-core                                 x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                    30 M
 kernel-devel                                x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                    17 M
 kernel-modules                              x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                    26 M
Upgrading:
 NetworkManager                              x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   2.4 M
 NetworkManager-adsl                         x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   137 k
 NetworkManager-bluetooth                    x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   163 k
 NetworkManager-config-server                noarch                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   124 k
 NetworkManager-libnm                        x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   1.7 M
 NetworkManager-team                         x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   141 k
 NetworkManager-tui                          x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   320 k
 NetworkManager-wifi                         x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   181 k
 NetworkManager-wwan                         x86_64                1:1.26.0-9.el8_3                                rhel-8-for-x86_64-baseos-rpms                   169 k
 anaconda-core                               x86_64                33.16.3.26-2.el8_3                              rhel-8-for-x86_64-appstream-rpms                2.4 M
 anaconda-gui                                x86_64                33.16.3.26-2.el8_3                              rhel-8-for-x86_64-appstream-rpms                558 k
 anaconda-tui                                x86_64                33.16.3.26-2.el8_3                              rhel-8-for-x86_64-appstream-rpms                276 k
 anaconda-widgets                            x86_64                33.16.3.26-2.el8_3                              rhel-8-for-x86_64-appstream-rpms                211 k
 bpftool                                     x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                   5.0 M
 firefox                                     x86_64                78.5.0-1.el8_3                                  rhel-8-for-x86_64-appstream-rpms                102 M
 freetype                                    x86_64                2.9.1-4.el8_3.1                                 rhel-8-for-x86_64-baseos-rpms                   394 k
 java-1.8.0-openjdk-headless                 x86_64                1:1.8.0.272.b10-3.el8_3                         rhel-8-for-x86_64-appstream-rpms                 34 M
 kernel-headers                              x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                   5.5 M
 kernel-tools                                x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                   4.5 M
 kernel-tools-libs                           x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                   4.3 M
 libselinux                                  x86_64                2.9-4.el8_3                                     rhel-8-for-x86_64-baseos-rpms                   165 k
 libselinux-utils                            x86_64                2.9-4.el8_3                                     rhel-8-for-x86_64-baseos-rpms                   243 k
 microcode_ctl                               x86_64                4:20200609-2.20201027.1.el8_3                   rhel-8-for-x86_64-baseos-rpms                   4.5 M
 python3-libselinux                          x86_64                2.9-4.el8_3                                     rhel-8-for-x86_64-baseos-rpms                   283 k
 python3-perf                                x86_64                4.18.0-240.1.1.el8_3                            rhel-8-for-x86_64-baseos-rpms                   4.4 M
 systemd                                     x86_64                239-41.el8_3                                    rhel-8-for-x86_64-baseos-rpms                   3.5 M
 systemd-container                           x86_64                239-41.el8_3                                    rhel-8-for-x86_64-baseos-rpms                   731 k
 systemd-libs                                x86_64                239-41.el8_3                                    rhel-8-for-x86_64-baseos-rpms                   1.1 M
 systemd-pam                                 x86_64                239-41.el8_3                                    rhel-8-for-x86_64-baseos-rpms                   456 k
 systemd-udev                                x86_64                239-41.el8_3                                    rhel-8-for-x86_64-baseos-rpms                   1.3 M
 tzdata                                      noarch                2020d-1.el8                                     rhel-8-for-x86_64-baseos-rpms                   471 k
 tzdata-java                                 noarch                2020d-1.el8                                     rhel-8-for-x86_64-appstream-rpms                190 k

Transaction Summary
=========================================================================================================================================================================
Install   4 Packages
Upgrade  32 Packages

Total download size: 258 M
Downloading Packages:
(1/36): kernel-devel-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                     1.8 MB/s |  17 MB     00:09    
(2/36): kernel-modules-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                   2.7 MB/s |  26 MB     00:09    
(3/36): tzdata-2020d-1.el8.noarch.rpm                                                                                                    700 kB/s | 471 kB     00:00    
(4/36): NetworkManager-1.26.0-9.el8_3.x86_64.rpm                                                                                         1.2 MB/s | 2.4 MB     00:02    
(5/36): kernel-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                           1.0 MB/s | 4.3 MB     00:04    
(6/36): systemd-libs-239-41.el8_3.x86_64.rpm                                                                                             902 kB/s | 1.1 MB     00:01    
(7/36): NetworkManager-tui-1.26.0-9.el8_3.x86_64.rpm                                                                                     515 kB/s | 320 kB     00:00    
(8/36): kernel-core-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                      2.1 MB/s |  30 MB     00:14    
(9/36): NetworkManager-adsl-1.26.0-9.el8_3.x86_64.rpm                                                                                    394 kB/s | 137 kB     00:00    
(10/36): systemd-239-41.el8_3.x86_64.rpm                                                                                                 2.1 MB/s | 3.5 MB     00:01    
(11/36): systemd-container-239-41.el8_3.x86_64.rpm                                                                                       1.6 MB/s | 731 kB     00:00    
(12/36): NetworkManager-team-1.26.0-9.el8_3.x86_64.rpm                                                                                   455 kB/s | 141 kB     00:00    
(13/36): NetworkManager-wifi-1.26.0-9.el8_3.x86_64.rpm                                                                                   564 kB/s | 181 kB     00:00    
(14/36): python3-libselinux-2.9-4.el8_3.x86_64.rpm                                                                                       867 kB/s | 283 kB     00:00    
(15/36): kernel-tools-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                    2.2 MB/s | 4.5 MB     00:02    
(16/36): NetworkManager-config-server-1.26.0-9.el8_3.noarch.rpm                                                                          174 kB/s | 124 kB     00:00    
(17/36): systemd-pam-239-41.el8_3.x86_64.rpm                                                                                             1.2 MB/s | 456 kB     00:00    
(18/36): NetworkManager-bluetooth-1.26.0-9.el8_3.x86_64.rpm                                                                              257 kB/s | 163 kB     00:00    
(19/36): kernel-tools-libs-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                               3.0 MB/s | 4.3 MB     00:01    
(20/36): NetworkManager-libnm-1.26.0-9.el8_3.x86_64.rpm                                                                                  1.7 MB/s | 1.7 MB     00:01    
(21/36): NetworkManager-wwan-1.26.0-9.el8_3.x86_64.rpm                                                                                   422 kB/s | 169 kB     00:00    
(22/36): systemd-udev-239-41.el8_3.x86_64.rpm                                                                                            1.1 MB/s | 1.3 MB     00:01    
(23/36): bpftool-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                         2.5 MB/s | 5.0 MB     00:01    
(24/36): libselinux-2.9-4.el8_3.x86_64.rpm                                                                                               514 kB/s | 165 kB     00:00    
(25/36): libselinux-utils-2.9-4.el8_3.x86_64.rpm                                                                                         539 kB/s | 243 kB     00:00    
(26/36): freetype-2.9.1-4.el8_3.1.x86_64.rpm                                                                                             680 kB/s | 394 kB     00:00    
(27/36): kernel-headers-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                  2.9 MB/s | 5.5 MB     00:01    
(28/36): tzdata-java-2020d-1.el8.noarch.rpm                                                                                              345 kB/s | 190 kB     00:00    
(29/36): microcode_ctl-20200609-2.20201027.1.el8_3.x86_64.rpm                                                                            2.7 MB/s | 4.5 MB     00:01    
(30/36): python3-perf-4.18.0-240.1.1.el8_3.x86_64.rpm                                                                                    1.5 MB/s | 4.4 MB     00:02    
(31/36): anaconda-gui-33.16.3.26-2.el8_3.x86_64.rpm                                                                                      894 kB/s | 558 kB     00:00    
(32/36): anaconda-core-33.16.3.26-2.el8_3.x86_64.rpm                                                                                     2.2 MB/s | 2.4 MB     00:01    
(33/36): anaconda-tui-33.16.3.26-2.el8_3.x86_64.rpm                                                                                      682 kB/s | 276 kB     00:00    
(34/36): anaconda-widgets-33.16.3.26-2.el8_3.x86_64.rpm                                                                                  622 kB/s | 211 kB     00:00    
(35/36): java-1.8.0-openjdk-headless-1.8.0.272.b10-3.el8_3.x86_64.rpm                                                                    2.8 MB/s |  34 MB     00:12    
(36/36): firefox-78.5.0-1.el8_3.x86_64.rpm                                                                                               4.2 MB/s | 102 MB     00:24    
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                    5.6 MB/s | 258 MB     00:46     
warning: /var/cache/dnf/rhel-8-for-x86_64-baseos-rpms-51b3b78d5698246b/packages/kernel-core-4.18.0-240.1.1.el8_3.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID fd431d51: NOKEY
Red Hat Enterprise Linux 8 for x86_64 - BaseOS (RPMs)                                                                                    4.9 MB/s | 5.0 kB     00:00    
Importing GPG key 0xFD431D51:
 Userid     : "Red Hat, Inc. (release key 2) <security@redhat.com>"
 Fingerprint: 567E 347A D004 4ADE 55BA 8A5F 199E 2F91 FD43 1D51
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Key imported successfully
Importing GPG key 0xD4082792:
 Userid     : "Red Hat, Inc. (auxiliary key) <security@redhat.com>"
 Fingerprint: 6A6A A7C9 7C88 90AE C6AE BFE2 F76F 66C3 D408 2792
 From       : /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release
Key imported successfully
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.272.b10-3.el8_3.x86_64                                                                                      1/1 
  Preparing        :                                                                                                                                                 1/1 
  Running scriptlet: systemd-libs-239-41.el8_3.x86_64                                                                                                                1/1 
  Upgrading        : systemd-libs-239-41.el8_3.x86_64                                                                                                               1/68 
  Running scriptlet: systemd-libs-239-41.el8_3.x86_64                                                                                                               1/68 
  Upgrading        : libselinux-2.9-4.el8_3.x86_64                                                                                                                  2/68 
  Running scriptlet: libselinux-2.9-4.el8_3.x86_64                                                                                                                  2/68 
  Upgrading        : systemd-pam-239-41.el8_3.x86_64                                                                                                                3/68 
  Running scriptlet: systemd-239-41.el8_3.x86_64                                                                                                                    4/68 
  Upgrading        : systemd-239-41.el8_3.x86_64                                                                                                                    4/68 
  Running scriptlet: systemd-239-41.el8_3.x86_64                                                                                                                    4/68 
  Upgrading        : NetworkManager-libnm-1:1.26.0-9.el8_3.x86_64                                                                                                   5/68 
  Running scriptlet: NetworkManager-libnm-1:1.26.0-9.el8_3.x86_64                                                                                                   5/68 
  Running scriptlet: NetworkManager-1:1.26.0-9.el8_3.x86_64                                                                                                         6/68 
  Upgrading        : NetworkManager-1:1.26.0-9.el8_3.x86_64                                                                                                         6/68 
  Running scriptlet: NetworkManager-1:1.26.0-9.el8_3.x86_64                                                                                                         6/68 
  Upgrading        : freetype-2.9.1-4.el8_3.1.x86_64                                                                                                                7/68 
  Upgrading        : NetworkManager-team-1:1.26.0-9.el8_3.x86_64                                                                                                    8/68 
  Upgrading        : NetworkManager-wifi-1:1.26.0-9.el8_3.x86_64                                                                                                    9/68 
  Upgrading        : NetworkManager-wwan-1:1.26.0-9.el8_3.x86_64                                                                                                   10/68 
  Upgrading        : systemd-udev-239-41.el8_3.x86_64                                                                                                              11/68 
  Running scriptlet: systemd-udev-239-41.el8_3.x86_64                                                                                                              11/68 
  Installing       : kernel-core-4.18.0-240.1.1.el8_3.x86_64                                                                                                       12/68 
  Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64                                                                                                       12/68 
  Installing       : kernel-modules-4.18.0-240.1.1.el8_3.x86_64                                                                                                    13/68 
  Running scriptlet: kernel-modules-4.18.0-240.1.1.el8_3.x86_64                                                                                                    13/68 
  Upgrading        : python3-libselinux-2.9-4.el8_3.x86_64                                                                                                         14/68 
  Upgrading        : anaconda-tui-33.16.3.26-2.el8_3.x86_64                                                                                                        15/68 
  Upgrading        : anaconda-core-33.16.3.26-2.el8_3.x86_64                                                                                                       16/68 
  Upgrading        : anaconda-widgets-33.16.3.26-2.el8_3.x86_64                                                                                                    17/68 
  Upgrading        : tzdata-java-2020d-1.el8.noarch                                                                                                                18/68 
  Upgrading        : kernel-tools-libs-4.18.0-240.1.1.el8_3.x86_64                                                                                                 19/68 
  Running scriptlet: kernel-tools-libs-4.18.0-240.1.1.el8_3.x86_64                                                                                                 19/68 
  Upgrading        : kernel-tools-4.18.0-240.1.1.el8_3.x86_64                                                                                                      20/68 
  Upgrading        : java-1.8.0-openjdk-headless-1:1.8.0.272.b10-3.el8_3.x86_64                                                                                    21/68 
warning: /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs created as /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs.rpmnew
warning: /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security created as /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security.rpmnew

  Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.272.b10-3.el8_3.x86_64                                                                                    21/68 
restored /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs
restored /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security
mv: cannot stat '/etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs.rpmnew': No such file or directory
FAILED to restore /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/blacklisted.certs
mv: cannot stat '/etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security.rpmnew': No such file or directory
FAILED to restore /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security.rpmnew to /etc/java/java-1.8.0-openjdk/java-1.8.0-openjdk-1.8.0.272.b10-3.el8_3.x86_64/lib/security/java.security

  Upgrading        : anaconda-gui-33.16.3.26-2.el8_3.x86_64                                                                                                        22/68 
  Installing       : kernel-4.18.0-240.1.1.el8_3.x86_64                                                                                                            23/68 
  Upgrading        : NetworkManager-bluetooth-1:1.26.0-9.el8_3.x86_64                                                                                              24/68 
  Upgrading        : firefox-78.5.0-1.el8_3.x86_64                                                                                                                 25/68 
  Running scriptlet: firefox-78.5.0-1.el8_3.x86_64                                                                                                                 25/68 
  Upgrading        : NetworkManager-tui-1:1.26.0-9.el8_3.x86_64                                                                                                    26/68 
  Upgrading        : NetworkManager-adsl-1:1.26.0-9.el8_3.x86_64                                                                                                   27/68 
  Upgrading        : systemd-container-239-41.el8_3.x86_64                                                                                                         28/68 
  Upgrading        : microcode_ctl-4:20200609-2.20201027.1.el8_3.x86_64                                                                                            29/68 
  Running scriptlet: microcode_ctl-4:20200609-2.20201027.1.el8_3.x86_64                                                                                            29/68 
  Upgrading        : libselinux-utils-2.9-4.el8_3.x86_64                                                                                                           30/68 
  Upgrading        : python3-perf-4.18.0-240.1.1.el8_3.x86_64                                                                                                      31/68 
  Upgrading        : kernel-headers-4.18.0-240.1.1.el8_3.x86_64                                                                                                    32/68 
  Upgrading        : bpftool-4.18.0-240.1.1.el8_3.x86_64                                                                                                           33/68 
  Upgrading        : NetworkManager-config-server-1:1.26.0-9.el8_3.noarch                                                                                          34/68 
  Upgrading        : tzdata-2020d-1.el8.noarch                                                                                                                     35/68 
  Installing       : kernel-devel-4.18.0-240.1.1.el8_3.x86_64                                                                                                      36/68 
  Running scriptlet: kernel-devel-4.18.0-240.1.1.el8_3.x86_64                                                                                                      36/68 
  Cleanup          : anaconda-gui-33.16.3.26-1.el8.x86_64                                                                                                          37/68 
  Running scriptlet: microcode_ctl-4:20200609-2.el8.x86_64                                                                                                         38/68 
  Cleanup          : microcode_ctl-4:20200609-2.el8.x86_64                                                                                                         38/68 
  Running scriptlet: microcode_ctl-4:20200609-2.el8.x86_64                                                                                                         38/68 
  Running scriptlet: firefox-78.3.0-1.el8.x86_64                                                                                                                   39/68 
  Cleanup          : firefox-78.3.0-1.el8.x86_64                                                                                                                   39/68 
  Running scriptlet: firefox-78.3.0-1.el8.x86_64                                                                                                                   39/68 
  Cleanup          : kernel-headers-4.18.0-240.el8.x86_64                                                                                                          40/68 
  Cleanup          : NetworkManager-config-server-1:1.26.0-8.el8.noarch                                                                                            41/68 
  Cleanup          : tzdata-2020a-1.el8.noarch                                                                                                                     42/68 
  Cleanup          : NetworkManager-tui-1:1.26.0-8.el8.x86_64                                                                                                      43/68 
  Cleanup          : systemd-container-239-40.el8.x86_64                                                                                                           44/68 
  Cleanup          : anaconda-core-33.16.3.26-1.el8.x86_64                                                                                                         45/68 
  Cleanup          : systemd-udev-239-40.el8.x86_64                                                                                                                46/68 
  Running scriptlet: systemd-udev-239-40.el8.x86_64                                                                                                                46/68 
  Cleanup          : NetworkManager-bluetooth-1:1.26.0-8.el8.x86_64                                                                                                47/68 
  Cleanup          : NetworkManager-wwan-1:1.26.0-8.el8.x86_64                                                                                                     48/68 
  Cleanup          : NetworkManager-adsl-1:1.26.0-8.el8.x86_64                                                                                                     49/68 
  Cleanup          : python3-libselinux-2.9-3.el8.x86_64                                                                                                           50/68 
  Cleanup          : java-1.8.0-openjdk-headless-1:1.8.0.265.b01-4.el8.x86_64                                                                                      51/68 
  Running scriptlet: java-1.8.0-openjdk-headless-1:1.8.0.265.b01-4.el8.x86_64                                                                                      51/68 
  Cleanup          : libselinux-utils-2.9-3.el8.x86_64                                                                                                             52/68 
  Cleanup          : kernel-tools-4.18.0-240.el8.x86_64                                                                                                            53/68 
  Cleanup          : NetworkManager-team-1:1.26.0-8.el8.x86_64                                                                                                     54/68 
  Cleanup          : NetworkManager-wifi-1:1.26.0-8.el8.x86_64                                                                                                     55/68 
  Cleanup          : tzdata-java-2020a-1.el8.noarch                                                                                                                56/68 
  Cleanup          : anaconda-tui-33.16.3.26-1.el8.x86_64                                                                                                          57/68 
  Running scriptlet: NetworkManager-1:1.26.0-8.el8.x86_64                                                                                                          58/68 
  Cleanup          : NetworkManager-1:1.26.0-8.el8.x86_64                                                                                                          58/68 
  Running scriptlet: NetworkManager-1:1.26.0-8.el8.x86_64                                                                                                          58/68 
  Running scriptlet: systemd-239-40.el8.x86_64                                                                                                                     59/68 
  Cleanup          : systemd-239-40.el8.x86_64                                                                                                                     59/68 
  Cleanup          : NetworkManager-libnm-1:1.26.0-8.el8.x86_64                                                                                                    60/68 
  Running scriptlet: NetworkManager-libnm-1:1.26.0-8.el8.x86_64                                                                                                    60/68 
  Cleanup          : systemd-libs-239-40.el8.x86_64                                                                                                                61/68 
  Cleanup          : libselinux-2.9-3.el8.x86_64                                                                                                                   62/68 
  Cleanup          : systemd-pam-239-40.el8.x86_64                                                                                                                 63/68 
  Cleanup          : kernel-tools-libs-4.18.0-240.el8.x86_64                                                                                                       64/68 
  Running scriptlet: kernel-tools-libs-4.18.0-240.el8.x86_64                                                                                                       64/68 
  Cleanup          : freetype-2.9.1-4.el8.x86_64                                                                                                                   65/68 
  Cleanup          : anaconda-widgets-33.16.3.26-1.el8.x86_64                                                                                                      66/68 
  Cleanup          : python3-perf-4.18.0-240.el8.x86_64                                                                                                            67/68 
  Cleanup          : bpftool-4.18.0-240.el8.x86_64                                                                                                                 68/68 
  Running scriptlet: kernel-core-4.18.0-240.1.1.el8_3.x86_64                                                                                                       68/68 
  Running scriptlet: firefox-78.5.0-1.el8_3.x86_64                                                                                                                 68/68 
  Running scriptlet: microcode_ctl-4:20200609-2.20201027.1.el8_3.x86_64                                                                                            68/68 
  Running scriptlet: bpftool-4.18.0-240.el8.x86_64                                                                                                                 68/68 
  Running scriptlet: systemd-239-41.el8_3.x86_64                                                                                                                   68/68 
  Running scriptlet: systemd-udev-239-41.el8_3.x86_64                                                                                                              68/68 
  Verifying        : kernel-core-4.18.0-240.1.1.el8_3.x86_64                                                                                                        1/68 
  Verifying        : kernel-devel-4.18.0-240.1.1.el8_3.x86_64                                                                                                       2/68 
  Verifying        : kernel-modules-4.18.0-240.1.1.el8_3.x86_64                                                                                                     3/68 
  Verifying        : kernel-4.18.0-240.1.1.el8_3.x86_64                                                                                                             4/68 
  Verifying        : tzdata-2020d-1.el8.noarch                                                                                                                      5/68 
  Verifying        : tzdata-2020a-1.el8.noarch                                                                                                                      6/68 
  Verifying        : NetworkManager-1:1.26.0-9.el8_3.x86_64                                                                                                         7/68 
  Verifying        : NetworkManager-1:1.26.0-8.el8.x86_64                                                                                                           8/68 
  Verifying        : systemd-libs-239-41.el8_3.x86_64                                                                                                               9/68 
  Verifying        : systemd-libs-239-40.el8.x86_64                                                                                                                10/68 
  Verifying        : NetworkManager-tui-1:1.26.0-9.el8_3.x86_64                                                                                                    11/68 
  Verifying        : NetworkManager-tui-1:1.26.0-8.el8.x86_64                                                                                                      12/68 
  Verifying        : systemd-239-41.el8_3.x86_64                                                                                                                   13/68 
  Verifying        : systemd-239-40.el8.x86_64                                                                                                                     14/68 
  Verifying        : kernel-tools-4.18.0-240.1.1.el8_3.x86_64                                                                                                      15/68 
  Verifying        : kernel-tools-4.18.0-240.el8.x86_64                                                                                                            16/68 
  Verifying        : NetworkManager-adsl-1:1.26.0-9.el8_3.x86_64                                                                                                   17/68 
  Verifying        : NetworkManager-adsl-1:1.26.0-8.el8.x86_64                                                                                                     18/68 
  Verifying        : systemd-container-239-41.el8_3.x86_64                                                                                                         19/68 
  Verifying        : systemd-container-239-40.el8.x86_64                                                                                                           20/68 
  Verifying        : NetworkManager-team-1:1.26.0-9.el8_3.x86_64                                                                                                   21/68 
  Verifying        : NetworkManager-team-1:1.26.0-8.el8.x86_64                                                                                                     22/68 
  Verifying        : NetworkManager-wifi-1:1.26.0-9.el8_3.x86_64                                                                                                   23/68 
  Verifying        : NetworkManager-wifi-1:1.26.0-8.el8.x86_64                                                                                                     24/68 
  Verifying        : python3-libselinux-2.9-4.el8_3.x86_64                                                                                                         25/68 
  Verifying        : python3-libselinux-2.9-3.el8.x86_64                                                                                                           26/68 
  Verifying        : NetworkManager-config-server-1:1.26.0-9.el8_3.noarch                                                                                          27/68 
  Verifying        : NetworkManager-config-server-1:1.26.0-8.el8.noarch                                                                                            28/68 
  Verifying        : kernel-tools-libs-4.18.0-240.1.1.el8_3.x86_64                                                                                                 29/68 
  Verifying        : kernel-tools-libs-4.18.0-240.el8.x86_64                                                                                                       30/68 
  Verifying        : systemd-pam-239-41.el8_3.x86_64                                                                                                               31/68 
  Verifying        : systemd-pam-239-40.el8.x86_64                                                                                                                 32/68 
  Verifying        : NetworkManager-bluetooth-1:1.26.0-9.el8_3.x86_64                                                                                              33/68 
  Verifying        : NetworkManager-bluetooth-1:1.26.0-8.el8.x86_64                                                                                                34/68 
  Verifying        : bpftool-4.18.0-240.1.1.el8_3.x86_64                                                                                                           35/68 
  Verifying        : bpftool-4.18.0-240.el8.x86_64                                                                                                                 36/68 
  Verifying        : NetworkManager-libnm-1:1.26.0-9.el8_3.x86_64                                                                                                  37/68 
  Verifying        : NetworkManager-libnm-1:1.26.0-8.el8.x86_64                                                                                                    38/68 
  Verifying        : systemd-udev-239-41.el8_3.x86_64                                                                                                              39/68 
  Verifying        : systemd-udev-239-40.el8.x86_64                                                                                                                40/68 
  Verifying        : NetworkManager-wwan-1:1.26.0-9.el8_3.x86_64                                                                                                   41/68 
  Verifying        : NetworkManager-wwan-1:1.26.0-8.el8.x86_64                                                                                                     42/68 
  Verifying        : libselinux-2.9-4.el8_3.x86_64                                                                                                                 43/68 
  Verifying        : libselinux-2.9-3.el8.x86_64                                                                                                                   44/68 
  Verifying        : kernel-headers-4.18.0-240.1.1.el8_3.x86_64                                                                                                    45/68 
  Verifying        : kernel-headers-4.18.0-240.el8.x86_64                                                                                                          46/68 
  Verifying        : libselinux-utils-2.9-4.el8_3.x86_64                                                                                                           47/68 
  Verifying        : libselinux-utils-2.9-3.el8.x86_64                                                                                                             48/68 
  Verifying        : python3-perf-4.18.0-240.1.1.el8_3.x86_64                                                                                                      49/68 
  Verifying        : python3-perf-4.18.0-240.el8.x86_64                                                                                                            50/68 
  Verifying        : freetype-2.9.1-4.el8_3.1.x86_64                                                                                                               51/68 
  Verifying        : freetype-2.9.1-4.el8.x86_64                                                                                                                   52/68 
  Verifying        : microcode_ctl-4:20200609-2.20201027.1.el8_3.x86_64                                                                                            53/68 
  Verifying        : microcode_ctl-4:20200609-2.el8.x86_64                                                                                                         54/68 
  Verifying        : tzdata-java-2020d-1.el8.noarch                                                                                                                55/68 
  Verifying        : tzdata-java-2020a-1.el8.noarch                                                                                                                56/68 
  Verifying        : anaconda-core-33.16.3.26-2.el8_3.x86_64                                                                                                       57/68 
  Verifying        : anaconda-core-33.16.3.26-1.el8.x86_64                                                                                                         58/68 
  Verifying        : anaconda-gui-33.16.3.26-2.el8_3.x86_64                                                                                                        59/68 
  Verifying        : anaconda-gui-33.16.3.26-1.el8.x86_64                                                                                                          60/68 
  Verifying        : anaconda-tui-33.16.3.26-2.el8_3.x86_64                                                                                                        61/68 
  Verifying        : anaconda-tui-33.16.3.26-1.el8.x86_64                                                                                                          62/68 
  Verifying        : anaconda-widgets-33.16.3.26-2.el8_3.x86_64                                                                                                    63/68 
  Verifying        : anaconda-widgets-33.16.3.26-1.el8.x86_64                                                                                                      64/68 
  Verifying        : java-1.8.0-openjdk-headless-1:1.8.0.272.b10-3.el8_3.x86_64                                                                                    65/68 
  Verifying        : java-1.8.0-openjdk-headless-1:1.8.0.265.b01-4.el8.x86_64                                                                                      66/68 
  Verifying        : firefox-78.5.0-1.el8_3.x86_64                                                                                                                 67/68 
  Verifying        : firefox-78.3.0-1.el8.x86_64                                                                                                                   68/68 
Installed products updated.

Upgraded:
  NetworkManager-1:1.26.0-9.el8_3.x86_64                 NetworkManager-adsl-1:1.26.0-9.el8_3.x86_64                  NetworkManager-bluetooth-1:1.26.0-9.el8_3.x86_64  
  NetworkManager-config-server-1:1.26.0-9.el8_3.noarch   NetworkManager-libnm-1:1.26.0-9.el8_3.x86_64                 NetworkManager-team-1:1.26.0-9.el8_3.x86_64       
  NetworkManager-tui-1:1.26.0-9.el8_3.x86_64             NetworkManager-wifi-1:1.26.0-9.el8_3.x86_64                  NetworkManager-wwan-1:1.26.0-9.el8_3.x86_64       
  anaconda-core-33.16.3.26-2.el8_3.x86_64                anaconda-gui-33.16.3.26-2.el8_3.x86_64                       anaconda-tui-33.16.3.26-2.el8_3.x86_64            
  anaconda-widgets-33.16.3.26-2.el8_3.x86_64             bpftool-4.18.0-240.1.1.el8_3.x86_64                          firefox-78.5.0-1.el8_3.x86_64                     
  freetype-2.9.1-4.el8_3.1.x86_64                        java-1.8.0-openjdk-headless-1:1.8.0.272.b10-3.el8_3.x86_64   kernel-headers-4.18.0-240.1.1.el8_3.x86_64        
  kernel-tools-4.18.0-240.1.1.el8_3.x86_64               kernel-tools-libs-4.18.0-240.1.1.el8_3.x86_64                libselinux-2.9-4.el8_3.x86_64                     
  libselinux-utils-2.9-4.el8_3.x86_64                    microcode_ctl-4:20200609-2.20201027.1.el8_3.x86_64           python3-libselinux-2.9-4.el8_3.x86_64             
  python3-perf-4.18.0-240.1.1.el8_3.x86_64               systemd-239-41.el8_3.x86_64                                  systemd-container-239-41.el8_3.x86_64             
  systemd-libs-239-41.el8_3.x86_64                       systemd-pam-239-41.el8_3.x86_64                              systemd-udev-239-41.el8_3.x86_64                  
  tzdata-2020d-1.el8.noarch                              tzdata-java-2020d-1.el8.noarch                              

Installed:
  kernel-4.18.0-240.1.1.el8_3.x86_64   kernel-core-4.18.0-240.1.1.el8_3.x86_64   kernel-devel-4.18.0-240.1.1.el8_3.x86_64   kernel-modules-4.18.0-240.1.1.el8_3.x86_64  

Complete!
[root@RHEL8-3 ~]#