VM Creation & Pi Baking. Group Project Upcoming 4 members per group 3 or 5 will be allowed, but verify with instructor first Start thinking about forming.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
VMWare to Hyper-V FOR SERVER What we looked at before migration  Performance – Hyper-V performs at near native speeds.  OS Compatibility – Hyper-V.
Lesson 5-Accessing Networks. Overview Introduction to Windows XP Professional. Introduction to Novell Client. Introduction to Red Hat Linux workstation.
Lesson 4-Installing Network Operating Systems. Overview Installing and configuring Novell NetWare 6.0. Installing and configuring Windows 2000 Server.
Introduction to the Raspberry Pi ® Saman Amighi 10/2013 ® Raspberry Pi Foundation.
Offering your Windows Server Class Online. Tony Basilico Community College of Rhode Island
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Integrity Check As You Well Know, It Is A Violation Of Academic Integrity To Fake The Results On Any.
1 Chapter Overview Introduction to Windows XP Professional Printing Setting Up Network Printers Connecting to Network Printers Configuring Network Printers.
VMware is a registered trademark of VMware, Inc. (an EMC company).
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Cap 333 Network Administration. Grades  20 marks distributed on  Assignments / Project Activities Individual Pairs  1 or 2 tutorial quizzes.
© 2012 The McGraw-Hill Companies, Inc. All rights reserved. 1 Third Edition Chapter 3 Desktop Virtualization McGraw-Hill.
An illustrated introduction to building a computer using a Raspberry Pi 2. A Raspberry Pi, that is! Images from Microsoft clipart.
Linux Operations and Administration
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
 The operating system is essential for the computer; without it the computer could not work.  The main function of any operating system is being an intermediary.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
One to One instructions Installing and configuring samba on Ubuntu Linux to enable Linux to share files and documents with Windows XP.
Linux Operations and Administration
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Chapter-4 Windows 2000 Professional Win2K Professional provides a very usable interface and was designed for use in the desktop PC. Microsoft server system.
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.
Configuring the MagicInfo Pro Display
Chapter 7 Microsoft Windows XP. Windows XP Versions XP Home XP Home XP Professional XP Professional XP Professional 64-Bit XP Professional 64-Bit XP Media.
Module 4: Add Client Computers and Devices to the Network.
DIY: Your First VMware Server. Introduction to ESXi, VMWare's free virtualization Operating System.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Hands-On Virtual Computing
Using Virtualization in the Classroom. Using Virtualization in the Classroom Session Objectives Define virtualization Compare major virtualization programs.
An Intern’s Guide to basic WMS 2011 setup in just 8 easy steps © 2011 Microsoft Corporation By: Livi Erickson.
Agenda Link of the week Use of Virtual Machine Review week one lab assignment This week’s expected outcomes Review next lab assignments Break Out Problems.
Cap 333 Network Administration. Grades  20 marks distributed on  Assignments / Project Activities Individual Pairs  1 or 2 tutorial quizzes.
Home Intrusion Detection System Andre, Irena, Priyanka, Balta.
CHAPTER 2. Overview 1. Pre-Installation Tasks 2. Installing and Configuring Linux 3. X Server 4. Post Installation Configuration and Tasks.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Breaking Barriers Exploding with Possibility Breaking Barriers Exploding with Possibility The Cloud Era Unveiled.
1 Copyright © 2015 Pexus LLC Patriot PS Personal Server Importing Virtual Appliance Image.
© 2015 by McGraw-Hill Education. This proprietary material solely for authorized instructor use. Not authorized for sale or distribution in any manner.
1 Copyright © 2015 Pexus LLC Patriot PS Personal Server Installing Patriot PS ISO Image on.
How to use WS_FTP A Step by Step Guide to File Transfer.
Introduction :  In the beginning, the calculator is the basic idea of computers out, then that arrived at the large computers.  in1980 or late seventies.
VirtualBox: How to create a Linux Virtual Machine.
Intro to Raspberry Pi A Southwest Florida Hackerspace Workshop Presented by: Russell Benzing & Eric Schiffli.
VMWare Workstation Installation. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *Note: The following instructions.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
ITIS 3110 LAB 1 VM Creation & Pi Baking. GROUP PROJECT UPCOMING 4 members per group 3 or 5 will be allowed, but verify with instructor first Start thinking.
Lab 8 Overview Apache Web Server. SCRIPTS Linux Tricks.
2: Operating Systems Networking for Home & Small Business.
Virtual Machines Module 2. Objectives Define virtual machine Define common terminology Identify advantages and disadvantages Determine what software is.
Raspberry Pi Project Control Your Home Lights with a Raspberry Pi.
An introduction to the Raspberry Pi. What is a Raspberry Pi?  University of Cambridge’s Computer Laboratory  Decline in skill level  Designed for education.
“Geek Out”: DIY vSphere 5.1 Lab Hartford / CT VMware User Group March 28 th, 2013 Matt Kozloski.
RaspberryPi.
ITIS 3110 Lab 1 VM Creation & Pi Baking.
Workshop on Raspberry Pi 3
Computer System Laboratory
DIT314 ~ Client Operating System & Administration
OPS235: Week 2 Installing Linux
Creating a Windows Server 2012 R2 Datacenter Virtual machine
Creating a Windows Server 2016 Datacenter Virtual machine
Engineering Innovation Center
Raspberry Pi.
Raspberry Pi Pi 2 Model B.
You do want to create and edit programs?
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
OPS235: Lab 2 Virtual Machines – Part I
OPS235: Week 1 Installing Linux ( Lab1: Investigations 1-4)
Presentation transcript:

