- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud

Configuring System Services in SUSE Linux Enterprise
In this hands on lab, we will be looking at configuring system services in SLES and troubleshooting a service that fails to start. We will be enabling and disabling services and working with service masks in systemd.

Lab Info
Table of Contents
-
Challenge
Stop and Disable the Apache2 Web Server
-
Stop the web server:
sudo -i systemctl stop apache2
-
Disable it:
sudo -i systemctl disable apache2
-
-
Challenge
Start and Enable the Nginx Service, and Correct Any Errors so the Service Is Enabled and Running
-
Start the service:
sudo -i systemctl start nginx
-
If the service is unable to start, determine the reason:
sudo -i systemctl unmask nginx
-
Now that the service is unmasked, start and enable the service:
sudo -i systemctl start nginx sudo -i systemctl enable nginx
-
Verify that Nginx is running:
sudo -i systemctl status nginx
-
About the author
Real skill practice before real-world application
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.