OPS235: Lab 2 Virtual Machines – Part II

Slides:



Advertisements
Similar presentations
Server 2012 R2 Essentials - What’s new ? Bart #techninebe Technine Group.
Advertisements

Windows 2003 Server. Windows 2003 Server Contents Fitur Windows 2003 Server Installation And Configuration Windows Management Resource  User Management.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Modern Operating Systems 2014 Practice Tasks. Lab1. OS Installation. Boot configuration Install Dual boot system Linux / Windows 7 or 8 / win server 2012(Dreamspark.
DT211/3 Internet Application Development Web Servers.
VMs Virtual Machines. VM What is a VM  Virtual Machine  Software implementation of a machine running on another machine May or may not resemble the.
Linux+ Guide to Linux Certification, Third Edition Chapter 11 Compression, System Backup, and Software Installation.
Virtual Machine and UNIX. What is a VM? VM stands for Virtual Machine. It is a software emulation of hardware. By using a VM, you can have the same hardware.
Installing and Setting up mongoDB replica set PREPARED BY SUDHEER KONDLA SOLUTIONS ARCHITECT.
To run the program: To run the program: You need the OS: You need the OS:
Red Hat Installation. Installing Red Hat Linux is the process of copying operating system files from a CD, DVD, or USB flash drive to hard disk(s) on.
Chapter 11 Compression, System Backup, and Software Installation.
VMs Virtual Machines. VM What is a VM  Virtual Machine  Software implementation of a machine running on another machine The VM may or may not resemble.
Offline File Storage. Module 12 Offline File Storage ♦ Introduction Backup is usually done by first collecting all the data in a single archive file,
Copyright© 2003 Avaya Inc. All rights reserved Upgrade to Communication Manager 2.0 with Migration to Linux 8.0 Purpose: This presentation was prepared.
Explain the purpose of an operating system
Unix System Administration Chapter 6 Adding New Users.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
Ant & Jar Ant – Java-based build tool Jar – pkzip archive, that contains metadata (a manifest file) that the JRE understands.
Kickstart Installation
General rules 1. Rule: 2. Rule: 3. Rule: 10. Rule: Ask questions ……………………. 11. Rule: I do not know your skill. If I tell you things you know, please stop.
Logging into the linux machines This series of view charts show how to log into the linux machines from the Windows environment. Machine name IP address.
MCSA Fall, Datacenter Foundation 15 users No virtualization 25 users 50 devices No virtualization Full functionality 2 virtual instances.
© 2006 ITT Educational Services Inc. Linux Operating System :: Unit 3 :: Slide 1 Downloading and Installing Software yum pirut Bit Torrent rmp.
From “Control Panel”, launch “Programs and Features” then select “Turn Windows features on or off” Lab 2: Setup Lab Environment.
Working with Hadoop. Requirement Virtual machine software –VM Ware –VirtualBox Virtual machine images –Download from Cloudera (Founded by leaders in the.
Alessandro Cardoso, Microsoft MVP Creating your own “Private Cloud” with Windows 10 Hyper- V WIN443.
Agenda Using FTP What is FTP? How to Use the FTP Program How to transfer files Using FTP.
Lab 8 Overview Apache Web Server. SCRIPTS Linux Tricks.
Install CB 1.8 on Ubuntu. Steps Followed Install Ubuntu (Ubuntu LTS) on Virtual machine – (VMware Workstation) (
Installing RandoNode Starter Kit OPEN Development Conference September 19, 2008 Max Lin Systems Analyst Julia Chen Systems Analyst.
VMware Certified Professional 6-Data Center Virtualization Beta 2V0-621Exam.
KVM tutorial #3 Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010.
Libvirt management Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010.
APACHE INSTALL Linux: CentOS 6.5 WHAT IS APACHE Apache is an open source application which is governed by the GNU licensing for use and alteration of.
Spring 2007 Vmware and Linux kernel COMS W4118 Columbia University.
C Copyright © 2006, Oracle. All rights reserved. Oracle Secure Backup Additional Installation Topics.
1 Build Your Own MySQL Time Machine Chuck Bell, PhD Mats Kindahl, PhD Replication and Backup Team Sun Microsystems 1.
BY: SALMAN 1.
Tech Level Cyber Security Lesson 7
Andrea Chierici Virtualization tutorial Catania 1-3 dicember 2010
bitcurator-access-webtools Quick Start Guide
EE516: Embedded Software Project 1
BY: SALMAN.
Getting started with CentOS Linux
NTP, Syslog & Secure Shell
Operating Systems Overview
The Good,The Bad,And The Ugly: Working with OVM
Logging into the linux machines
Ubuntu Working in Terminal
TexPREP Summer Camp Computer Science
Lab 1 introduction, debrief
Creating a Windows 10 Virtual machine
Windows Operating Systems (Cont.)
2018 Valid Microsoft Exam Dumps IT-Dumps
The Linux Command Line Chapter 18
Lab 7 - Topics Establishing SSH Connection Install SSH Configure SSH
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
OPS235: Lab 2 Virtual Machines – Part I
OPS235 MANAGING LVMs – PART I
OPS235: Week 5 Lab4: Investigations 1 – 3
OPS235: Week 1 Installing Linux (Lab1: Investigations 4 - )
OPS235 PACKAGE MANAGEMENT
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Getting started with CentOS Linux
ODP node monitoring and maintenance
Getting Started With Solr
bitcurator-access-webtools Quick Start Guide
SOFTWARE TECHNOLOGIES
Logging into the linux machines
Presentation transcript:

OPS235: Lab 2 Virtual Machines – Part II

Lab 2 Topics – Part II Topics Managing Virtual Machines Backing up Virtual Machines Backup op Kickstart Files (all machines) Updating all machines (yum update) Completing Lab2

Managing Virtual Machines There are two methods to start and stop virtual machines: 1. Graphically (virtual machine manager) 2. virsh shell (command prompt) Main virsh shell commands: List status of VMs: virsh list, virsh list --all, virsh list --inactive Start / Shutdown Vms: virsh start vmname, virsh shutdown vmname Add / Remove VMs from virtual machine manger list: virsh define vmname, virsh undefine vmname

Managing Virtual Machines What is the purpose of the virsh command? What are the methods to use virsh to: List status of VMs Start / Shutdown VMs Define / Undefine VMs What is benefit of virsh as opposed to virt-manager?

Backing up VMs Two things you should consider when backing up VMs: 1. Backup images (contained in /var/lib/libvirt/images directory). Images need to be compressed with gzip utility to save space. Note the correct way to compress image. Use the gunzip utility to correctly restore the VM. 2. Backup the xml configuration file. Use the virsh dumpxml vmname > vmname.xml command. This command is very important in case you reconstruct the host (total wipe), but need to define (add) the VM into the virtual machine manager list. NOTE: Failing to backup the compressed images into the /var/lib/libvirt/images directory (eg /home by mistake) can cause space issues and prevent the host machine from starting graphically!!!

Kickstart Files What is the purpose of a Kickstart file? Where are the kickstart file located after the installation of your centos host machine as well as virtual machines? List the steps using scp to backup your kickstart files to your host machine. What is the purpose of backing up the kickstart files? NOTE: If you can't use scp, you can use e-mail to send to your Seneca e-mail the kickstart files. You can open a web-browser and use your graphical e-mail system for centos1 and centos2 Vms. For your centos3 VM, you can use the Linux command: (best to copy kickstart file to your home directory first!) mail -s “kickstart” your_email_address < ~/kickstart_file_pathname