Course Overview

This Solaris Operating System and Korn Shell Programming training course introduces the delegate to the main concepts of the SOLARIS Operating System. The most commonly used commands are described in detail as are the command line wildcard and redirection facilities. The mechanisms by which a user acquires a login environment are discussed and the main features of the Korn/Posix/Bash Shells are introduced.

The course is designed to give delegates practical experience in developing and writing shellscripts. Most of the built-in shell commands are introduced together with the main program control structures.

Similarly,the course is targeted to closely follow the official Oracle Solaris curriculum for certification.

Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Course Objectives

The Solaris Fundamentals course provides the skills needed to work productively in a SOLARIS environment to develop and customise shell programs.

Course Content

Solaris Fundamentals Training Course

Course Contents – DAY 1

Course Introduction

  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: INTRODUCTION TO THE SOLARIS OPERATING SYSTEM

  • A brief history of UNIX / Linux
  • The UNIX / Linux kernel
  • The UNIX / Linux file system structure
  • File and directory management commands
  • Absolute vs Relative Pathnames
  • Further basic commands
  • Exercise: Navigating the file system

Session 2: BASIC COMMANDS

  • Command line syntax
  • Basic file handling commands
  • Basic Directory handling commands
  • Filename wildcard characters
  • Using commands with logical AND and OR
  • Sequential command execution
  • Exercise: Manipulating files and directories

Session 3: REDIRECTION AND PIPES

  • Input and Output redirection
  • Redirecting errors
  • Piping commands
  • Exercise: Using redirection and pipe facilities

Solaris Fundamentals Training Course

Course Contents – DAY 2

Session 4: INTRODUCTION TO THE vi/Vim EDITOR

  • Overview of the vi/Vim editor
  • The language of vi
  • Undoing and Redoing changes
  • Input Mode and Last Line Mode
  • Further vi functions
  • Executing commands within vi / Vim
  • Customising the vi / Vim Environment
  • Getting Help
  • Exercises: Using the vi editor

Session 5: SEARCHING AND REPLACING TEXT

  • Searching and replacing text using the vi/Vim editor
  • Using regular expressions (regex)
  • Using sed for search and replace
  • Searching for text with grep,egrep and fgrep
  • Exercises: Searching and Replacing Text

Session 6: RECALLING AND EDITING COMMANDS

  • Overview
  • The bash shell
  • The korn shell
  • Exercises: Recall and Edit Commands

Session 7: FILE PERMISSIONS AND ACCESS CONTROL

  • Users and user groups
  • File access permissions
  • Changing file attributes
  • Switching users and user groups
  • Linking files
  • Exercise: Setting and access permissions

Solaris Fundamentals Training Course

Course Contents – DAY 3

Session 8: FILTERING AND FORMATTING TEXT

  • Overview
  • The paste command
  • The cut command
  • An introduction to awk
  • The nl command
  • Exercises: Filtering Text

Session 9: PROCESSES

  • What is a process?
  • Monitoring processes
  • Killing processes
  • Background processes
  • Job Control
  • Grouping commands
  • Exercise: Monitoring and controlling processes

Session 10: THE USER ENVIRONMENT

  • Customising the .profile or .bash_profile
  • Customising the .kshrc or .bashrc
  • Exercise: Setting up an environment

Session 11: MORE BASIC COMMANDS

  • The find command
  • Using xargs command
  • The locate command
  • The df command
  • The cut command
  • The sort command
  • Finding duplicate content
  • Number sequencing
  • Exercise: More Basic Commands

Solaris Fundamentals Training Course

Course Contents – DAY 4

Session 12: UNIX COMMAND REVIEW

  • Basic Unix commands
  • General commands
  • File and directory handling commands
  • Filename generation and regular expression characters
  • I/O Redirection features
  • Other commands

Session 13: GETTING STARTED

  • What is a shell script?
  • Development guidelines
  • Creating and editing shell scripts
  • Naming and storing shell scripts
  • Executing shell scripts
  • Exercise: Write a simple shell script

Session 14: USING VARIABLES

  • Environment variables
  • Local variables
  • Assigning values to variables
  • Assessing variable values
  • Using quotes
  • Delimiting variable names
  • echo control sequences
  • Exercise: Add variables to a script

Session 15: INTEGER ARITHMETIC

  • Using the expr command
  • Using the (( )) notation
  • Exercise: Add integer arithmetic to a shell script

Session 16: HANDLING RUN TIME DATA

  • The read command
  • Command line arguments
  • Exercise: Writing a generic shell script
  • Exercise: Writing an interactive shell script

Session 17: CONDITIONAL EXECUTION

  • The if statement
  • The test command
  • Exercise: Adding validation to previous scripts

