Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
SUSE Linux Enterprise Server 16 Official Administration Guide
SUSE Linux Enterprise Server 16 Official Administration Guide

SUSE Linux Enterprise Server 16 Official Administration Guide: Master SLES 16 system administration, security, and automation for the SCA exam

Arrow left icon
Profile Icon Miguel Pérez Colino Profile Icon Sergio Ocón Cárdenas Profile Icon Pablo Iranzo Gómez
Arrow right icon
$9.99 $39.99
eBook Jan 2026 576 pages 1st Edition
eBook
$9.99 $39.99
Paperback
$49.99
Subscription
Free Trial
Renews at $19.99p/m
Arrow left icon
Profile Icon Miguel Pérez Colino Profile Icon Sergio Ocón Cárdenas Profile Icon Pablo Iranzo Gómez
Arrow right icon
$9.99 $39.99
eBook Jan 2026 576 pages 1st Edition
eBook
$9.99 $39.99
Paperback
$49.99
Subscription
Free Trial
Renews at $19.99p/m
eBook
$9.99 $39.99
Paperback
$49.99
Subscription
Free Trial
Renews at $19.99p/m

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Table of content icon View table of contents Preview book icon Preview Book

SUSE Linux Enterprise Server 16 Official Administration Guide

Getting SLES 16 Up and Running (Physical and Cloud)

The first step to start working with SUSE Linux Enterprise Server, also known as SLES, is to have it running. Whether on your own laptop as the main system, on a virtual machine, or on a physical server, the installation of SLES is required to get your hands on the system you want to learn to use SLES in. It is highly encouraged that you get yourself a physical or virtual machine to use and practice the examples while reading this book.

In this chapter, you will not just deploy a system but also learn the best choices to do so and be able to perform the deployment in an automated fashion. These are the topics that will be covered:

  • Installing SLES 16
  • Running the SLES installation
  • Running SLES on the cloud
  • Installation best practices

Free Benefits with Your Book

Your purchase includes a free PDF copy of this book along with other exclusive benefits. Check the Free Benefits with Your Book section in the Preface to unlock them instantly and maximize your learning experience.

Technical requirements

The best way to get started is by having an SLES 16 virtual machine to work with. You may do so on your main computer or in the cloud. In the following sections of this chapter, we will review both options, and you will be able to run your own SLES 16 system.

A virtual machine is a way to emulate a complete computer. To be able to create these emulated computers on your own laptop, in case you are using macOS or Windows, you will need to install virtualization software such as VirtualBox. If you are already running Linux, it’s already prepared for virtualization, and you will only need to add the virt-manager package.

Obtaining the SLES software and a subscription

To be able to deploy SLES, it is recommended that you obtain a SUSE subscription. Even when you can download images without a subscription, it is recommended to get one to access repositories with software and updates. You can get, free of cost, an Evaluation subscription...

Installing SLES 16

For this section of this chapter, we will follow the typical installation process to have SLES installed on a machine. We will follow the default steps, reviewing the options available for each one.

Preparation for a physical server installation

A physical server requires some initial setup before starting the installation. Some common steps include configuring the disks in the internal array, connecting the server to the networks and preparing the switches for any interface aggregation that is expected (teaming, bonding), preparing access to external disk arrays (i.e., fiber-channel arrays), setting up out-of-band capabilities, and securing the BIOS/UEFI configuration.

We will not get into the details of these preparations, except for the boot sequence. The server will require booting (start loading the system) from an external device such as a USB thumb drive or optical disk (whether physical or emulated through the out-of-band capabilities).

To...

Running the SLES installation

Once we have prepared our virtual or physical server for installation, it’s time to proceed with it. We will know that all the previous steps were taken correctly if we arrive at the following screen:

Figure 1.17 – Initial boot screen for SLES 16 installation

We are offered five options (selected one in green):

  • Boot from Hard Disk: This will boot from the existing hard disk, with the existing OS, in case you don’t want to install at that time. This means that if you boot from the USB accidentally on a system that has an OS, it will boot from the existing OS instead of launching the installation.
  • Install SUSE SLE 16: This option will boot and run the installer. You will have to select it to start the installation.
  • Failsafe -- Install SUSE SLE 16: This option will boot and run the installer in failsafe mode. This is to be used in case the general installation option fails.
  • Check Installation...

Running SLES on the cloud

Deploying SLES on the cloud is slightly different from the process shown before, as cloud providers produce some of the capabilities on your behalf. Let’s look at what these differences are:

  • You don’t use an ISO image or Agama for the deployment, but a pre-configured image that is already prepared and made available by the cloud provider.
  • The image is customized and adapted to our needs after creation. You will not be able to choose the configuration details of the system during installation time (i.e., selecting a time zone), but afterwards, using the first boot configuration.
  • There is an automated mechanism to perform those change settings, such as adding a user and credentials to access the system or configuring the network.
  • The most extended and well-known mechanism used by cloud providers to do so is cloud-init.
  • Images delivered by cloud providers include cloud-init software.
  • Systems are usually...

