Beginning CentOS 7 Administration

Course

Online

£ 150 + VAT

Description

  • Type

    Course

  • Methodology

    Online

  • Start date

    Different dates available

A Compact and quick guide to the core parts of CentOS 7 Administration.CentOS 7 is the brand new version of the CentOS Linux system. It is one of the most widely-used operating systems, being the choice of many organizations across the globe. Its consistent, manageable platform suits a variety of deployments. Being a predictable base to build upon, it covers extensive resources to build, test, release and maintain their code. In this course, you’ll set up a complete training laboratory using virtualization and see the possibilities with CentOS 7. You’ll start by learning how to install CentOS 7, see the benefits of it, download and confirm checksum on Windows or OS X, run a net installation over HTTP, and troubleshoot the system. Then you’ll learn how to set up a full-blown Virtual box Training lab. You’ll learn to install and adjust machines to make them communicate and see how to reset the machine. Next, you’ll configure the system learning static network connection. Moving on, we’ll walk through managing the system and managing packages with Yum. You’ll then troubleshoot, configure, synchronize, and install packages and create repositories and packages. Finally, you’ll deep dive into administering the file system, where you’ll learn to create a virtual block, format, maintain, and extend the capacity of the filesystem.About The Author
.
Oliver Pelz has more than 10 years' experience as a software developer and system administrator. He graduated with a diploma degree in bioinformatics and is currently working at the German Cancer Research center in Heidelberg, where he has authored and co-authored several scientific publications in the field of Bioinformatics

Facilities

Location

Start date

Online

Start date

Different dates availableEnrolment now open

About this course

Install, configure, and set up the system for CentOS 7
Get acquainted with the Troubleshooting techniques in rescue mode
Perform various tasks with the YUM command
Get to grips in Managing your system
Administer the file system and create a virtual block
Format, maintain, and extend the capacity of the filesystem

Questions & Answers

Add your question

Our advisors and other users will be able to reply to you

Who would you like to address this question to?

Fill in your details to get a reply

We will only publish your name and question

Reviews

This centre's achievements

2021

All courses are up to date

The average rating is higher than 3.7

More than 50 reviews in the last 12 months

This centre has featured on Emagister for 4 years

Subjects

  • Media
  • Operating System
  • Network Training
  • Install
  • Bioinformatics
  • Systems
  • Image
  • ISO
  • Operating Systems
  • Installation
  • Network
  • Approach
  • Server
  • Linux
  • Windows
  • Rescue

Course programme

