Using the connection information and credentials provided by the instructor, get yourselves signed into your bastion session.
tmux is a very handy utilty for terminal session management. If for any reason you lose connectivity or your session is terminated, tmux will preserve your session and allow you to reconnect. There are MANY other features provided by this utility. Some of them are listed in the primary document section titled Quick Overview of tmux.
tmux
In order to execute the environment preparation, we need to become the administrative user 'root'.
sudo -i
|
It is likely that your instructor (or the automated deployment system) has already performed these steps. Do not replace, update or overwrite the configuration unless you are directed to do so. |
Click on the commands below to expose steps to perform each action. Remember, only do this if explicitly asked to do so.
Commands to clone workshop from source
# cd ~
# git clone https://github.com/xtophd/RHEL8-Workshop
# cd ./RHEL8-Workshop
# git branch <branch-name>
Commands to update the workshop
# cd ~/RHEL8-Workshop
# git pull
Commands to configure the workshop
# cd ~/RHEL8-Workshop
# cp ./sample-configs/[depoyment-type]/* ./config
ℹ️
|
If you run the deployment playbooks from the web console shell, you will be disconnected and have to sign in again. If you used tmux, you can easily recover your shell with 'tmux a' |
Now we will run the playbooks that will set up all of the workshop exercises.
cd ~/RHEL8-Workshop
./rhel8-workshop.sh all
The preparation script will run for approximately 5 to 7 minutes on a fresh deployment.
ℹ️
|
If the presenter (or partner) has some slides to show, this is a good place to use them. Otherwise, here are some high-level bullets about RHEL 8. |
-
RHEL 8 GA Release Date: May 7th, 2019
-
End of Full Support: May 2024
-
End of Maintenance Support: May 2029
-
Subject to change, please refer to: Red Hat Enterprise Linux Life Cycle
-
-
RHEL 8 Release cadence is now a predictable 6 month cycle
-
RHEL 8.1 was released Nov, 2019
-
RHEL 8.2 was released Apr, 2020
-
RHEL 8.3 was released Nov, 2020
-
RHEL 8.4 was released May, 2021
-
The set up of the RHEL 8 Workshop should now be complete. A couple of remaining words of advice:
-
Some exercises are dependant on the successful completion of other exercises. Those dependencies will be noted.
-
Pay attention to which user-id (login) to use
-
Pay attention to which host to use
-
There is an exam at the conclusion of the workshop… #notreally