Session 18: ADDITIONAL KORN,BASH & POSIX SYNTAX

  • Other test notations
  • Default and substitute variables
  • Exit status codes
  • Exercise

Solaris Fundamentals Training Course

Course Contents – DAY 5

Session 19: LOOP CONSTRUCTS

  • The while loop
  • The until loop
  • The for loop
  • The while true and until false loops
  • Loop control commands
  • Exercise: Enhancing the previously written scripts
  • Exercise: Writing a script to copy files using a ‘for’ loop
  • Exercise: Writing a script to generate numbers with the ‘while’ loop

Session 20: MULTI-BRANCH DECISIONS

  • The case statement
  • Menu driven applications
  • Exercise: Developing and writing a menu system

Session 21: SCRIPTING WITH AWK

  • Fundamentals of AWK
  • Basic AWK scripts
  • AWK within Bash constructs
  • Exercise: AWK scripts

Session 22: FUNCTIONS

  • What is a function?
  • Syntax
  • Examples
  • Exercise: Add a function to a script

Session 23: INTERRUPT HANDLING

  • Interrupt signals
  • Trapping interrupts
  • Exercise: Adding traps to the menu script

Appendix A: ADDITIONAL FEATURES AND FACILITIES

  • The exec commands
  • The includes notation
  • More about loops
  • Arrays

Appendix B: VIM QUICK REFERENCE

Appendix C: UNIX COMMANDS QUICK REFERENCE

Appendix D: ADDITIONAL EXERCISES

Course Overview

Solaris Advanced Shell Programming Tools Course Overview

This Solaris Korn Shell Programming training course is designed to give delegates practical experience using a range of Solaris tools to manipulate text and incorporate them into Solaris shell scripts.

Course Objectives

To provide the knowledge and skills to make effective use of a wide range of standard Solaris programming and development tools.

Course Content

Solaris Advanced Shell Programming Tools Training Course

Course Contents – DAY 1

Session 1: BACKUP AND RESTORE UTILITIES

  • Backing-up and restoring files
  • Basic and advanced use of tar
  • Compression utilities gzip,bzip2,zip and compress
  • Exercise: Backing up and restoring files using tar
  • Exercises: Compressing files

Session 2: BACKGROUND JOB SCHEDULING

  • Scheduling jobs with the cron command
  • Scheduling jobs with the at command
  • Exercises: Running background jobs

Session 3: COMMANDS FOR COMPARING FILES

  • Compare files with the cmp command
  • Compare and format files with pr
  • Compare files with the comm command
  • Compare files with the diff and sdiff commands
  • Compare large files with the bdiff command
  • Exercises: Identifying file differences

Session 4: SPLITTING FILES

  • The fold command
  • Split files using context and content rules
  • Exercises: Splitting files

Solaris Advanced Shell Programming Tools Training Course

Course Contents – DAY 2

Session 5: IDENTIFYING AND TRANSLATING CHARACTERS

  • od – octal dump
  • Use cat to display non-printing characters
  • View and format files with nl
  • The expand and unexpand commands to convert between tab and space characters
  • The tr command for character translation
  • Exercises: Translating characters with tr

Session 6: REGULAR EXPRESSION NOTATION REVIEW

  • Standard regular expressions
  • Searching with grep
  • Metacharacters,positional characters and quantifiers
  • Extended regular expressions
  • POSIX character classes
  • PERL expressions

Session 7: THE STREAM EDITOR sed

  • sed command line syntax
  • sed script files
  • sed command processing
  • sed addresses and simple instructions
  • sed pattern space and hold space
  • Grouping sed commands
  • Hold and get functions
  • Advanced flow control
  • Write output to temporary files
  • Exercises: Text processing with sed

Session 8: FUNDAMENTALS OF AWK

  • Basic AWK usage
  • AWK program-files
  • AWK scripts
  • AWK variables
  • Pattern matching with AWK
  • AWK extended patterns

Session 9: AWK OPERATORS

  • AWK AND,OR and range operators
  • AWK arithmetic operations
  • AWK output
  • Formatting output with printf
  • Exercises: Create awk scripts to extract selected data from a file and generate reports

Solaris Advanced Shell Programming Tools Training Course

Course Contents – DAY 3

Session 10: AWK PROGRAM CONTROL STRUCTURES

  • The BEGIN and END functions
  • The AWK if construct
  • The AWK else if construct
  • The AWK while construct
  • Other program control statements
  • The AWK break,continue and exit statements
  • User defined functions
  • Exercises: Create AWK scripts and program-files utilising program control structures