Installation best practices

SLES installations have many options to choose from, and they should be tailored for the use case. However, some common recommendations apply. Let’s see the most common types.

The first type is blueprints:

  • Standardize the core installation and create a blueprint for it.

This blueprint shall be minimal enough to serve as the base for all other blueprints and deployments.

  • Build a set of blueprints for common cases when needed.
  • Try to use an automation platform to build extended cases (i.e., Salt or Ansible):
  • Try to make the cases modular (i.e., app server and database blueprints can be combined on one single machine).
  • Be aware of the requirements to apply your templated blueprints and adapt to the environments you will use.

The second type is software:

  • The less software is installed, the smaller the attack surface. Try to keep servers with the minimal set of packages required...

Summary

The SUSE Certified System Administrator exam is completely practical, based on real-world experience. The best way to prepare for it is by practicing as much as possible; that is why this book starts by providing access to SLES 16 and provides alternatives for how to deploy your own VMs.

There are different scenarios covered for the installation, which are the most common ones, and include using a physical machine, a virtual machine, or a cloud instance.

When using physical hardware, we focus on the fact that many people like to reuse old hardware, buy second-hand or cheap mini servers, or even use their laptop as the main installation device/platform for their Linux experience.

For virtual machines, we think about the people who want to keep all their work on the same laptop but without messing with their current operating system (which may not even be Linux). This could also work well with the previous option by having virtual machines on your own mini server...

Left arrow icon Right arrow icon
Download code icon Download Code

Key benefits

  • Build real-world SLES 16 sysadmin skills through hands-on tasks and examples
  • Secure and optimize enterprise Linux systems using mcphost, cockpit, firewalld, SELinux, and system roles
  • Prepare for the SUSE Certified Administrator (SCA) exam with guided exercises
  • Purchase of the print or Kindle book includes a free PDF eBook

Description

Mastering enterprise Linux administration can be overwhelming without guidance, especially for those targeting the SUSE Certified Administrator (SCA) certification or managing critical IT infrastructures. This practical guide offers the complete skillset required to confidently operate, secure, and maintain SUSE Linux Enterprise Server (SLES) 16. Written by senior SUSE product experts, this book helps you deploy physical and cloud systems, configure software and networking, secure services using firewalld and SELinux, and manage storage using BTRFS and LVM. With step-by-step instructions, real-world examples, and detailed chapters on automation with system roles and containers with Podman, you’ll build confidence across core Linux administration topics. You’ll also gain hands-on practice with system snapshots, kernel tuning, and AI with mcphost. It also includes a brief introduction to SLES 4 SAP-specific features. You'll learn how to configure services, harden systems, automate infrastructure with tools like Agama, Cockpit, and System Roles. This is the only official guide for SLE administrators and engineers, providing trusted insight you will not find anywhere else. By the end, you will be well-equipped to manage SLES systems in enterprise environments and approach the SCA certification with confidence.

Who is this book for?

This book is for system administrators, platform engineers, DevOps professionals, developers, and certification aspirants looking to strengthen their Linux expertise, prepare for the SUSE Certified Administrator (SCA) exam, and gain practical skills for managing IT infrastructures. It is especially valuable for those working with SAP environments on Linux, where reliability and performance are critical. Prior Linux knowledge isn’t required, but familiarity with basic IT concepts will be helpful.

What you will learn

  • Install and configure SLES 16 on physical and cloud platforms
  • Manage users, permissions, and network settings
  • Secure systems using firewalld and SELinux
  • Administer remote access with SSH, Cockpit, and tunnels
  • Use Agentic AI with mcphost
  • Handle storage with BTRFS, LVM, and NFS
  • Tune system performance and kernel parameters
  • Use automation tools like Ansible and system roles
  • Deploy and manage containers using Podman

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Jan 07, 2026
Length: 576 pages
Edition : 1st
Language : English
ISBN-13 : 9781806021581
Languages :
Tools :

What do you get with eBook?

Product feature icon Instant access to your Digital eBook purchase
Product feature icon Download this book in EPUB and PDF formats
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Jan 07, 2026
Length: 576 pages
Edition : 1st
Language : English
ISBN-13 : 9781806021581
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
$19.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
$199.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts
$279.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just $5 each
Feature tick icon Exclusive print discounts

Table of Contents