VM Creation & Pi Baking

Group Project Upcoming 4 members per group 3 or 5 will be allowed, but verify with instructor first Start thinking about forming groups now Make sure you all have common available times Start brainstorming topics later

Basic Lab Information Work hard/smart in the labs Labs are designed for advanced students You will have to lookup information You will need to investigate You may have to redo steps Shut VMs down properly! Eject USB devices before disconnecting! Backup Work

Getting Help Manual pages o Most command have a manual page available o You can access a man page using the ‘man’ command o Forward slash (/) will search through a man page for a term o Some configuration files also have man pages Aren’t certain of a command? o Use ‘apropos’ o Apropos searches for a keyword in the name and descriptions of all man pages

Getting Help Did a command complete successfully? o Some commands: o Print no output when they succeed or - or - o Print no output when they fail o You can check the return value of a command o A 0 return value means that the command returned successfully o Run echo $? immediately after a command to check the exit value

Getting Help Search the Web Wikipedia is a fairly good resource for UNIX Take everything you see with a grain of salt Pay attention to dates

Getting Help Ask for help o I will make a forum available in Moodle for questions o Upon request of students o You can always me or the TAs o TAs will have office hours in the lab o Other classmates, but make sure you do your own work

Text Editors There is an eternal flame war between using vi and emacs (and others) o emacs is often used by programmers o vi is often used by administrators  vi has excellent syntax highlighting o In reality, people stick with the one the know The vi editor is recommended for the brave and ambitious Especially if you anticipate a career as a SysAdmin A third alternative: nano o nano is fairly simple o Always call it as ‘nano –w’  Otherwise it might fold lines at 80 characters  Any editor you feel comfortable with that works with your environment

Creating VMs and Pi image

Lab Machines 2 Virtual Machines 1 Server [Debian - NO GUI] 1 Client [CentOS with GUI] *** Note the size & time difference 1 Physical Machine Raspberry Pi Model B IP addresses Each student will have their own subnet See Moodle/Posting for list of student subnets Make sure your Debian is x.10 * This is needed for DNS to work properly

VM Quirks Make sure you ALWAYS shut the VMs down properly (ie with shutdown commands) Run VMs off the scratch area on the HD and copy to flash or network storage The CentOS install has default repositories on the Internet o Use instructions on Moodle to use internal rpm repository

General lab tips Editing files When the lab instructions say edit a file Use your favorite editor (nano, vi, emacs, etc.) Always make a backup of the file before editting Use comments to make restoration of options easy View/monitor files When the lab instructs you to view/monitor Use "more", "less“, "cat" or similar tool to view cat /var/log/syslog | less cat /var/log/messages | more less /var/log/syslog Use “tail", "less +F" or similar tool to monitor

Less tips less is one of the recommended program for viewing/monitoring system logs Command: less /var/log/syslog Inside the less program: moves to the end of the file enters the monitor mode shows you the file updates in real time will exit the monitor mode in less Use q to exit less

Alternatives tail filename Shows last 10 entries in a file tail –n 20 filename Show last 20 entries tail –f filename Update last entries every few seconds head shows the start of a file options same as for tail

Raspberry Pi Card sized, single-board computer CPU ARM 700MHz Processor Memory 512MB (Model B) SD Slot (Model B) Functions as a hard drive Micro SD on the Model B+ USB Hub 2 ports (Model B) 4 ports (Model B+) Video HDMI Composite (Model B only)

Raspberry Pi Trivial to change OS Swap SD card for a new one! Many Linuxes ported to ARM Raspbian (Debian) Pidora (Fedora) Arch Linux RISC OS Not Linux NooBS (New out of Box Software) Six OS in one package Can install one at a time

Raspberry Pi Inexpensive Model A - $25 Model B - $35 Model B+ - $35 Required accessories Power Supply 1000ma 5V microUSB SD card 4GB Optional Accessories Keyboard, Mouse Monitor

Raspberry Pi My impressions: Base system fast enough for simple server Web pages XBMC Easy to setup and configure Full blown Linux GUI is a little slow Compared to an Intel i7 or AMD Bulldozer Great learning tool!

Raspberry Pi Extras to consider for home use: Powered USB Hub Extra SD cards 4GB minimum 8 or 16 gives more flexibility and storage USB drive for inexpensive "mass storage" USB-SD card adapter Create your own SD images

Big changes from Lab Instructions Use Oracle VM Virtual Box Replaces VMWare Player Debian should install as before As of 1/14: error locating VDI created CentOS -.iso install In /home/isos Downloadable from Web Address lab302-web.hades.lab In the 3110 folder Rasbian image Also in Web in the 3110 folder