Session 11: AWK FUNCTIONS

  • AWK string functions
  • AWK length,tolower,toupper,index,sub,gsub,match,substr,split,sprintf,system and getline functions
  • Exercises: Generate AWK scripts and program-files to extract and format data using AWK functions

Session 12: AWK ARRAYS

  • AWK associative arrays
  • Multi-dimensional arrays
  • Exercises: Create AWK associative arrays to process text files and generate reports

Session 13: MISCELLANEOUS TOOLS

  • bc (calculator)
  • fuser (testing for files in use)
  • getops (checking options passed to shell scripts)
  • printf (formatting screen output)
  • logger (script logging)
  • xargs (generating arguments for a command)
  • eval (re-evaluating variables)
  • Exercises: Using tools within a shell script

Course Overview

This Solaris System Administration training course will provide delegates with practical experience of configuring various aspects of an Oracle Solaris 11 system. This course extends the skills a delegate will have gained from attending the Solaris System Administration – Part 1 course.

Delegates will cover more specialised tasks such as configuring network failover,Zones,Role Based Access Control (RBAC),managing system performance and also gaining other skills which will help with preparing for the Oracle Certified Professional,Oracle Solaris 11 System Administrator (1Z0-822).

Similarly,the course is targeted to closely follow the official Oracle Solaris curriculum for certification.

Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Course Objectives

Administering Solaris systems involves many specialised tasks including; monitoring system events with syslog,performing network installations,dealing with various aspects of the network environment and assigning system roles to users. Delegates taking this class will gain the necessary knowledge and skills to perform these tasks.

Course Content

Solaris 11 System Administration – Part II Training Course

Course Contents – DAY 1

Course Introduction

  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: CONFIGURING SMF

  • SMF Review
  • Troubleshooting Services
  • State Notification
  • SMF Properties
  • Listing Properties
  • Setting Properties
  • Network Properties
  • Configuring a new SMF Service
  • Exercise

Session 2: CONFIGURING THE IMAGE PACKAGING SYSTEM IPS

  • Configuring a local IPS repository
  • Configuring the repository server
  • Configuring access from network clients to a local IP repository
  • Installing signed packages
  • Publisher properties for signed packages
  • Managing package publishers
  • Managing multiple boot environments
  • Exercise

Session 3: INSTALLING SOLARIS 11 USING THE AUTOMATED INSTALLER

  • Introduction to the Automated Installer (AI)
  • Obtaining the AI
  • Setting up the requirements for the AI
  • Creating the installation service
  • Testing the first client
  • Tailoring AI to the requirements of the install client
  • Installation of software on the client
  • Specifying repositories
  • Specifying packages to install
  • Exercise

Solaris 11 System Administration – Part II Training Course

Course Contents – DAY 2

Session 4: VIRTUAL NETWORKS

  • What is a Virtual Network?
  • Internal Virtual Networks
  • External Virtual Networks
  • Creating and Configuring a Virtual Network Device
  • Post Configuration Procedures
  • Exercise

Session 5: CONFIGURING NETWORKS AND NETWORK FAILOVERS

  • Configuring systems on a local network
  • Managing the network configuration profiles
  • Manual mode network configuration
  • Configuring link aggregations
  • Configuring IP multipathing (IPMP)
  • Exercise

Session 6: NETWORK FILE SYSTEM (NFS)

  • NFS Terminology
  • Configuring the NFS Server
  • Legacy Shares
  • ZFS Shares
  • Configuring the NFS Client
  • Autofs and /net
  • Exercise

Session 7: ZONES

  • Basic Description
  • Main Features and Benefits
  • Zone Configuration Settings and Characteristics
  • Creating Zones
  • Accessing Zones
  • Managing the Zone State
  • Zone System Processes
  • Exercise

Solaris 11 System Administration – Part II Training Course

Course Contents – DAY 3

Session 8: ZFS AND DATA STORAGE

  • ZFS Data Protection
  • ZFS RAID Modes
  • Backup and Recovery with Snapshots
  • Managing Disk Space with ZFS Properties
  • Exercise

Session 9: ROLE BASED ACCESS CONTROL (RBAC)

  • Traditional UNIX security vs RBAC
  • The RBAC security model
  • Associated files and attributes
  • Linking Attributes and their files together
  • Attribute file formats
  • Configuring RBAC: commands and files
  • Exercise

Session 10: AUDITING

  • What events create audit records
  • Audit plugins
  • Auditing terminology
  • Main auditing commands
  • Auditing with Solaris Zones
  • Determining what to audit
  • Displaying audit service settings
  • Changing the preselect audit classes
  • Assigning space for the audit trail
  • Viewing the audit trail
  • Displaying kernel audit statistics
  • Exercise

