Latest Release

Total Page:16

File Type:pdf, Size:1020Kb

Latest Release RavadaVDI Sep 22, 2021 Administrator Documentation 1 Ravada delivers 3 2 Who is Ravada meant for? 5 3 Ravada VDI documentation 7 3.1 Install Ravada..............................................7 3.2 Install Ravada in Ubuntu.........................................8 3.3 Install Ravada in Debian......................................... 10 3.4 Install Ravada on Fedora......................................... 12 3.5 Install Ravada - Ubuntu Xenial..................................... 15 3.6 Install Ravada from dockers....................................... 15 3.7 Running Ravada in production...................................... 17 3.8 log file.................................................. 19 3.9 Post Install Recomendations....................................... 20 3.10 Development release........................................... 20 3.11 Add KVM storage pool......................................... 24 3.12 Apache.................................................. 25 3.13 How to import a Virtualbox image.................................... 27 3.14 How to create a Virtual Machine..................................... 28 3.15 How to dump a hard drive to Ravada.................................. 29 3.16 How to Install a LDAP Server...................................... 29 3.17 How to add a KVM template....................................... 30 3.18 New ISO image............................................. 31 3.19 How to import a OpenGnsys image................................... 32 3.20 Integrating Ravada and OpenGnsys................................... 34 3.21 Operation................................................. 40 3.22 Swap Partition.............................................. 42 3.23 Troubleshooting frequent problems................................... 43 3.24 Upgrade Ravada............................................. 46 3.25 Windows SPICE Clients......................................... 47 3.26 How to change the controller driver of a Windows VM to VirtIO.................... 48 3.27 Virtual Machine Manual Migration................................... 48 3.28 Kiosk Mode............................................... 50 3.29 How to do a volatile Virtual Machine.................................. 53 3.30 Ravada Cluster.............................................. 53 3.31 How to make a virtual machine disk sparse............................... 58 3.32 Server Hardware............................................. 58 i 3.33 Cluster Hardware............................................. 61 3.34 Ravada CLI................................................ 61 3.35 Use a CAS login service to login into Ravada.............................. 62 3.36 AppAmor troubles............................................ 63 3.37 Adding Custom Messages........................................ 63 3.38 Create a custom login template..................................... 63 3.39 Create a custom footer template..................................... 64 3.40 Disable Spice Password......................................... 65 3.41 Ravada advanced settings........................................ 66 3.42 New documentation........................................... 69 3.43 Configure LDAP Authentication..................................... 70 3.44 Authentication with Active Directory.................................. 72 3.45 Set access restrictions to Virtual Machines............................... 73 3.46 Test Active Directory........................................... 74 3.47 Tuning Ravada.............................................. 75 3.48 Server Monitoring............................................ 75 3.49 Guide button step-by-step........................................ 79 3.50 Local JS and CSS files instead CDN................................... 80 3.51 Exposing a Virtual Machine....................................... 80 3.52 Exposing Ports from a Virtual Machine................................. 81 3.53 Keeping the Base updated........................................ 83 3.54 Spinoff Clone............................................... 85 3.55 Live web Chatwoot............................................ 88 3.56 Best practices to install Linux Guests in Ravada............................. 90 3.57 Install Alpine Linux........................................... 90 3.58 Install Windows 10............................................ 94 3.59 How to extend a Ravada Windows guest’s disk space.......................... 96 3.60 How to extend a Ravada Linux guest’s disk space............................ 99 3.61 How to enable KVM virsh console access................................ 101 3.62 Reduce the image size after cloning a physical PC........................... 102 3.63 Qemu Guest Agent............................................ 104 3.64 Set Hostname............................................... 105 3.65 Development Tools............................................ 106 3.66 Commit Rules.............................................. 107 3.67 Database Changes............................................ 108 3.68 Editor configuration rules........................................ 109 3.69 Local ISO server............................................. 109 3.70 Run Ravada in development mode.................................... 111 3.71 Testing environment........................................... 112 3.72 How to create tests............................................ 113 3.73 Localization and translation....................................... 117 3.74 Ravada Documentation.......................................... 118 3.75 Frontend Libraries............................................ 118 3.76 Hardening Spice security with TLS................................... 119 ii RavadaVDI The chances are you’re here because you’ve been searching for free Virtual Desktop Infrastructure (VDI) documenta- tion. Whether it is a large or a small project, you can start with VDI and see its benefits right away! We assume you do want to start your VDI project as quickly as possible. Therefore, RAVADA VDI is the perfect software for you! Ravada VDI is a free and open-source project that allows users to connect to a virtual desktop. So it is a VDI broker. Administrator Documentation 1 RavadaVDI 2 Administrator Documentation CHAPTER 1 Ravada delivers By following the documentation and editing some configuration files, you’ll be able to deploy a VM within minutes. 3 RavadaVDI 4 Chapter 1. Ravada delivers CHAPTER 2 Who is Ravada meant for? Ravada is meant for sysadmins who have some background in GNU/Linux, and want to deploy a VDI project. Note: Get started with VDI, without reinventing the wheel. We have written some documentation and hosted it on Read the Docs for you. This documentation is on-going, so if there is something you think is missing, don’t hesitate and drop us a line! In the meantime, we are still improving RAVADA VDI and its documentation, so new sections will be popping out from time to time. Our code uses the AGPL license and it is available on GitHub. 5 RavadaVDI 6 Chapter 2. Who is Ravada meant for? CHAPTER 3 Ravada VDI documentation The main documentation for the site is divided into three main sections: • Administrator Documentation • Feature Documentation • Guest VM section Do you feel like giving us a hand? Here you have all the information you need as a developer: • Developer Documentation 3.1 Install Ravada 3.1.1 Requirements 3.1.2OS Ravada works in any Linux distribution but we only support the package for Ubuntu , Debian and Fedora server. You can also install Ravada using Docker. 3.1.3 Hardware It depends on the number and type of virtual machines. For common scenarios server memory, storage and network bandwidth are the most critical requirements. Memory RAM is the main issue. Multiply the number of concurrent workstations by the amount of memory each one requires and that is the total RAM the server must have. However, recent virtualization improvements allow you to overcommit the memory. 7 RavadaVDI Disks The faster the disks, the better. Ravada uses incremental files for the disks images, so clones won’t require many space. Read these recommendations if you want to buy a new dedicated server. 3.1.4 Install Ravada Follow the detailed instructions in this section to install on different operating systems: • Ubuntu • Debian • RedHat Fedora Ravada can be installed from package or using docker. • Docker Follow this guide if you are only upgrading Ravada from a previous version already installed. 3.1.5 Client The client must have a spice viewer such as virt-viewer. There is a package for linux and it can also be downloaded for windows. 3.1.6 Run When Ravada is installed, learn how to run and use it. 3.1.7 Help Struggling with the installation procedure ? We tried to make it easy but let us know if you need assistance. There is also a troubleshooting page with common problems that admins may face. 3.2 Install Ravada in Ubuntu 3.2.1 Upgrade Ravada Follow this guide if you are only upgrading Ravada from a previous version already installed. 3.2.2 Ubuntu Note: We only provide support for Ubuntu 18.04 and 20.04. We provide deb Ubuntu packages on the UPC ETSETB repository. Install the ravada package. Choose the one that matches your OS release: 8 Chapter 3. Ravada VDI documentation RavadaVDI • ravada_1.0.5_ubuntu-18.04_all.deb • ravada_1.0.5_ubuntu-20.04_all.deb When you run dpkg now it may show some errors, it is ok, keep reading. $ wget http://infoteleco.upc.edu/img/debian/ravada_1.0.5_ubuntu-20.04_all.deb $ sudo dpkg -i ravada_1.0.5_ubuntu-20.04_all.deb The last command
Recommended publications
  • Questions for Openshift
    www.YoYoBrain.com - Accelerators for Memory and Learning Questions for OpenShift Category: Default - (402 questions) OpenShift:  2 primary tools to serve 1. container runtime - creates containers in application in OpenShift platform Linux 2. orchestration engine - manage cluster of servers running containers OpenShift:  routing layer a software load balancer, when an application is deployed in OpenShift, a DNS entry is created and added to the load balancer, which interfaces with the Kubernetes service OpenShift:  log into cluster and create oc login -u dev -p dev http://....:8443 user named dev with password dev OpenShift:  what is the default port for 8443 OpenShift cluster OpenShift:  what is a cluster's initial All All identity provider user name/password configuration allows any user and password combination to log in. OpenShift:  ____ are the fundamental projects way applications are organized OpenShift:  to create a project called oc new-project image-update image-update --display-name='My image update project' OpenShift:  how to change to project oc project myProj myProj OpenShift:  each application application source code deployment's image is created using _____ custom base image called a builder image and ____ OpenShift:  the component that build config controls the creation of your application containers is _____ OpenShift:  ____ contains all the info build config needed to build an application using its source code OpenShift:  4 things in build config 1. URL for the application source code 2. Name of builder image to use 3. Name of the application container image that is created 4.
    [Show full text]
  • Vulnerability Summary for the Week of June 5, 2017
    Vulnerability Summary for the Week of June 5, 2017 Please Note: • The vulnerabilities are categorized by their level of severity which is either High, Medium or Low. • The CVE identity number is the publicly known ID given to that particular vulnerability. Therefore, you can search the status of that particular vulnerability using that ID. • The CVSS (Common Vulnerability Scoring System) score is a standard scoring system used to determine the severity of the vulnerability. High Vulnerabilities Primary CVSS Source & Patch Vendor -- Product Description Published Score Info In Apache Hadoop 2.8.0, 3.0.0-alpha1, and 3.0.0-alpha2, the LinuxContainerExecutor runs docker commands as root with CVE-2017-7669 insufficient input validation. When the docker BID(link is feature is enabled, authenticated users can run 2017-06- external) apache -- hadoop commands as root. 04 8.5 MLIST CVE-2017-9364 Unrestricted File Upload exists in BigTree CONFIRM(link CMS through 4.2.18: if an attacker uploads an is external) bigtreecms -- 'xxx.pht' or 'xxx.phtml' file, they could bypass 2017-06- CONFIRM(link bigtree_cms a safety check and execute any code. 02 7.5 is external) CVE-2017-9435 Dolibarr ERP/CRM before 5.0.3 is vulnerable CONFIRM(link to a SQL injection in user/index.php is external) (search_supervisor and search_statut 2017-06- CONFIRM(link dolibarr -- dolibarr parameters). 05 7.5 is external) CVE-2014-9923 In NAS in all Android releases from CAF BID(link is using the Linux kernel, a Buffer Copy external) without Checking Size of Input vulnerability 2017-06- CONFIRM(link google -- android could potentially exist.
    [Show full text]
  • Foxclone User Guide
    Foxclone V46 Return to contents Foxclone User Guide To navigate round the guide: • Any item in the contents can be clicked to go to that item. • At the top of every page is a link that will go to the contents list. • Any items highlighted will go to the item, e.g. this will go to the contents list. 22 August 2021 Page 1 of 58 Foxclone V46 Return to contents Contents Contents ................................................................................................................................ 2 What is it? ............................................................................................................................. 4 How should it be used? ......................................................................................................... 5 Installation ............................................................................................................................ 6 Linux ....................................................................................................................... 6 Windows .................................................................................................................... 8 Boot ................................................................................................................................... 9 The desktop ......................................................................................................................... 11 Foxclone .............................................................................................................................
    [Show full text]
  • Guide to Open Source Solutions
    White paper ___________________________ Guide to open source solutions “Guide to open source by Smile ” Page 2 PREAMBLE SMILE Smile is a company of engineers specialising in the implementing of open source solutions OM and the integrating of systems relying on open source. Smile is member of APRIL, the C . association for the promotion and defence of free software, Alliance Libre, PLOSS, and PLOSS RA, which are regional cluster associations of free software companies. OSS Smile has 600 throughout the World which makes it the largest company in Europe - specialising in open source. Since approximately 2000, Smile has been actively supervising developments in technology which enables it to discover the most promising open source products, to qualify and assess them so as to offer its clients the most accomplished, robust and sustainable products. SMILE . This approach has led to a range of white papers covering various fields of application: Content management (2004), portals (2005), business intelligence (2006), PHP frameworks (2007), virtualisation (2007), and electronic document management (2008), as well as PGIs/ERPs (2008). Among the works published in 2009, we would also cite “open source VPN’s”, “Firewall open source flow control”, and “Middleware”, within the framework of the WWW “System and Infrastructure” collection. Each of these works presents a selection of best open source solutions for the domain in question, their respective qualities as well as operational feedback. As open source solutions continue to acquire new domains, Smile will be there to help its clients benefit from these in a risk-free way. Smile is present in the European IT landscape as the integration architect of choice to support the largest companies in the adoption of the best open source solutions.
    [Show full text]
  • Red Hat Directory Server 11 Installation Guide
    Red Hat Directory Server 11 Installation Guide Instructions for installing Red Hat Directory Server Last Updated: 2021-04-23 Red Hat Directory Server 11 Installation Guide Instructions for installing Red Hat Directory Server Marc Muehlfeld Red Hat Customer Content Services [email protected] Legal Notice Copyright © 2021 Red Hat, Inc. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
    [Show full text]
  • Red Hat Enterprise Linux 6 6.4 Release Notes
    Red Hat Enterprise Linux 6 6.4 Release Notes Release Notes for Red Hat Enterprise Linux 6.4 Edition 4 Last Updated: 2017-10-20 Red Hat Enterprise Linux 6 6.4 Release Notes Release Notes for Red Hat Enterprise Linux 6.4 Edition 4 Red Hat Engineering Content Services Legal Notice Copyright © 2012 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent. Red Hat Software Collections is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
    [Show full text]
  • Centos System Administration Essentials
    www.it-ebooks.info CentOS System Administration Essentials Become an efficient CentOS administrator by acquiring real-world knowledge of system setup and configuration Andrew Mallett BIRMINGHAM - MUMBAI www.it-ebooks.info CentOS System Administration Essentials Copyright © 2014 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: November 2014 Production reference: 1181114 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78398-592-0 www.packtpub.com Cover image by Bartosz Chucherko ([email protected]) [ FM-2 ] www.it-ebooks.info Credits Author Project Coordinator Andrew Mallett Neha Thakur Reviewers Proofreaders Jonathan
    [Show full text]
  • NAME SYNOPSIS DESCRIPTION OPTIONS Man.M.Sourcentral.Org
    fedora 32 man.m.sourcentral.org PARTCLONE(8) Partclone User Manual PARTCLONE(8) NAME partclone − The utility for clone and restore a partition. SYNOPSIS partclone.[fstype] {[−c | −−clone][−r | −−restore][−b | −−dev−to−dev]} {[−s | −−source] source} {[[−o | −−output][−O | −−overwrite]] target} [[−dX | −−debug=X][−−restore_raw_file]] [[−z | −−buffer_size][−N | −−ncurses]] [[−q | −−quiet][−f | −−UI−fresh]] [[−F | −−force][−I | −−ignore_fschk]] [[−−ignore_crc][−X | −−dialog][−C | −−nocheck]] [[−R | −−rescue][−L | −−logfile] logfile] DESCRIPTION partclone.[fstype] is a part of Partclone project. Partclone provide utilities to backup used blocks and design for higher compatibility of the file system by using existing library,e.g. e2fslibs is used to read the used block of ext2 partition. Partclone supported file system include btrfs, ext2, ext3, ext4, reiserfs, reiser4, xfs and jfs for LINUX. Also support some non−linux operation system, ex: NTFS, FAT and EXFAT(for Windows), HFS plus(APPLE MACOS), UFS2(FreeBSD), VMFS(VMWare Vsphere) and MINIX(MINIX3). All partclone utils could be run likepartclone.[fstype] is very smiliar fsck or mkfs. For example, for backup/restore hfsplus, just run partclone.hfsp File System partclone.[fstype] btrfs partclone.btrfs ext2, ext3, ext4 partclone.[ext2|ext3|ext4] reiserfs 3.5 partclone.reiserfs reiser 4 partclone.reiser4 xfs partclone.xfs ufs | ufs2 partclone.ufs jfs partclone.jfs hfs plusfs partclone.[hfs+|hfsplus] vmfs partclone.vmfs ntfs partclone.ntfs fat12, fat16, fat32 partclone.[fat12|fat16|fat32] exfatpartclone.exfat minix partclone.minix f2fs partclone.f2fs nilfs2 partclone.nilfs2 OPTIONS The program follows the usual GNU command line syntax, with long options starting with twodashes (‘−'). A summary of options is included below.
    [Show full text]
  • Red Hat Jboss Fuse 6.3 Security Guide
    Red Hat JBoss Fuse 6.3 Security Guide Making it safe for your systems to work together Last Updated: 2017-11-09 Red Hat JBoss Fuse 6.3 Security Guide Making it safe for your systems to work together JBoss A-MQ Docs Team Content Services [email protected] Legal Notice Copyright © 2016 Red Hat. The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/ . In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries. Node.js ® is an official trademark of Joyent.
    [Show full text]
  • Installation Guide
    Red Hat Directory Server 10 Installation Guide Updated for Directory Server 10.6 Last Updated: 2020-12-07 Red Hat Directory Server 10 Installation Guide Updated for Directory Server 10.6 Marc Muehlfeld Red Hat Customer Content Services [email protected] Petr Bokoč Red Hat Customer Content Services Tomáš Čapek Red Hat Customer Content Services Petr Kovář Red Hat Customer Content Services Ella Deon Ballard Red Hat Customer Content Services Legal Notice Copyright © 2020 Red Hat, Inc. This document is licensed by Red Hat under the Creative Commons Attribution-ShareAlike 3.0 Unported License. If you distribute this document, or a modified version of it, you must provide attribution to Red Hat, Inc. and provide a link to the original. If the document is modified, all Red Hat trademarks must be removed. Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law. Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries. Linux ® is the registered trademark of Linus Torvalds in the United States and other countries. Java ® is a registered trademark of Oracle and/or its affiliates. XFS ® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries. MySQL ® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
    [Show full text]
  • Vysok´E Uˇcení Technick´E V Brnˇe N´Astroj Pro
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Digital library of Brno University of Technology VYSOKEU´ CENˇ ´I TECHNICKE´ V BRNEˇ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA INFORMACNˇ ´ICH TECHNOLOGI´I USTAV´ INFORMACNˇ ´ICH SYSTEM´ U˚ FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF INFORMATION SYSTEMS NASTROJ´ PRO KONTROLU STAVU VSECHˇ REPLIK VE FREEIPA INFRASTRUKTUREˇ A TOOL TO CHECK STATUS OF ALL REPLICAS IN THE FREEIPA INFRASTRUCTURE DIPLOMOVA´ PRACE´ MASTER’S THESIS AUTOR PRACE´ Bc. DAVID SPˇ UREK˚ AUTHOR VEDOUC´I PRACE´ Ing. JAN ZELENY´ SUPERVISOR BRNO 2013 Abstrakt Tato diplomov´apr´acese zab´yv´amoˇznostmizjiˇstˇen´ıstavu vˇsech replik ve FreeIPA infras- truktuˇre. Na ´uvod pr´acejsou vysvˇetleny d˚uleˇzit´epojmy jako FreeIPA, FreeIPA infras- truktura a replika. FreeIPA server se skl´ad´az nˇekolika souˇc´ast´ı,kter´ebudou pops´any po- drobnˇeji.N´astroj navrˇzen´yv t´etopr´acivyuˇz´ıv´aSNMP pro sledov´an´ıstavu sluˇzebbˇeˇz´ıc´ıch na FreeIPA serveru. N´astroj m´advˇez´akladn´ıˇc´asti,kter´ymijsou konfigurace SNMP agenta a uˇzivatelsk´erozhran´ı. Abstract This master's thesis deals with possibilities how to check status of all replicas in FreeIPA infrastructure. At the begining of the thesis some important terms like FreeIPA, FreeIPA infrastructure and replica are explained. FreeIPA is a composition of several components which will be described. The tool designed in this master thesis uses SNMP for tracking a status of FreeIPA services. Two main parts of the tool are SNMP agent's configuration and user interface. Kl´ıˇcov´aslova FreeIPA, stav replik, stav sluˇzeb,SNMP.
    [Show full text]
  • Clonezilla Live, the Bare Metal Backup and Recovery Tool
    ClonezillaClonezilla live,live, thethe barebare metalmetal backupbackup andand recoveryrecovery tooltool Steven Shiau, Ceasar Sun, Jazz Wang, Thomas Tsai National Center for High-Performance Computing Taiwan page 1 2008/7/2 OUTLINE . Introduction to Clonezilla (15 mins) . About Clonezilla . Users in Taiwan and worldwide . Related activities . Success stories . Testimonials . Experience Sharing (10 mins) . Disk Cloning Using Clonezilla Live, by Jean-Francois Nifenecker . Demo (15 mins) . Q&A page 2 2008/7/2 Free Software Smart Classroom FSSC . Free software projects developed by NCHC Free Software Labs . Our goal - FSSC (Free Software Smart Classroom) – based on HPC (High Performance Computing) experience . DRBL, Clonezilla, DRBL-winroll, Tux2live, Partclone . Multicast VNC . Access Grid, E-learning . Cluster computing . Grid computing page 3 2008/7/2 DRBL & Clonezilla DRBL Clonezilla (Diskless Remote Boot in Linux) A partitioning and disk Provides a diskless or cloning utility similar to systemless environment for Ghost or True image client machines page 4 07/02/2008 Bare metal backup and restore . Bare-metal restore -> A technique in the field of data recovery and restoration where the backed up data is available in a form which allows one to restore a computer system from "bare metal", i.e. without any requirements as to previously installed software or operating system – wikipedia . Image-based backup & restore is different from file-based one ('cp', 'tar', 'rsync'...) page 5 07/02/2008 Clonezilla Features . Free (GPL) Software . Filesystem supported: ext2/3, reiserfs, reiser4, xfs, jfs, hfs+, FAT and NTFS . LVM2 (Linux Logical Volume Manager 2, stackable block device) is supported . Multicast is supported in Clonezilla server edition .
    [Show full text]