Linux System Administration on Red Hat
|
|
|
- Nigel Chase
- 10 years ago
- Views:
Transcription
1 Linux System Administration on Red Hat Kenneth Ingham September 29, Course overview This class is for people who are familiar with Linux or Unix systems as a user (i.e., they know file manipulation, an editor, and common Unix/Linux tools). The class covers information they will need to be a successful system administrator of a Red Hat Linux system. This class stresses troubleshooting problems an administrator is likely to encounter. 2 Course objectives Students attending this class will learn: how to install the operating system the parts of a user account and the files where these data are stored how to verify, install, update, and remove software packages the structure of data on disks, including partitions and filesystems and how to work with them system administration tools such as rsync and lsof shell programming how to execute jobs at regular intervals logging, how to control it, how log files are rotated the information in the /proc filesystem and how to work with it how the system boots and how to customize it how to configure the network to use static or dynamic IP addresses configuring and working with network services such as name lookups, NIS (optional), NFS, the automounter, and ssh. the Linux tools commonly used for backups tools for network monitoring and testing network performance tuning performance monitoring 1
2 3 Student background If you are attending this class, then we assume that You are comfortable with basic Linux commands such as cp, mv, rm, mkdir, rmdir, chmod, cat, more or less, passwd, date, and ls. You know what absolute and relative paths are and the difference between them. You know what. and.. mean and when you would use them. You know what the permissions on directories mean (they are different from files). You are comfortable working at the command line. You can read manual pages and other system documentation. You know an editor. Knowing a programming language will make shell programming much easier. 4 Logistics The class lasts four days. Fedora core 4 or Centos 4 The class uses the following software: A CD DVD or USB memory to mount; the installation CDs/DVD work fine for this All backup software we use is on the OS distribution CDs Gnome for a desktop environment (on distribution CDs) Kernel source (from Internet or source CDs or DVDs; not on the normal distribution media) OS distribution CD 1 or Knoppix CD OS installation media The test partition created at install time gkrellm (on class web site) iptraf (if covered in this class) nmap (on distribution media) ttcp (on class web site) xosview (on class web site) a DHCP and DNS server for the class a package to install and upgrade (the instructor needs to be prepared for this) an NIS server on the instructor machine with an account the students will log into (if this class covers NIS) bonnie or bonnie++ (on class web site) class network configuration information either Internet access or a local CentOS repository (the instructor needs to be prepared for this) static IP addresses (these do not need to be routable) un-allocated space left at install time. No class network information specified. 2
3 The class needs a web server for the class web site. The instructor s laptop may be this web server; otherwise the machine provided in the classroom for the instructor is a good choice. This machine obviously will need web server software installed. 5 Class outline 1. Introduction (Lecture: 15; Lab: 0) (a) Class Introductions (b) Class Logistics i. Class schedule ii. Breaks iii. Question policy iv. Break room and restroom locations v. Assumptions about your background (c) Typographic conventions 2. Red Hat OS Installation (Lecture: 25; Lab: 75) (a) Hardware requirements (b) Installer options (c) Disk partitioning (d) Network configuration (e) GNU/Linux as a guest OS (f) Kickstart i. Summary of CentOS 5 Installation (g) Lab 3. Finding the answer (Lecture: 15; Lab: 40) (a) General hints (b) The help system (c) The manual pages (d) GNU info i. Some info commands (e) Summary (f) Lab 4. Basic bash programming, part I (Lecture: 30; Lab: 40) (a) Variables i. Environment Variables ii. Pre-defined Variables (b) Comments and spaces (c) Shell Scripts 3
4 (d) Quoting (e) Lab 5. Basic bash programming, part II (Lecture: 30; Lab: 50) (a) Exit status and $? (b) Expressions i. Expressions (using test) ii. String expressions (bash and ksh) iii. File expressions iv. Arithmetic expressions (bash and ksh) (c) if i. Examples (d) case (e) Lab 6. Basic bash programming, part III (Lecture: 20; Lab: 45) (a) for (b) while (c) Functions i. Function arguments ii. Example iii. Output from running the example iv. Local variables (d) Debugging Shell Scripts (e) Lab 7. User Information (Lecture: 40; Lab: 50) (a) User and group information files i. /etc/passwd ii. /etc/shadow iii. /etc/group (b) Adding and deleting users i. GUI ii. vipw (c) Password aging i. chage command-line arguments (d) login.defs (e) PAM i. Example (f) nsswitch.conf (g) su and the root account 4
5 (h) sudo i. sudo configuration (i) Troubleshooting hints (j) Summary (k) Lab 8. RPM Packages (Lecture: 40; Lab: 50) (a) RPM overview i. Names, labels, and file names (b) Working with rpm i. Querying packages ii. Verifying package signatures iii. Verifying installed packages iv. Installing packages v. Upgrading packages vi. Removing packages vii. Other RPM information (c) yum i. Yum repositories ii. Repository configuration iii. Installing software with yum iv. Searching for software v. Updating vi. Removing software vii. yum and proxies (d) Keeping your system patched (e) Summary (f) Lab 9. Partitions and filesystems (Lecture: 40; Lab: 55) (a) Special files (devices) i. Disk special files (b) Partitions i. Extended partitions ii. fdisk (c) Filesystem labels (d) Mounting filesystems i. mount and umount ii. Boot time filesystem mounting (e) Inodes (f) The structure of a directory 5
6 (g) Adding a disk (h) fsck (i) Dealing with filesystem problems (j) Summary (k) Lab 10. Filesystem tools (Lecture: 20; Lab: 30) (a) df (b) du (c) locate and slocate (d) find (e) Summary (f) Lab 11. Useful sysadmin tools (Lecture: 40; Lab: 65) (a) lsof and fuser (b) rsync i. Some rsync options (c) cron i. The crontab file (d) Logging and log files i. The syntax of syslog.conf (e) Log file rotation i. logrotate directives (f) The /proc filesystem (g) sysctl (h) Summary (i) Lab 12. Booting (Lecture: 45; Lab: 60) (a) The hardware boot process i. How Linux on an Intel x86 architecture machine boots (b) grub i. Overview ii. File specification to grub iii. Commands iv. Example (c) Initial ramdisks (d) Booting single user (e) init and startup scripts i. Run levels ii. Interactive boot 6
7 iii. chkconfig iv. service (f) Boot floppies/cds i. Booting rescue mode (g) Shutting down the system (h) Troubleshooting (i) Summary (j) Lab 13. Network Configuration (Lecture: 30; Lab: 45) (a) Network configuration i. DHCP client configuration ii. Static network configuration (b) DNS lookups i. /etc/resolv.conf ii. host (c) Virtual network interfaces (d) mii-tool and ethtool i. Examples (e) system-config-network (f) Troubleshooting (g) Summary (h) Lab 14. Network services (Lecture: 30; Lab: 45) (a) xinetd (b) ssh i. Public key authentication ii. Tunneling (c) NFS i. Client ii. Server (d) Automounter (e) Troubleshooting (f) Summary (g) Lab 15. Network monitoring, testing, and tuning (Lecture: 45; Lab: 80) (a) Network monitoring and testing tools i. tcpdump ii. wireshark 7
8 iii. telnet iv. netcat v. netstat (b) Tuning i. Prerequisite assumptions ii. Benchmarking A. Example iii. Parameters A. Maximum Transmission Unit B. Example C. Bandwidth-Delay product D. TCP parameters E. IP fragmentation parameters F. Other kernel parameters (c) NFS performance (d) Summary (e) Lab 16. Performance monitoring (Lecture: 25; Lab: 25) (a) Introduction (b) ps and threads i. Example (c) sar (d) free (e) vmstat (f) iostat (g) top (h) Graphical tools (i) Troubleshooting (j) Summary (k) Lab 17. Backups (Lecture: 30; Lab: 45) (a) Compression (b) Incremental backups (c) tar i. Examples (d) dump and restore i. dump ii. Example iii. restore iv. Interactive restore 8
9 Appendices v. Examples (e) rsync i. Example (f) Summary (g) Lab A. Basics (Lecture: 20; Lab: 20) (a) Logging in and out (b) Typing and correcting mistakes i. In dialog boxes ii. In a terminal window (c) Changing your password (d) An overview of the Gnome Desktop i. The decoration around windows ii. The panel iii. The Terminal Emulator (e) An introduction to the Gnome file manager (f) Command-line structure (g) Some simple commands (h) Displaying the contents of a file in a terminal (i) Lab B. File manipulation (Lecture: 30; Lab: 50) (a) An Overview of the UNIX filesystem i. Pathnames ii. Directories iii. Filenames (b) Listing files (c) Renaming and Copying Files (d) Removing Files (e) The file command (f) Creating and removing directories (g) Links (h) Lab C. File and directory permissions (Lecture: 15; Lab: 15) (a) Introduction (b) Looking at File Permissions (c) Changing Permissions (d) Lab 9
10 D. The vi editor (Lecture: 20; Lab: 30) (a) Introduction (b) Getting in and out (c) vi modes (d) Moving around (e) Adding text (f) Deleting text (g) More (h) Lab E. The shell (Lecture: 55; Lab: 55) (a) Introduction (b) Metacharacters i. Examples (c) Redirecting I/O i. Examples (d) Pipes (e) History and command line editing (ksh and bash) (f) Shell startup and customization (bash) (g) Aliases (h) Additional bash features (i) Lab F. Some useful tools, part I (Lecture: 35; Lab: 60) (a) grep (b) Regular expressions i. Example ii. Example iii. Summary of regular expression characters (c) head and tail (d) less (e) Summary (f) Lab G. Some useful tools, part II (Lecture: 30; Lab: 30) (a) cut (b) diff (c) sort i. Example (d) uniq (e) cat (f) wc 10
11 (g) tee (h) sleep (i) Lab H. Processes (Lecture: 30; Lab: 25) (a) Process information (b) Job control (c) nice (d) Looking at processes i. ps (e) top (f) Killing processes (g) Lab 11
Advanced Linux System Administration on Red Hat
Advanced Linux System Administration on Red Hat Kenneth Ingham September 29, 2009 1 Course overview This class is for people who are familiar with basic Linux administration (i.e., they know users, packages,
Linux Operating System Security
Linux Operating System Security Kenneth Ingham and Anil Somayaji September 29, 2009 1 Course overview This class is for students who want to learn how to configure systems to be secure, test the security
Cisco Networking Academy Program Curriculum Scope & Sequence. Fundamentals of UNIX version 2.0 (July, 2002)
Cisco Networking Academy Program Curriculum Scope & Sequence Fundamentals of UNIX version 2.0 (July, 2002) Course Description: Fundamentals of UNIX teaches you how to use the UNIX operating system and
Red Hat Linux Administration II Installation, Configuration, Software and Troubleshooting
Course ID RHL200 Red Hat Linux Administration II Installation, Configuration, Software and Troubleshooting Course Description Students will experience added understanding of configuration issues of disks,
HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX
HARFORD COMMUNITY COLLEGE 401 Thomas Run Road Bel Air, MD 21015 Course Outline CIS 110 - INTRODUCTION TO UNIX Course Description: This is an introductory course designed for users of UNIX. It is taught
Linux System Administration. System Administration Tasks
System Administration Tasks User and Management useradd - Adds a new user account userdel - Deletes an existing account usermod - Modifies an existing account /etc/passwd contains user name, user ID #,
Red Hat Enterprise Linux (RHEL 6) Courses
Red Hat Enterprise Linux (RHEL 6) Courses Red Hat System Administration I * Core Skills (5 days) Advanced Linux Shell Scripting Shell Scripting (bash,ksh93) and awk Programming (3 days) Advanced Red Hat
HP-UX Essentials and Shell Programming Course Summary
Contact Us: (616) 875-4060 HP-UX Essentials and Shell Programming Course Summary Length: 5 Days Prerequisite: Basic computer skills Recommendation Statement: Student should be able to use a computer monitor,
A candidate following a programme of learning leading to this unit will be able to:
Unit 24: Linux+ Learning Outcomes A candidate following a programme of learning leading to this unit will be able to: Demonstrate knowledge of planning the implementation Show knowledge of how to install
Linux Troubleshooting. 5 Days
QWERTYUIOP{ Linux Troubleshooting 5 Days The class is designed to give Linux administrators experience with both common and uncommon system problems. The course is based on the idea that the best way to
Oracle Linux 7: System Administration Ed 1 NEW
Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 40291196 Oracle Linux 7: System Administration Ed 1 NEW Duration: 5 Days What you will learn The Oracle Linux 7: System Administration training
ENTERPRISE LINUX SYSTEM ADMINISTRATION
ENTERPRISE LINUX SYSTEM ADMINISTRATION The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal to every workstation
Table of Contents. Introduction. Audience. At Course Completion. Prerequisites
Table of Contents Introduction Audience At Course Completion Prerequisites Certified Professional Exams Student Materials Course Outline Introduction This in-depth, 5-day course helps students acquire
RH033 Red Hat Linux Essentials or equivalent experience with Red Hat Linux..
RH131 Red Hat Linux System Administration Course Summary For users of Linux (or UNIX) who want to start building skills in systems administration on Red Hat Linux, to a level where they can attach and
GLS250 "Enterprise Linux Systems Administration"
GLS250 "Enterprise Linux Systems Administration" Intended for students already comfortable with working in the Unix environment, this in-depth course helps students acquire the variety of skills needed
Fred Hantelmann LINUX. Start-up Guide. A self-contained introduction. With 57 Figures. Springer
Fred Hantelmann LINUX Start-up Guide A self-contained introduction With 57 Figures Springer Contents Contents Introduction 1 1.1 Linux Versus Unix 2 1.2 Kernel Architecture 3 1.3 Guide 5 1.4 Typographical
GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III
QWERTYUIOP{ GL254 - RED HAT ENTERPRISE LINUX SYSTEMS ADMINISTRATION III This GL254 course is designed to follow an identical set of topics as the Red Hat RH254, RH255 RHCE exam prep courses with the added
RedHat (RHEL) System Administration Course Summary
Contact Us: (616) 875-4060 RedHat (RHEL) System Administration Course Summary Length: 5 Days Prerequisite: RedHat fundamentals course Recommendation Statement: Students should have some experience with
An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX)
An A-Z Index of the Apple OS X command line (TERMINAL) The tcsh command shell of Darwin (the open source core of OSX) alias alloc awk Create an alias List used and free memory Find and Replace text within
GL-250: Red Hat Linux Systems Administration. Course Outline. Course Length: 5 days
GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course
LSN 10 Linux Overview
LSN 10 Linux Overview ECT362 Operating Systems Department of Engineering Technology LSN 10 Linux Overview Linux Contemporary open source implementation of UNIX available for free on the Internet Introduced
Introduction to Operating Systems
Introduction to Operating Systems It is important that you familiarize yourself with Windows and Linux in preparation for this course. The exercises in this book assume a basic knowledge of both of these
Deploying Ubuntu Server Edition. Training Course Overview. (Ubuntu 10.04 LTS)
Deploying Ubuntu Server Edition Training Course Overview (Ubuntu 10.04 LTS) 1. Deploying Ubuntu Server Edition Course Overview About the Course and Objectives This advanced 40-hour course will provide
Windows Template Creation Guide. How to build your own Windows VM templates for deployment in Cloudturk.
Windows Template Creation Guide How to build your own Windows VM templates for deployment in Cloudturk. TABLE OF CONTENTS 1. Preparing the Server... 2 2. Installing Windows... 3 3. Creating a Template...
Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012
Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system
Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux.
Red Hat Enterprise Linux 7- RH124 Red Hat System Administration I Red Hat System Administration 1(RH124) is Designed for IT Professionals who are new to Linux. This course will actively engage students
Tutorial 0A Programming on the command line
Tutorial 0A Programming on the command line Operating systems User Software Program 1 Program 2 Program n Operating System Hardware CPU Memory Disk Screen Keyboard Mouse 2 Operating systems Microsoft Apple
Small Systems Solutions is the. Premier Red Hat and Professional. VMware Certified Partner and Reseller. in Saudi Arabia, as well a competent
T R A I N I N G C O U R S E S T H E # 1 L I N U X A N D O P E N S O U R C E P R O V I D E R I N S A U D I A R A B I A Introd uction to Linux Administra tion Adva nce Linux Ad ministrati on Linux Identity
Getting Started in Red Hat Linux An Overview of Red Hat Linux p. 3 Introducing Red Hat Linux p. 4 What Is Linux? p. 5 Linux's Roots in UNIX p.
Preface p. ix Getting Started in Red Hat Linux An Overview of Red Hat Linux p. 3 Introducing Red Hat Linux p. 4 What Is Linux? p. 5 Linux's Roots in UNIX p. 6 Common Linux Features p. 8 Primary Advantages
Red Hat Certifications: Red Hat Certified System Administrator (RHCSA)
Red Hat Certifications: Red Hat Certified System Administrator (RHCSA) Overview Red Hat is pleased to announce a new addition to its line of performance-based certifications Red Hat Certified System Administrator
Basic Linux & Package Management. Original slides from GTFO Security
Basic Linux & Package Management Original slides from GTFO Security outline Linux What it is? Commands Filesystem / Shell Package Management Services run on Linux mail dns web central authentication router
Unix/Linux Forensics 1
Unix/Linux Forensics 1 Simple Linux Commands date display the date ls list the files in the current directory more display files one screen at a time cat display the contents of a file wc displays lines,
INF-110. GPFS Installation
INF-110 GPFS Installation Overview Plan the installation Before installing any software, it is important to plan the GPFS installation by choosing the hardware, deciding which kind of disk connectivity
Do it Yourself System Administration
Do it Yourself System Administration Due to a heavy call volume, we are unable to answer your call at this time. Please remain on the line as calls will be answered in the order they were received. We
IT6204 Systems & Network Administration. (Optional)
Systems & Network Administration (Optional) INTRODUCTION This is one of the Optional courses designed for Semester 6 of the Bachelor of Information Technology Degree program. This course on Systems & Network
Linux command line. An introduction to the Linux command line for genomics. Susan Fairley
Linux command line An introduction to the Linux command line for genomics Susan Fairley Aims Introduce the command line Provide an awareness of basic functionality Illustrate with some examples Provide
Linux Overview. Local facilities. Linux commands. The vi (gvim) editor
Linux Overview Local facilities Linux commands The vi (gvim) editor MobiLan This system consists of a number of laptop computers (Windows) connected to a wireless Local Area Network. You need to be careful
25265 - SYSTEM ADMINISTRATION LAB
25265 - SYSTEM ADMINISTRATION LAB Ex.NO:1 Installation of Windows Server 2003 AIM: To write Installation of Windows 2003 Server. PROCEDURE: To install Windows Server 2003: 1 Insert the Windows Server 2003
RHCSA 7RHCE Red Haf Linux Certification Practice
RHCSA 7RHCE Red Haf Linux Certification Practice Exams with Virtual Machines (Exams EX200 & EX300) "IcGraw-Hill is an independent entity from Red Hat, Inc., and is not affiliated with Red Hat, Inc. in
Introduction to AIX 6L System Administration Course Summary
Contact Us: (616) 875-4060 Introduction to AIX 6L System Administration Course Summary Length: 5 days Recommendation Statement: Basic computer skills Course Description: This course teaches introductory
USEFUL UNIX COMMANDS
cancel cat file USEFUL UNIX COMMANDS cancel print requested with lp Display the file cat file1 file2 > files Combine file1 and file2 into files cat file1 >> file2 chgrp [options] newgroup files Append
An Introduction to the Linux Command Shell For Beginners
An Introduction to the Linux Command Shell For Beginners Presented by: Victor Gedris In Co-Operation With: The Ottawa Canada Linux Users Group and ExitCertified Copyright and Redistribution This manual
3.14. 3.14 Training on Linux System Administration, LPI Certification Level 1
165 3.14 Training on Linux System Administration, LPI Certification Level 1 Name of the Tool: Source: Usage: Description: GIZ This training has been designed for IT experts and institutions desired to
INASP: Effective Network Management Workshops
INASP: Effective Network Management Workshops Linux Familiarization and Commands (Exercises) Based on the materials developed by NSRC for AfNOG 2013, and reused with thanks. Adapted for the INASP Network
COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H.
COURCE TITLE DURATION LPI-202 Advanced Linux Professional Institute 40 H. IMPLEMENTING A WEB SERVER Apache Architecture Installing PHP Apache Configuration Files httpd.conf Server Settings httpd.conf Main
Monitoring Clearswift Gateways with SCOM
Technical Guide Version 01 28/11/2014 Documentation Information File Name Document Author Document Filename Monitoring the gateways with _v1.docx Iván Blesa Monitoring the gateways with _v1.docx Issue
What is included in the ATRC server support
Linux Server Support Services What is included in the ATRC server support Installation Installation of any ATRC Supported distribution Compatibility with client hardware. Hardware Configuration Recommendations
Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02
Cristie Bare Machine Recovery Restoring a Suse Linux Enterprise Server 9 64 Bit on Dissimilar Hardware with CBMR for Linux 1.02 This documentation shows how to restore or migrate a Linux system on dissimilar
Unix Sampler. PEOPLE whoami id who
Unix Sampler PEOPLE whoami id who finger username hostname grep pattern /etc/passwd Learn about yourself. See who is logged on Find out about the person who has an account called username on this host
OnCommand Performance Manager 1.1
OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501
Backup of ESXi Virtual Machines using Affa
Backup of ESXi Virtual Machines using Affa From SME Server Skill level: Advanced The instructions on this page may require deviations from procedure, a good understanding of linux and SME is recommended.
Navigating the Rescue Mode for Linux
Navigating the Rescue Mode for Linux SUPPORT GUIDE DEDICATED SERVERS ABOUT THIS GUIDE This document will take you through the process of booting your Linux server into rescue mode to identify and fix the
Kernel. What is an Operating System? Systems Software and Application Software. The core of an OS is called kernel, which. Module 9: Operating Systems
Module 9: Operating Systems Objective What is an operating system (OS)? OS kernel, and basic functions OS Examples: MS-DOS, MS Windows, Mac OS Unix/Linux Features of modern OS Graphical operating system
Acronis Backup & Recovery 10 Server for Linux. Update 5. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Update 5 Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS)
Ubuntu Professional Training Course Overview (E-learning, Ubuntu 10.04 LTS) 1 of 7 Ubuntu Professional Course Overview (E-learning, Ubuntu 10.04 LTS) About the Course and Objectives The Ubuntu Professional
Command Line - Part 1
Command Line - Part 1 STAT 133 Gaston Sanchez Department of Statistics, UC Berkeley gastonsanchez.com github.com/gastonstat Course web: gastonsanchez.com/teaching/stat133 GUIs 2 Graphical User Interfaces
System administration basics
Embedded Linux Training System administration basics Michael Opdenacker Thomas Petazzoni Free Electrons Copyright 2009, Free Electrons. Creative Commons BY SA 3.0 license Latest update: Dec 20, 2010, Document
PARALLELS SERVER 4 BARE METAL README
PARALLELS SERVER 4 BARE METAL README This document provides the first-priority information on Parallels Server 4 Bare Metal and supplements the included documentation. TABLE OF CONTENTS 1 About Parallels
How to Restore a Linux Server Using Bare Metal Restore
How to Restore a Linux Server Using Bare Metal Restore This article refers to firmware version 5.4 and higher, and the Barracuda Linux Backup Agent 5.4 and higher. Use the steps in this article to restore
Backing up the Embedded Oracle database of a Red Hat Network Satellite
Backing up the Embedded Oracle database of a Red Hat Network Satellite By Melissa Goldin and Vladimir Zlatkin Abstract This document will help you create a backup of the Oracle database of a Red Hat Network
Ubuntu 12.04 Sever Administration
Ubuntu 12.04 Sever Administration 1. Introduction to Ubuntu Linux Ubuntu Server Ubuntu Server 12.04 Server Installation Alternatives and Options Server on the Desktop Installation Desktop on the server
Red Hat Linux Networking
The information presented should act as a guide to Red Hat Linux networking. It is intended to be accompanied with training and self study. To access most of these items you will need to have root access,
Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery
Advanced SUSE Linux Enterprise Server Administration (Course 3038) Chapter 5 Manage Backup and Recovery Objectives Develop a Backup Strategy Create Backup Files with tar Work with Magnetic Tapes Copy Data
Week Overview. Running Live Linux Sending email from command line scp and sftp utilities
ULI101 Week 06a Week Overview Running Live Linux Sending email from command line scp and sftp utilities Live Linux Most major Linux distributions offer a Live version, which allows users to run the OS
Unix Guide. Logo Reproduction. School of Computing & Information Systems. Colours red and black on white backgroun
Logo Reproduction Colours red and black on white backgroun School of Computing & Information Systems Unix Guide Mono positive black on white background 2013 Mono negative white only out of any colou 2
Using Symantec NetBackup with Symantec Security Information Manager 4.5
Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2007 Symantec Corporation. All rights
Linux Disaster Recovery best practices with rear
Relax and Recover Linux Disaster Recovery best practices with rear Gratien D'haese IT3 Consultants Who am I Independent Unix System Engineer since 1996 Unix user since 1986 Linux user since 1991 Open Source
How To Install Acronis Backup & Recovery 11.5 On A Linux Computer
Acronis Backup & Recovery 11.5 Server for Linux Update 2 Installation Guide Copyright Statement Copyright Acronis International GmbH, 2002-2013. All rights reserved. Acronis and Acronis Secure Zone are
Linux+ Guide to Linux Certification, Third Edition. Chapter 11 Compression, System Backup, and Software Installation
Linux+ Guide to Linux Certification, Third Edition Chapter 11 Compression, System Backup, and Software Installation Objectives Outline the features of common compression utilities Compress and decompress
CS197U: A Hands on Introduction to Unix
CS197U: A Hands on Introduction to Unix Lecture 4: My First Linux System J.D. DeVaughn-Brown University of Massachusetts Amherst Department of Computer Science [email protected] 1 Reminders After
ICS 351: Today's plan
ICS 351: Today's plan routing protocols linux commands Routing protocols: overview maintaining the routing tables is very labor-intensive if done manually so routing tables are maintained automatically:
Linux Disaster Recovery best practices with rear
Relax and Recover Linux Disaster Recovery best practices with rear Gratien D'haese IT3 Consultants Who am I Independent Unix System Engineer since 1996 Unix user since 1986 Linux user since 1991 Open Source
Relax and Recover (rear) Workshop
Relax and Recover Relax and Recover (rear) Workshop Gratien D'haese IT3 Consultants Getting started with rear Download it from The official tar-balls https://github.com/rear/rear/downloads/ The rear-snapshot
Plesk 8.3 for Linux/Unix Acronis True Image Server Module Administrator's Guide
Plesk 8.3 for Linux/Unix Acronis True Image Server Module Administrator's Guide Revision 1.0 Copyright Notice ISBN: N/A SWsoft. 13755 Sunrise Valley Drive Suite 600 Herndon VA 20171 USA Phone: +1 (703)
IT Essentials II: Network Operating Systems v3.0 Scope and Sequence
IT Essentials II: Network Operating Systems v3.0 Scope and Sequence This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution
Specialized Programme on Internetworking Design and LAN WAN Administration
Specialized Programme on Internetworking Design and LAN WAN Administration A. NAME OF INSTITUTE Centre For Development of Advanced Computing B. NAME/TITLE OF THE COURSE C. COURSE DATES WITH DURATION IN
Designing and Coding Secure Systems
Designing and Coding Secure Systems Kenneth Ingham and Anil Somayaji September 29, 2009 1 Course overview This class covers secure coding and some design issues from a language neutral approach you can
Thirty Useful Unix Commands
Leaflet U5 Thirty Useful Unix Commands Last revised April 1997 This leaflet contains basic information on thirty of the most frequently used Unix Commands. It is intended for Unix beginners who need a
PARALLELS SERVER BARE METAL 5.0 README
PARALLELS SERVER BARE METAL 5.0 README 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved. This document provides the first-priority information on the Parallels Server Bare Metal
Acronis Backup & Recovery 10 Server for Linux. Installation Guide
Acronis Backup & Recovery 10 Server for Linux Installation Guide Table of contents 1 Before installation...3 1.1 Acronis Backup & Recovery 10 components... 3 1.1.1 Agent for Linux... 3 1.1.2 Management
Basic Installation of the Cisco Collection Manager
CHAPTER 3 Basic Installation of the Cisco Collection Manager Introduction This chapter gives the information required for a basic installation of the Cisco Collection Manager and the bundled Sybase database.
New Lab Intro to KDE Terminal Konsole
New Lab Intro to KDE Terminal Konsole After completing this lab activity the student will be able to; Access the KDE Terminal Konsole and enter basic commands. Enter commands using a typical command line
Partek Flow Installation Guide
Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access
RDS Directory Synchronization
RDS Directory Synchronization Installation and Setup Guide Software Version 3.1.1 For Windows, Linux and UNIX operating systems September 16, 2009 RepliWeb, Inc., 6441 Lyons Road, Coconut Creek, FL 33073
Author A.Kishore/Sachin http://appsdba.info. VNC Background
VNC Background VNC means Virtual Network Computing, is an open-source, crossplatform protocol for viewing GUI desktops on remote machines within a LAN or over a WAN/Internet connection. This document discusses
Back Up Linux And Windows Systems With BackupPC
By Falko Timme Published: 2007-01-25 14:33 Version 1.0 Author: Falko Timme Last edited 01/19/2007 This tutorial shows how you can back up Linux and Windows systems with BackupPC.
Zenoss Core ZenUp Installation and Administration
Zenoss Core ZenUp Installation and Administration Zenoss Core ZenUp Installation and Administration Copyright 2014 Zenoss, Inc. All rights reserved. Redistribution or duplication of any portion of this
LECTURE-7. Introduction to DOS. Introduction to UNIX/LINUX OS. Introduction to Windows. Topics:
Topics: LECTURE-7 Introduction to DOS. Introduction to UNIX/LINUX OS. Introduction to Windows. BASIC INTRODUCTION TO DOS OPERATING SYSTEM DISK OPERATING SYSTEM (DOS) In the 1980s or early 1990s, the operating
Open Source Computational Fluid Dynamics
Open Source Computational Fluid Dynamics An MSc course to gain extended knowledge in Computational Fluid Dynamics (CFD) using open source software. Teachers: Miklós Balogh and Zoltán Hernádi Department
Moving to Plesk Automation 11.5
Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows
Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2. Summary
Technical Bulletin Application Note April 2013 Installing a Symantec Backup Exec Agent on a SnapScale Cluster X2 Node or SnapServer DX1 or DX2 Summary This application note describes how to install the
Birmingham Environment for Academic Research. Introduction to Linux Quick Reference Guide. Research Computing Team V1.0
Birmingham Environment for Academic Research Introduction to Linux Quick Reference Guide Research Computing Team V1.0 Contents The Basics... 4 Directory / File Permissions... 5 Process Management... 6
Zenoss Core ZenUp Installation and Administration
Zenoss Core ZenUp Installation and Administration Zenoss Core ZenUp Installation and Administration Copyright 2013 Zenoss, Inc. All rights reserved. Redistribution or duplication of any portion of this
System Resources. To keep your system in optimum shape, you need to be CHAPTER 16. System-Monitoring Tools IN THIS CHAPTER. Console-Based Monitoring
CHAPTER 16 IN THIS CHAPTER. System-Monitoring Tools. Reference System-Monitoring Tools To keep your system in optimum shape, you need to be able to monitor it closely. Such monitoring is imperative in
Installation Guide. McAfee VirusScan Enterprise for Linux 1.9.0 Software
Installation Guide McAfee VirusScan Enterprise for Linux 1.9.0 Software COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active
Syncplicity On-Premise Storage Connector
Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how
Zenoss Resource Manager ZenUp Installation and Administration
Zenoss Resource Manager ZenUp Installation and Administration Zenoss Resource Manager ZenUp Installation and Administration Copyright 2014 Zenoss, Inc. All rights reserved. Redistribution or duplication