Solaris 11 System Administration – Part II Training Course

Course Contents – DAY 4

Session 11: SYSLOG

  • The /etc/syslog.conf Configuration File
  • The M4 Utility
  • Editing the syslog.conf File
  • Testing syslogd Logging
  • Exercise

Session 12: DUMP FILE CONFIGURATION

  • Dump file definition
  • System crash dumps
  • Displaying the system crash dump configuration
  • Modifying the system crash dump configuration
  • Core dumps
  • Displaying the core dump configuration
  • Modifying the core dump configuration
  • Exercise

Session 13: MONITORING AND MANAGING PERFORMANCE

  • Monitoring Performance Procedures
  • Monitoring System Wide Resources
  • The sar,vmstat and iostat commands
  • Monitoring Processes Resources
  • The ps,prstat and top Commands
  • Responding to Resource problems
  • Exercise

Solaris 11 System Administration – Part II Training Course

Course Contents – DAY 5

Session 14: PROCESS PRIORITIES AND CLASSES

  • Process Scheduling
  • Scheduling Classes
  • Listing Classes and Priority Ranges
  • Managing Classes and Priorities
  • The dispadmin command
  • The priocntl command
  • Exercise

Course Overview

This Solaris 11 System Administration – Part I training course will give delegates practical experience in the administration of an Oracle Solaris 11 system.

Together with the Solaris Introduction course this event will enable the delegate to gain skills which will help them to prepare for the Oracle Certified Associate,Oracle Solaris 11 System Administrator exam (1Z0-821).

Having achieved the above certification plus attending the Solaris Systems Administration Part II course attendees will have gained much of the preparation required for sitting the Oracle Solaris Advanced Systems Administration exam (1Z0-822).

Similarly,the course is targeted to closely follow the official Oracle Solaris curriculum for certification.

Exercises and examples are used throughout the course to give practical hands-on experience with the techniques covered.

Course Objectives

Administering Solaris systems involves many standard tasks including; starting and shutting down a system,managing filesystems and performing regular backups. Delegates taking this course will gain the necessary knowledge and skills to perform these tasks.

Course Content

Solaris 11 System Administration – Part I Training Course

Course Contents – DAY 1

Course Introduction

  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: BOOT AND SHUTDOWN PROCEDURES

  • Boot procedures overview
  • Boot phases
  • Sparc Openboot
  • Modifying Sparc boot procedures
  • Intel BIOS and the Grub boot loader
  • Modifying Intel boot procedures
  • The init process
  • System run levels
  • Run control scripts
  • Shutdown procedures
  • Exercise

Session 2: SERVICE MANAGEMENT FACILITY

  • Basic features
  • The SMF environment
  • SMF and booting
  • SMF environmental structures
  • Service states
  • Managing services
  • Automatic SMF state notification
  • Exercise

Session 3: INSTALLING THE SOLARIS 11

  • Installation methods
  • Minimum installation requirements
  • Installation considerations
  • Disk partitioning
  • Logical disk names
  • Device drivers
  • Software packages
  • Network configuration
  • Performing an interactive installation
  • Checking the installed system

Solaris 11 System Administration – Part I Training Course

Course Contents – DAY 2

Session 4: IPS SOFTWARE MANAGEMENT

  • Repositories
  • Package name format
  • Managing packages with the pkg command
  • List existing and searching for new packages
  • Updating existing and installing new packages
  • Checking existing packages
  • Managing packages with the GUI tool
  • Exercise

Session 5: DISK MANAGEMENT

  • Displaying disk information
  • Partitions/Slices
  • Naming conventions
  • Physical device names
  • Instance names
  • Logical device names
  • Block and character devices
  • Configuring new disk devices
  • Partitioning the disk
  • Exercise

Session 6: UFS FILE SYSTEM MANAGEMENT

  • Disk based file systems
  • Main root sub-directories
  • Pseudo file systems
  • Components of a file system
  • Creating and mounting file systems
  • Automounting DVDs and USB Devices
  • Checking file systems
  • Checking free disk space
  • The df command
  • The quot command
  • The du command
  • Freeing disk space
  • Freeing up disk space with compression utilities
  • Rotating files with logadm
  • Exercise

Solaris 11 System Administration – Part I Training Course

Course Contents – DAY 3

Session 7: UFS BACKUP AND RESTORE UTILITIES

  • Backup policy
  • Archive devices
  • The mt utility
  • The ufsdump utility
  • The ufsrestore utility
  • ufs Snapshots