28 Chapters
Part 1: System Administration: Software, User, Network, and Service Management Chevron down icon Chevron up icon
Getting SLES 16 Up and Running (Physical and Cloud) Chevron down icon Chevron up icon
Running Basic Commands and Simple Shell Scripts Chevron down icon Chevron up icon
Managing Regular Operations with Tools Chevron down icon Chevron up icon
Securing the System with Users, Groups, and Permissions Chevron down icon Chevron up icon
Enabling Network Connectivity Chevron down icon Chevron up icon
Adding, Patching, and Managing Software Chevron down icon Chevron up icon
Part 2: Security with SSH, SELinux, Firewall, and System Permissions Chevron down icon Chevron up icon
Administering Systems Remotely Chevron down icon Chevron up icon
Enabling and Using Cockpit Chevron down icon Chevron up icon
Securing Network Connectivity with firewalld Chevron down icon Chevron up icon
Keeping the System Hardened with SELinux Chevron down icon Chevron up icon
Part 3: Implementing Agentic AI with mcphost Chevron down icon Chevron up icon
Agentic AI with mcphost Chevron down icon Chevron up icon
Part 4: Resource Administration: Storage, Boot Process, Tuning, and Containers Chevron down icon Chevron up icon
Managing Local Storage and Filesystems Chevron down icon Chevron up icon
Flexible Storage Management with LVM Chevron down icon Chevron up icon
Configuring and Using System Snapshots with BTRFS and Snapper Chevron down icon Chevron up icon
Understanding the Boot Process Chevron down icon Chevron up icon
Automating with System Roles Chevron down icon Chevron up icon
Managing Containers with Podman Chevron down icon Chevron up icon
Introduction to SLES for SAP Applications Chevron down icon Chevron up icon
Part 5: Practice Exercises Chevron down icon Chevron up icon
Practice Exercises – 1 Chevron down icon Chevron up icon
Practice Exercises – 2 Chevron down icon Chevron up icon
Unlock Your Exclusive Benefits Chevron down icon Chevron up icon
Other Books You May Enjoy Chevron down icon Chevron up icon
Index Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How do I buy and download an eBook? Chevron down icon Chevron up icon

Where there is an eBook version of a title available, you can buy it from the book details for that title. Add either the standalone eBook or the eBook and print book bundle to your shopping cart. Your eBook will show in your cart as a product on its own. After completing checkout and payment in the normal way, you will receive your receipt on the screen containing a link to a personalised PDF download file. This link will remain active for 30 days. You can download backup copies of the file by logging in to your account at any time.

If you already have Adobe reader installed, then clicking on the link will download and open the PDF file directly. If you don't, then save the PDF file on your machine and download the Reader to view it.

Please Note: Packt eBooks are non-returnable and non-refundable.

Packt eBook and Licensing When you buy an eBook from Packt Publishing, completing your purchase means you accept the terms of our licence agreement. Please read the full text of the agreement. In it we have tried to balance the need for the ebook to be usable for you the reader with our needs to protect the rights of us as Publishers and of our authors. In summary, the agreement says:

  • You may make copies of your eBook for your own use onto any machine
  • You may not pass copies of the eBook on to anyone else
How can I make a purchase on your website? Chevron down icon Chevron up icon

If you want to purchase a video course, eBook or Bundle (Print+eBook) please follow below steps:

  1. Register on our website using your email address and the password.
  2. Search for the title by name or ISBN using the search option.
  3. Select the title you want to purchase.
  4. Choose the format you wish to purchase the title in; if you order the Print Book, you get a free eBook copy of the same title. 
  5. Proceed with the checkout process (payment to be made using Credit Card, Debit Cart, or PayPal)
Where can I access support around an eBook? Chevron down icon Chevron up icon
  • If you experience a problem with using or installing Adobe Reader, the contact Adobe directly.
  • To view the errata for the book, see www.packtpub.com/support and view the pages for the title you have.
  • To view your account details or to download a new copy of the book go to www.packtpub.com/account
  • To contact us directly if a problem is not resolved, use www.packtpub.com/contact-us
What eBook formats do Packt support? Chevron down icon Chevron up icon

Our eBooks are currently available in a variety of formats such as PDF and ePubs. In the future, this may well change with trends and development in technology, but please note that our PDFs are not Adobe eBook Reader format, which has greater restrictions on security.

You will need to use Adobe Reader v9 or later in order to read Packt's PDF eBooks.

What are the benefits of eBooks? Chevron down icon Chevron up icon
  • You can get the information you need immediately
  • You can easily take them with you on a laptop
  • You can download them an unlimited number of times
  • You can print them out
  • They are copy-paste enabled
  • They are searchable
  • There is no password protection
  • They are lower price than print
  • They save resources and space
What is an eBook? Chevron down icon Chevron up icon

Packt eBooks are a complete electronic version of the print edition, available in PDF and ePub formats. Every piece of content down to the page numbering is the same. Because we save the costs of printing and shipping the book to you, we are able to offer eBooks at a lower cost than print editions.

When you have purchased an eBook, simply login to your account and click on the link in Your Download Area. We recommend you saving the file to your hard drive before opening it.

For optimal viewing of our eBooks, we recommend you download and install the free Adobe Reader version 9.

Modal Close icon
Modal Close icon