Installing CentOS 7 10 lectures 51:45 The Course Overview This video provides an overview of the entire course. Downloading CentOS and confirming the checksum The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file Creating USB Installation Media Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Installing CentOS 7 Using the Graphical Installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Running a Net Install over HTTP Running a CentOS 7 netinstall is a process in which a small image file is used to boot the computer and let the user select and install only the software packages and services he wants and nothing more over a network connection thus providing great flexibility • Download the CentOS 7 netinstall ISO file • Prepare a USB installation media from it and validate its checksum • Install CentOS 7 over HTTP using an official CentOS 7 repository mirror Installing CentOS 7 Using a Kick Start File While installing CentOS 7 manually, using the graphical installer utility is fine on a single server. Doing so on a multiple number of systems can be tedious. Kickstart files can automate the installation process of a server system • Fetch an existing Kickstart file as a template from a former CentOS 7 installation and copy on USB device • Boot into rescue mode to get correct device name order • Select your target device name for installation Customize Your Kickstart Installation and Run It Kickstart files are simple text based configuration files which provide detailed and exact instructions on how the target system should be set up and installed (for example, which keyboard layout or additional software packages to install). • Customize your Kickstart file • Validate the changes you made to the file • Run the Kickstart installation Customizing the Boot Loader When you turn on your computer, the GRUB2 boot loader is the first program that starts up and is responsible for loading and transferring control to an underlying operating system. It has a lot of flexibility in configuration and supports a lot of different operating systems • Make a backup of your default grub configuration file • Customize your default grub configuration file • Generate the GRUB2 configuration using the grub2-mkconfig program Troubleshooting the System in Rescue Mode Linux can have a steep learning curve and sooner or later there will be a point in your career where your CentOS installation does not start up due to broad number of reasons, including hardware problems or human mistakes. If this has happened to you then you can use the CentOS rescue mode in order to boot an otherwise unbootable system and try to undo your mistakes. • Reset your root password if forgotten • Access the original servers filesystem if you cannot boot • Mount additional partitions of your original server Enhancing Your New CentOS 7 Installation The CentOS 7 minimal install is probably the most efficient way you can install a server, but does require some additional features in order to make your server a more compelling model. • Update the system after installation • Reboot the system if first-time updating • Install useful additional software package groups using yum Installing CentOS 7. 10 lectures 51:45 The Course Overview This video provides an overview of the entire course. Downloading CentOS and confirming the checksum The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file Creating USB Installation Media Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Installing CentOS 7 Using the Graphical Installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Running a Net Install over HTTP Running a CentOS 7 netinstall is a process in which a small image file is used to boot the computer and let the user select and install only the software packages and services he wants and nothing more over a network connection thus providing great flexibility • Download the CentOS 7 netinstall ISO file • Prepare a USB installation media from it and validate its checksum • Install CentOS 7 over HTTP using an official CentOS 7 repository mirror Installing CentOS 7 Using a Kick Start File While installing CentOS 7 manually, using the graphical installer utility is fine on a single server. Doing so on a multiple number of systems can be tedious. Kickstart files can automate the installation process of a server system • Fetch an existing Kickstart file as a template from a former CentOS 7 installation and copy on USB device • Boot into rescue mode to get correct device name order • Select your target device name for installation Customize Your Kickstart Installation and Run It Kickstart files are simple text based configuration files which provide detailed and exact instructions on how the target system should be set up and installed (for example, which keyboard layout or additional software packages to install). • Customize your Kickstart file • Validate the changes you made to the file • Run the Kickstart installation Customizing the Boot Loader When you turn on your computer, the GRUB2 boot loader is the first program that starts up and is responsible for loading and transferring control to an underlying operating system. It has a lot of flexibility in configuration and supports a lot of different operating systems • Make a backup of your default grub configuration file • Customize your default grub configuration file • Generate the GRUB2 configuration using the grub2-mkconfig program Troubleshooting the System in Rescue Mode Linux can have a steep learning curve and sooner or later there will be a point in your career where your CentOS installation does not start up due to broad number of reasons, including hardware problems or human mistakes. If this has happened to you then you can use the CentOS rescue mode in order to boot an otherwise unbootable system and try to undo your mistakes. • Reset your root password if forgotten • Access the original servers filesystem if you cannot boot • Mount additional partitions of your original server Enhancing Your New CentOS 7 Installation The CentOS 7 minimal install is probably the most efficient way you can install a server, but does require some additional features in order to make your server a more compelling model. • Update the system after installation • Reboot the system if first-time updating • Install useful additional software package groups using yum The Course Overview This video provides an overview of the entire course. The Course Overview This video provides an overview of the entire course. The Course Overview This video provides an overview of the entire course. The Course Overview This video provides an overview of the entire course. This video provides an overview of the entire course. This video provides an overview of the entire course. Downloading CentOS and confirming the checksum The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file Downloading CentOS and confirming the checksum The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file Downloading CentOS and confirming the checksum The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file Downloading CentOS and confirming the checksum The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file The aim of this video is to learn how to download and confirm a checksum in a linux server • Get started with an OS of your choice • Download the checksum file • Generate the checksum of your downloaded iso image file Creating USB Installation Media Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Creating USB Installation Media Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Creating USB Installation Media Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Creating USB Installation Media Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Nowadays Installing a new operating system such as CentOS Linux using USB device is indeed essential • Get introduced to the concept of creating an exact copy of CentOS installation iso file on a USB device • Prepare USB on OS X and Linux • Prepare USB on Windows Installing CentOS 7 Using the Graphical Installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Installing CentOS 7 Using the Graphical Installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Installing CentOS 7 Using the Graphical Installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Installing CentOS 7 Using the Graphical Installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways. • Select the correct installation boot device during server start up • Load the CentOS 7 installation media • Customize the installation via graphical installer Performing an installation of CentOS 7 using the graphical installer interface is the recommended approach to installing your system, as it not only provides us with the ability to create the desired hard disk partitions but also to customize installation in lots of ways for installation Installing CentOS 7 Using a Kick Start File While installing CentOS 7 manually, using the graphical installer utility is fine on a single server. Doing so on a multiple number of systems can be tedious. Kickstart files can automate the installation process of a server system • Fetch an existing Kickstart file as a template from a former CentOS 7 installation and copy on USB device • Boot into rescue mode to get correct device name order • Select your...

Additional information

System Administration and CentOS 7

Beginning CentOS 7 Administration

£ 150 + VAT