Session 8: ZFS FILE SYSTEM MANAGEMENT

  • Requirements
  • Main features
  • ZFS tools
  • Managing ZFS Pools with zpool
  • Pool storage devices
  • Pool configuration features
  • Creating and deleting Pools
  • Viewing pool status
  • Managing file systems with ZFS
  • Creating and destroying a file system
  • Mounting and unmounting filesystems
  • Snapshots and Clones
  • Creating,destroying and displaying Snapshots and Clones
  • ZFS properties
  • Read-Only native properties
  • Settable native properties
  • Exercise

Session 9: FILE PERMISSIONS REVIEW

  • Basic file permissions
  • Changing permissions
  • Default permissions
  • Extended permissions
  • Changing the Owner
  • Changing the Group
  • Exercise

Solaris 11 System Administration – Part I Training Course

Course Contents – DAY 4

Session 10: USER MANAGEMENT

  • User accounts
  • Files used in creating a user
  • Adding a user
  • Changing user details
  • Deleting a user
  • User group maintenance
  • Password administration
  • Password command
  • Securing logins and passwords
  • Local and remote login control
  • Login logs
  • Message of the day file
  • Exercise

Session 11: DISK QUOTAS

  • UFS Quotas
  • Creating the Quotas files
  • Adding Quota checks and enabling
  • Add the Quota option to the /etc/vfstab File
  • Establish Quotas for individual users
  • Turning Quotas on and off
  • Turning on Quotas for ZFS
  • Setting ZFS Quotas for users and groups
  • Check spaced used for users and groups
  • Exercise

Session 12: THE USER LOGIN ENVIRONMENT

  • Shell configuration
  • Shell variables
  • Command aliases
  • Executing commands
  • Creating a permanent environment (profiles and rc files)
  • Customising the environment
  • Exercise

Solaris 11 System Administration – Part I Training Course

Course Contents – DAY 5

Session 13: MANAGING PROCESSES

  • Introduction to process management
  • The ps command
  • The prstat and top commands
  • The kill command
  • The ‘p series of commands
  • Debugging processes
  • Background jobs
  • Using the cron processes
  • Cron files
  • Creating crontab entries
  • Amending existing crontab files
  • Crontab command options
  • The at command
  • Exercise

Session 14: NETWORKING ADMINISTRATION

  • Network addressing – IPv4
  • Network masks and subnets
  • Routing
  • Location of network information
  • SMF network properties
  • Network Profiles
  • Network Interfaces and Datalinks
  • Manual and automatic configuration
  • Managing Datalinks
  • Managing Interfaces
  • Exercise

Session 15: ADMINISTERING ZONES

  • Features and benefits
  • Configuration settings
  • Viewing a zone configuration
  • Starting up and shutting down zones
  • Logging in and out of a Zone
  • Monitoring a zone
  • Exercise

Course Overview

his course is designed to provide the SMP/E skills needed in the installation and maintenance of optional features and maintenance in the z/OS operating environment. You are taught to define the SMP/E database and invoke SMP/E to add, modify, or replace system elements. The course includes extensive hands-on labs using a current level of SMP/E.

You will get practical experience in the SMP/E tasks involved in installing a z/OS product. Emphasis is on interpreting results of SMP/E processing. SMP/E concepts examined in this course include modification control statements, the consolidated software inventory, zone structure, and error analysis. SMP/E commands such as RECEIVE, APPLY, ACCEPT, RESTORE, REPORT, and LIST are discussed.

You will also learn how to perform automated SMP/E delivery of z/OS and product maintenance over the Internet with an automated SMP/E process that downloads and installs IBM preventive and corrective service over the Internet.

Course Objectives

After this course participants should be able to:

  • Describe how SMP/E is used as a tool for system maintenance
  • Interpret modification control statements in a sample SYSMOD
  • Create a consolidated software inventory database to support installation and maintenance requirements
  • Use the SMP/E dialogs to install a product and its related service
  • Manage exception SYSMOD data
  • Describe the use of the primary and secondary data sets required by SMP/E
  • Analyze output from SMP/E processing and resolve commonly encountered problems
  • Describe the use of the REPORT command to determine software dependencies between zones
  • Use the BUILDMCS process to create a function SYSMOD from an installed product and its service
  • Use the new SMP/E functions to install software service automatically over the internet
    • Implement support for communication server FTP client
    • Use the new RECEIVE ORDER command to order and install z/OS maintenance automatically over the Internet

Course Content

 1.      SMP/E overview                                                                                                                         

·       Introduction                                                                                                                                                        

·       SYSMOD sources                                                                                                                                             

·       SMP/E processing                                                                                                                                           

·       Installation process                                                                                                                                         

2.      SYSMOD packaging                                                                                                                  

·       Introduction                                                                                                                                                       

·       Modification control statements                                                                                                                     

·       Packaging techniques                                                                                                                                    

3.      Tracking element levels                                                                                                           

·       Introduction                                                                                                                                                             

4.      Consolidated software inventory                                                                                                  

·       Introduction                                                                                                                                                             

·       Control information                                                                                                                                                

·       Status information                                                                                                                                                  

·       Content and structure information                                                                                                                      

·       Zone management commands                                                                                                                             

5.      Execution requirements                                                                                                                 

·       Invoking SMP/E                                                                                                                                                       

·       SMP/E data sets                                                                                                                                                       

·       Dynamic allocation                                                                                                                                                 

6.      RECEIVE and REJECT                                                                                                                     

·       Introduction                                                                                                                                                             

·       HOLDDATA                                                                                                                                                              

7.      APPLY processing                                                                                                                           

·       Introduction                                                                                                                                                             

·       Operands                                                                                                                                                                  

·       SYSMOD selection                                                                                                                                                  

·       Applicability checks                                                                                                                                                

·       JCLIN processing                                                                                                                                                    

·       Element selection                                                                                                                                                   

·       Element installation                                                                                                                                               

·       CSI updates                                                                                                                                                             

·       Reports                                                                                                                                                                    

8.      ACCEPT processing                                                                                                                         

·       Introduction                                                                                                                                                             

·       ACCEPT processing                                                                                                                                                

9.      RESTORE                                                                                                                                          

·       Introduction                                                                                                                                                             

10.  BUILDMCS and LINK MODULE                                                                                                     

·       System structure                                                                                                                                                  

·       BUILDMCS command                                                                                                                                         

·       The LINK MODULE command                                                                                                                           

11.  LIST and REPORT commands                                                                                                      

·       LIST processing                                                                                                                                                   

·       REPORT command                                                                                                                                              

·       SMP/E scenarios                                                                                                                                                 

12.  SMP/E and the network                                                                                                               

·       SMP/E electronic delivery                                                                                                                                   

·       SMP/E Internet delivery enhancements                                                                                                         

13.  z/OSMF and the new installation and maintenance strategy (optional)                                 

Course Overview

The RHCSA Rapid Track Course with Exam (RH200) is designed for experienced Linux® system administrators who want to expand their technical skill sets and become accredited with the Red Hat® Certified System Administration (RHCSA) certification. To successfully navigate this course, students must already have solid experience with the Linux command line—including the necessary skills to execute common commands, such as cp, grep, sort, mkdir, tar, mkfs, ssh, and yum—and be familiar with accessing man pages for help. At the completion of the course, students will be adequately prepared to take the RHCSA exam.

Course Objectives

  • Installation, configuration, and management of local storage
  • Deployment and maintenance of network services
  • Network services: VNC, SSH, FTP, and web
  • Securing files with ACLs
  • Securing network services with firewall and SELinux
  • Managing virtual machines with KVM technology
  • Automating installation of Linux using Kickstart

Course Content

Network configuration and troubleshooting

  • Configure, manage, and test network settings.

Managing user accounts

  • Manage user accounts, including password aging, and connect to a central LDAP directory service.

Command-line process management

  • Launch, monitor, govern, and terminate processes using the Bash command line.

Manage system resources

  • Schedule recurring tasks; monitor and manage system logs.

Installing and managing software

  • Install software and query with yum using RHN and a custom repository.

Administer remote systems

  • Access remote systems using command-line and graphical techniques.

Deploy and secure file-sharing services

  • Install and manage basic network services, including firewall configuration.

Managing SELinux

  • Manage SELInux booleans and file system contexts.

Managing simple partitions and file systems

  • Manage encrypted partitions, file systems, and swap space.

Using file system Access Control Lists

  • Restrict file access with file system ACLs.

Logical volume management

  • Understand logical volume concepts and manage logical volumes, including snapshots.

Control the boot process

  • Understand runlevels and manage GRUB.

Tune and maintain the kernel

  • Pass parameters to the kernel and manage kernel modules.

Manage virtual machines

  • Deploy and manage KVM virtual machines.

Automate installation with Kickstart

  • Create Kickstart configurations and use them to install Linux.

Get help in a graphical environment

  • Access Red Hat documentation and services.

Course Overview

Learn essential Red Hat Enterprise Linux configuration, administration, and maintenance in a condensed format designed for experienced Linux system administrators

The RHCSA Rapid Track course (RH199) features Red Hat® Enterprise Linux® 9 and is designed for those who already have significant experience with Linux administration. This course combines the significant content of Red Hat System Administration I (RH124) and Red Hat System Administration II (RH134), reviewing the tasks at an accelerated pace.

This course is based on Red Hat® Enterprise Linux 9.0.

Course Objectives

  • Package management with new repository structure and appstream modules
  • Create storage devices, volumes, and file systems, including Stratis storage management
  • Configure network services and security
  • Manage processes, scheduling, and tuning
  • Manage users, groups, and authentication
  • Perform server management with the Cockpit web management utility
  • Troubleshoot and obtain support
  • Run containers

Course Content

Access systems and get help

Log in to local and remote Linux systems, and investigate problem resolution methods provided through Red Hat Insights and support.

Navigate file systems

Copy, move, create, delete, and organize files while working from the bash shell.

Manage local users and groups

Create, manage, and delete local users and groups and administer local password policies.

Control access to files

Set Linux file system permissions on files and to interpret the security effects of different permission settings.

Manage SELinux security

Protect and manage the security of a server by using SELinux.

Tune system performance

Evaluate and control processes, set tuning parameters, and adjust process scheduling priorities on a Red Hat Enterprise Linux system.

Install and update software packages

Download, install, update, and manage software packages from Red Hat and DNF package repositories.

Manage basic storage

Create and manage storage devices, partitions, file systems, and swap spaces from the command line.

Control services and the boot process

Control and monitor network services, system daemons, and the boot process using systemd.

Manage networking

Configure network interfaces and settings on Red Hat Enterprise Linux servers.

Analyze and store logs

Locate and accurately interpret logs of system events for troubleshooting purposes.

Implement advanced storage features

Create and manage logical volumes containing file systems and swap spaces from the command line, and configure advanced storage features with Stratis and VDO.

Schedule future tasks

Schedule tasks to automatically execute in the future.

Access network-attached storage

Access network-attached storage, using the NFS protocol.

Manage network security

Control network connections to services using the system firewall and SELinux rules.

Running Containers

Obtain, run, and manage simple, lightweight services as containers on a single Red Hat Enterprise Linux server.

Course Overview

A follow-up course for students that have completed Red Hat® System Administration I (RH124), Red Hat System Administration II with RHCSA Exam (RH135) is designed for IT professionals working to become full-time enterprise Linux® system administrators. Building on the foundation of command-line skills covered in System Administration I, students will dive deeper into Red Hat Enterprise Linux to broaden their toolkits of administration skills. By the end of this course, students will be able to administer and troubleshoot file systems and partitioning, logical volume management, access control, and package management. Students who attend Red Hat System Administration I and II will be fully prepared to take the Red Hat Certified System Administration (RHCSA) exam.
Note: This course is intended to be taken following Red Hat System Administration I and does not cover all RHCSA exam tasks. Students with solid Linux command-line skills seeking to take only one course before attempting the RHCSA exam should consider the RHCSA Rapid Track Course (RH200).

Course Objectives

  • Network configuration and troubleshooting
  • Managing file systems and logical volumes
  • Controlling user and file access
  • Installing and managing services and processes
  • Essential command-line operations
  • Troubleshooting file systems and partitioning
  • LVM, access control, and package management

Course Content

Automated installations of Red Hat® Enterprise Linux®

  • Objective: Create and manage kickstart configuration files; perform installations using kickstart.

Accessing the command line

  • Objective: Access the command line locally and remotely; gain administrative privileges from the command line.

Intermediate command-line tools

  • Objective: Use hardlinks, archives and compression, and vim.

Regular expressions, pipelines, and I/O redirection

  • Objective: Use regular expressions to search patterns in files and output; redirect and pipe output.

Network configuration and troubleshooting

  • Objective: Configure network settings; troubleshoot network issues.

Managing simple partitions and file systems

  • Objective: Create and format simple partitions, swap partitions, and encrypt partitions.

Managing flexible storage with the Logical Volume Manager (LVM)

  • Objective: Implement LVM and LVM snapshots.

Accessing network file-sharing services; NFS and CIFS

  • Objective: Implement NFS, CIFS, and autofs.

Managing user accounts

  • Objective: Manage user accounts, including password aging.

Network user accounts with LDAP

  • Objective: Connect to a central LDAP directory service.

Controlling access to files

  • Objective: Manage group memberships, file permissions, and access control lists (ACL).

Managing SELinux

  • Objective: Activate and deactivate SELinux; set file contexts; manage SELinux booleans; analyze SELinux logs.

Installing and managing software

  • Objective: Manage software and query information with yum; configure client-side yum repository files.

Managing installed services

  • Objective: Managing services; verify connectivity to a service.

Analyzing and storing logs

  • Objective: Managing logs with rsyslog and logrotate.

Managing processes

  • Objective: Identify and terminate processes, change the priority of a process, and use cron and at to schedule processes.

Tuning and maintaining the kernel

  • Objective: List, load, and remove modules; use kernel arguments.

System recovery techniques

  • Objective: Understand the boot process and resolve boot problems.

Course Overview

Build the skills to perform the key tasks needed to become a full-time Linux administrator

Red Hat System Administration II (RH134) serves as the second part of the RHCSA training track for IT professionals who have taken Red Hat System Administration I (RH124). The course goes deeper into core Linux system administration skills in storage configuration and management, installation and deployment of Red Hat® Enterprise Linux®, management of security features such as SELinux, control of recurring system tasks, management of the boot process and troubleshooting, basic system tuning, and command-line automation and productivity.

Experienced Linux administrators looking for rapid preparation for the RHCSA certification should instead start with RHCSA Rapid Track (RH199).

This course is based on Red Hat Enterprise Linux 9.0.

Course Objectives

Install Red Hat Enterprise Linux using scalable methodsAccess security files, file systems, and networksExecute shell scripting and automation techniquesManage storage devices, logical volumes, and file systemsManage security and system accessControl the boot process and system servicesRun containers

Course Content

Improve command line productivity
Run commands more efficiently by using advanced features of the Bash shell, shell scripts, and various utilities provided by Red Hat Enterprise Linux.

Schedule future tasks
Schedule commands to run in the future, either one time or on a repeating schedule.

Tune system performance
Improve system performance by setting tuning parameters and adjusting scheduling priority of processes.

Manage SELinux security
Protect and manage the security of a server by using SELinux.

Manage logical volumes
Create and manage logical volumes containing file systems and swap spaces from the command line.

Access network-attached storage
Use the NFS protocol to administer network-attached storage.

Control the boot process
Manage the boot process to control services offered and to troubleshoot and repair problems.

Manage network security
Control network connections to services using the system firewall and SELinux rules.

Install Red Hat Enterprise Linux
Install Red Hat Enterprise Linux on servers and virtual machines.

Run Containers
Obtain, run, and manage simple, lightweight services as containers on a single Red Hat Enterprise Linux server.

Course Overview

The first of two courses covering the core system administration tasks needed to manage Red Hat Enterprise Linux servers

Red Hat System Administration I (RH124) is designed for IT professionals without previous Linux system administration experience. The course provides students with Linux administration competence by focusing on core administration tasks. This course also provides a foundation for students who plan to become full-time Linux system administrators by introducing key command-line concepts and enterprise-level tools. 

This course is the first of a two-course series that takes a computer professional without Linux system administration knowledge to become a fully capable Linux administrator. These concepts are further developed in the follow-on course, Red Hat System Administration II (RH134).

This course is based on Red Hat® Enterprise Linux 9.0.

Course Objectives

  • Introduce Linux and the Red Hat Enterprise Linux ecosystem.
  • Run commands and view shell environments.
  • Manage, organize, and secure files.
  • Manage users, groups and user security policies.
  • Control and monitor systemd services.
  • Configure remote access using the web console and SSH.
  • Configure network interfaces and settings.
  • Archive and copy files from one system to another.
  • Manage software using DNF

Course Content

Get started with Red Hat Enterprise Linux

Describe and define open source, Linux distributions, and Red Hat Enterprise Linux.

Access the command line

Log into a Linux system and run simple commands using the shell.

Manage files from the command line

Copy, move, create, delete, and organize files while working from the bash shell.

Get help in Red Hat Enterprise Linux

Resolve problems by using local help systems.

Create, view, and edit text files

Manage text files from command output or in a text editor.

Manage local users and groups

Create, manage, and delete local users and groups, as well as administer local password policies.

Control access to files

Set Linux file system permissions on files and interpret the security effects of different permission settings.

Monitor and manage Linux processes

Evaluate and control processes running on a Red Hat Enterprise Linux system.

Control services and daemons

Control and monitor network services and system daemons using systemd.

Configure and secure SSH

Configure secure command line service on remote systems, using OpenSSH.

Analyze and store logs

Locate and accurately interpret logs of system events for troubleshooting purposes.

Manage networking

Configure network interfaces and settings on Red Hat Enterprise Linux servers.

Archive and transfer files

Archive and copy files from one system to another.

Install and update software packages

Download, install, update, and manage software packages from Red Hat and DNF package repositories.

Access Linux files systems

Access, inspect, and use existing file systems on storage attached to a Linux server.

Analyze servers and get support

Investigate and resolve issues in the web-based management interface, getting support from Red Hat to help solve problems.

Comprehensive review

Review the content covered in this course by completing hands-on exercises.