Backing up Partitions with Partimage PARTITION TRICKS

Total Page:16

File Type:pdf, Size:1020Kb

Backing up Partitions with Partimage PARTITION TRICKS KNOW-HOW Partimage Backing up partitions with Partimage PARTITION TRICKS tasosk, Fotolia tasosk, Protect your system and preserve your configuration with this powerful backup tool. BY KRISTIAN KISSLING inux users love to experiment creates some complications if you want dual boot or start a liveCD. Do not with new kernels, drivers, and to back up a Linux system. The best so- mount the source partition intended for Lprograms, but as you may already lution is to configure the computer for the backup. know from personal experience, things dual boot. Boot the system from one par- can go badly wrong. If worst comes to tition, install Partimage on it, and use Installing Partimage worst, you might have to reinstall the this version to copy the other Linux par- The source code for version 0.6.5 is whole system. tition to the server. As an alternative, available from the Partimage website [3]. Although experienced Linux users typ- you could boot the system using a Live To unpack, copy the archive to a direc- ically take this in stride, the install and CD, such as SystemRescueCd [2], which tory and enter tar -xvjf partimage-0.6.5. the ensuing configuration are time con- still uses Partimage version 0.6.4. tar.bz2 at the command line. Before you suming, and time is a precious commod- In this article, I show you how to get start the build, check first to see whether ity for most people. Why not preserve a started with Partimage. you have fulfilled all the dependencies perfect copy of the system so you can listed in Table 1. restore your original configuration when Negotiations Note that you need the header files something goes wrong? Partimage consists of two components: a (-dev) for the libraries. If you are install- Partimage [1] lets you back up com- server (Figure 2) and a client. The server ing Partimage on OpenSUSE 10.2, you plete partitions – either locally or across runs on the remote machine, where you should read the box titled “OpenSUSE the network. The Partimage backup tool store your backup copy. Up to 10 clients 10.2 and Partimage” before continuing. (Figure 1) supports several Linux filesys- can log in to the server and save their For security reasons, only the parti- tems (including ext2, ext3, Reiser3, and data. Of course, you don’t need a server mag user account is permitted to create XFS), as well as FAT16 and FAT32. Once if you will be creating a local backup. backups on the target machine. You will you finish the backup, you can burn the The first step is to launch the client on need to create a partimag user on both archive to a DVD or CD set and restore the machine you want to back up. In my the source and target systems. your system from disk if disaster eventu- example, /dev/hda7 is the device I need The setup routine will prompt for the ally strikes. to back up. account name at the make install step Partimage does not let you save parti- As I mentioned, you will need to and use the name to create standard tions that are currently in use, and this launch a different Linux version from directories. 60 ISSUE 80 JULY 2007 WWW.LINUX - MAGAZINE.COM Partimage KNOW-HOW Backing up partitions with Partimage PARTITION TRICKS Figure 1: Partimage lets you back up partitions locally or across the Figure 2: The Partimage server listens on the network for client network. input. Before you can run make install, you guarantee secure transfer of your data to the server, the client’s IP address and the need to configure the source code. To do the remote computer. backup path are both shown. so, change to the directory created when The server uses the certificates to you unpacked the archive and enter prove its identity to the client. To set this Client Access ./configure --prefix=/usr to store the up, change directory to /usr/etc/partim- On the client, enter sudo partimage to data in the /usr directory. aged, become root, and enter make cer- launch the client software. On Ubuntu, Assuming the configuration works tificates. The software creates certificates I originally saw the message /dev/ dm correctly, you can then type make to with appropriate privileges below /usr/ inode not found, but pressing Enter a build the binary, before entering sudo etc/partimaged. Typing ls -la shows you couple of times got rid of this message. make install to install. what has happened. In our lab, the message had no effect on The typical approach is to keep press- operations. If the message bothers you, ing the Enter key throughout the instal- Listening Service you can use the following command to lation dialog. You need to do this on It makes sense to launch the server on create the matching device file: both machines. You can then launch the target machine before trying to log Partimage on both PCs – either as the in with the client. Working as root, cre- mknod -m 644 /dev/dm b 240 0 server or as the client. ate a new user. The client logs in with In our lab, I found out that Checkin- the privileges assigned to this account; To run the command automatically stall simplified the installation procedure in this example, the username is kris. when you boot your machine, add the on Ubuntu: Checkinstall automatically To make sure the server will grant kris command to your /etc/rc.local file. builds a package from the source code access, you need to add kris to your After launching the client, you should and then goes on to install the package. /usr/etc/partimaged/partimagedusers see a fairly self-explanatory input dialog Just enter sudo checkinstall instead of file. To edit the file, enter sudo su to use box (Figure 1). To start, specify the parti- sudo make install. the console with root privileges, then tion to back up. As mentioned earlier, Again, setup will ask you for the name launch your preferred editor and add an you need to make sure that the partition of the Partimage user. Make sure you entry for the name. is not mounted. To see which partitions close any package management tools If multiple users will be creating back- are currently mounted, type mount at you have running. ups on the server, you can add entries the command line. In the line below this, for their user accounts – one name per you need the path to the backup direc- Security line. Partimage needs a user with the tory, so enter a name of your choice and It is a good idea to create SSL certificates same name on the target system on add GZ as the suffix. and store them in /usr/etc/partimaged to which the server is running. Server side, you still need to create the OpenSUSE 10.2 and Table 1: Dependencies directories in which you will store your Partimage backups. Make sure you have enough Program Header files Although I was able to build the source free space on the disk to avoid unpleas- code on OpenSUSE 10.2, I was unable OpenSSL libssl-dev ant surprises. You should also modify to access files on the SUSE Partimage Libnewt libnewt-dev the permissions to prevent access to the server from a Ubuntu machine. The Libmcrypt libmcrypt-dev directory by unauthorized users. server wouldn’t let me log on and kept Liblzo liblzo-dev Finally, type sudo partimaged to complaining about an incorrect pass- Libslang2 libslang2-dev launch the daemon – note the d at the word. I was unable to pin down the bug, Libbz2 libbz2-dev despite intensive searching, so I used an Zlib zlib-dev end of the name. A blue background ap- older version of Partimage (version Checkinstall No header file required. pears, showing you the free slots for ex- 0.6.4) as a workaround. ternal access. When a client logs on to WWW.LINUX - MAGAZINE.COM ISSUE 80 JULY 2007 61 KNOW-HOW Partimage Figure 3: Choose your compression level: if you see this dialog box Figure 4: Changing the compression level. You can even change the during a network backup, you know that remote login is working. compression level through the Partimage user interface. To select an action, use the radio but- Options lets you specify whether Parti- launch the server by entering ./partim- ton. To back up a partition, select Save mage should check the partitions before aged start. The partimage file stays on partition into a new image file. The next saving; you can enter a description or the client. step is to specify where the server is lo- disable the prompt, which warns you To launch the client software, type cated and whether you will be using a when you are about to overwrite an ex- ./partimage, again working as root, then secure SSL-encrypted connection. Enter isting version. enter the IP address of the remote ma- the IP address for the machine with the This just leaves one more thing: the chine; there is no need to log on or gen- listening daemon. Clients will use port Image split mode. Partimage will either erate certificates. 4025 to log on to the server by default. If automatically split the image file if it you have a firewall running on the client runs out of space or it will create files Coming Home or server, make sure you modify the of a definable size. Saving a partition on a remote server rules to accommodate this.
Recommended publications
  • Systems Programmer, Heal Thy PC Part 2: Tune-Up Time Session
    Systems Programmer, Heal Thy PC Part 2: Tune-Up Time Session 10254, Thursday, March 15, 2012 James Willette, Sunrise e-Services Victor Freyer, Lemon Bay Computer Service Do-It-Yourself PC Tune-Up • Why do it yourself? • Personal privacy • Can’t live without your computer • Sense of accomplishment • Second career? • The Geek Squad™ wants to charge what!? • What do you need? • A plan • A toolkit full of free tools Simple 15-Step Process • Boot to Windows • Remove unneeded • Shutdown Windows programs from startup • Evaluate hard drive health • Remove Internet Explorer • Backup Windows partition toolbars • • Virus review and removal Remove temporary files • • Correct file system errors Defragment Windows • partition Windows System File • Checker Update system BIOS • • Uninstall unnecessary Update programs programs • Install anti-virus software Boot and Shutdown • Computer must not be Suspended or Hibernating • Likelihood of corrupting your file system • Benchmark startup time • So you can compare when you’re done • Shutdown to insure a clean file system close • Save yourself from problems later Evaluate Hard Drive Health • Boot SystemRescueCD • Download the live Linux cd www.sysresccd.org • Burn with isorecorder.alexfeinman.com • Review hard drive SMART statistics • smartctl -a /dev/sda • Run SMART self test • smartctl -t short /dev/sda • smartctl -l selftest /dev/sda SMART Statistics • smartctl -a /dev/sda Model Family: Western Digital Scorpio family Device Model: WDC WD800BEVE-00UYT0 Serial Number: WD-WXE408L96343 Firmware Version: 01.04A01 User Capacity: 80,026,361,856 bytes ... SMART Attributes Data Structure revision number: 16 Vendor Specific SMART Attributes with Thresholds: ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE ..
    [Show full text]
  • Netinfo 2009-06-11 Netinfo 2009-06-11
    Netinfo 2009-06-11 Netinfo 2009-06-11 Microsoft släppte 2009-06-09 tio uppdateringar som täpper till 31 stycken säkerhetshål i bland annat Windows, Internet Explorer, Word, Excel, Windows Search. 18 av buggfixarna är märkta som kritiska och elva av dem är märkta som viktiga, uppdateringarna finns för både servrar och arbetsstationer. Säkerhetsuppdateringarna finns tillgängliga på Windows Update. Den viktigaste säkerhetsuppdateringen av de som släpptes är den för Internet Explorer 8. Netinfo 2009-06-11 Security Updates available for Adobe Reader and Acrobat Release date: June 9, 2009 Affected software versions Adobe Reader 9.1.1 and earlier versions Adobe Acrobat Standard, Pro, and Pro Extended 9.1.1 and earlier versions Severity rating Adobe categorizes this as a critical update and recommends that users apply the update for their product installations. These vulnerabilities would cause the application to crash and could potentially allow an attacker to take control of the affected system. Netinfo 2009-06-11 SystemRescueCd Description: SystemRescueCd is a Linux system on a bootable CD-ROM for repairing your system and recovering your data after a crash. It aims to provide an easy way to carry out admin tasks on your computer, such as creating and editing the partitions of the hard disk. It contains a lot of system tools (parted, partimage, fstools, ...) and basic tools (editors, midnight commander, network tools). It is very easy to use: just boot the CDROM. The kernel supports most of the important file systems (ext2/ext3/ext4, reiserfs, reiser4, btrfs, xfs, jfs, vfat, ntfs, iso9660), as well as network filesystems (samba and nfs).
    [Show full text]
  • Systems Programmer, Heal Thy PC Part 1: Virus Removal Session
    Systems Programmer, Heal Thy PC Part 1: Virus Removal Session 10255, Tuesday, March 13, 2012 James Willette, Sunrise e-Services Victor Freyer, Lemon Bay Computer Service Disclaimer • I use “virus” to refer to the whole class of malware that may infect your PC. • Purists would say that virii are programs that spread themselves. • Most of today’s malware is installed by the end user, and by definition is not a virus. Do-It-Yourself Virus Removal • Why do it yourself? • Company has Draconian rules about PC use • Anger and disbelief • Pride • Second career? • The Geek Squad™ wants to charge what!? • What do you need? • Clean boot environment • An eye for what’s unusual • A toolkit full of free tools So you think you have a virus? • Signs of malware • Computer is slow • Click on a Google result and go to some unrelated page • Lots of “undeliverable message” alerts in your inbox • “Warning, you have 732 viruses!!!!!” • Unable to run Windows updates • Unable to update your anti-virus program • Unable to connect to the Internet • Excessive TCP connections popup warning • “Do you want to allow this program to run?” So you think you have a virus? • Simple five step process • Turn the machine off – no graceful shutdown • Boot to a clean environment • Back up the boot drive • Disable the virus program • Fix corrupted registry and configuration files Boot to a Clean Envionment • WinBuilder – freeware to build Windows boot disks http://reboot.pro/forum/22 (registration required) • XP, Vista, Windows 7, Windows 8, Driveimage XML • EaseUS Todo Backup
    [Show full text]
  • Clonezilla an Open and Flexible Imaging-Based Architecture for System Deployment
    Clonezilla An Open and Flexible Imaging-based Architecture for System Deployment Steven Shiau, Ceasar Sun, Jazz Wang, Thomas Tsai {steven , ceasar , jazz , thomas }@ nchc . org . tw Free Software Lab NCHC, Taiwan ABSTRACT Clonezilla is an open-source disk imaging and cloning suite. It Saving disk image Restoring disk image is based on Partclone, Partition Image, ntfsclone, and UDPcast Start with features such as plug-ins for subsystems like partitioning and Start a multicast mode for massive deployments. In this research, its Parse partition Find the file table system of Read image open architecture (Figure 1 and 2) and the comparisons (Table 1 device and 2) with other similar software would be presented. NO Create partition table Use dd http://clonezilla.org , http://clonezilla.sourceforge.net/ to save Smart Create LV if LV Find the copying? image Device to image found in (partition stdout image dir FEATURES /LV) YES Decide partclone Free (GPL) Software device YES partimage File systems supported: Ext2/3/4, ReiserFS, Reiser4, XFS, JFS, imaging p p Save Find the Decide n ntfsclone a a engine t MBR/GPT data r Btrfs (testing), HFS+, FAT, NTFS , UFS+ and VMFS (Table 1) f image r t device s t i c c Linux Logical Volume Manager 2 (LVM2) stackable block device of m l imaging l o o Save device device a n n (Table 2) is supported engine g e Save partition image to stdout e e Grub 1 and grub 2 is supported table gzip NO Serial console is supported Decide bzip2 Tune the file compressing lzma Multicast supported in Clonezilla Server Edition (SE) engine lzip system size to fit Save xz partition size Restore the The MBR, partition table, partition(s) or entire disk(s) can be hardware info image of saved and restored Save stdin as Reinstall grub device to Smart copying on supported file systems whereas use sector-to- file in the device sector copying via dd image dir if assigned A tunable image format is implemented (Figure 2) End End Imaging and compressing engines can be easily added Figure 1.
    [Show full text]
  • Linux Based Diskless System Using RSYNC Algorithm
    International Journal of Computer Applications (0975 – 8887) Volume 155 – No 3, December 2016 Linux based Diskless System using RSYNC Algorithm August Anthony N. Balute Dennis B. Gonzales, PhD CAP College Foundation Inc. University of the East Makati, Philippines Manila, Philippines Mateo D. Macalaguing Jr., Ed.D Caroline J. Aga-ab CAP College Foundation Inc. AMA University Makati Philippines Quezon City, Philippines ABSTRACT Centers, Offices, Cybercafe, Karaoke, and can likewise be The objective of this venture is to give a cost effective open utilized as a part of bunch registering. Diskless workstation is source Remote Desktop based registering environment to a PC framework with no plate drives introduced locally along clients by utilizing Virtualization Technology and existing these lines booting it's working framework from a server in open source programming and apparatuses. In this venture, we the neighborhood. Now and then when a PC framework is have utilized LTSP (Linux Terminal Server Project) to get to having a circle drive yet don't utilizing it that framework is Remote Desktop and Xen hypervisor to give virtual desktop additionally called a diskless workstation. Diskless environment at server. A client gets a customized desktop as a Workstations give less expensive however more secure VM (Virtual Machine) running over remote server. It is not systems administration answers for undertakings. Qualities of the same as the old Remote Desktop arrangements in a route diskless workstations are, the working framework is stacked that rather than a login session on single OS remote server, from the server when booting up. Clearly the various client will get a completely fledged desktop with fancied OS.
    [Show full text]
  • Disk Imaging Technologies
    Disk Imaging Technologies Backup and Restoration Challenges Topics • Manufacture Firmware Changes • File System Landscape – UEFI – Introduction to GUID Partition Table (GPT) – Partitions & Limitations • Imaging Utilities Windows & Linux • Full Disk Encryption • Source Web-Links Manufacture Firmware Changes • Industry push to a new standard: – BIOS vs. UEFI • UEFI is to replace and extend the old BIOS firmware. • UEFI is not a new thing. Intel has been working in EFI/UEFI since mid 1990s, and there are vendors like HP or Apple that provided EFI machines since a long time ago. But it is when Microsoft announced Windows 8 that UEFI became the required way to boot the new certified machines. • Secure boot is an extension of UEFI. One of the key points of UEFI is that it can be extended. UEFI has an internal virtual machine that is independent of the architecture that it is using. The standard accepts special binary files compiled for this virtual machine (EFI binaries) that can be executed inside the environment. These binaries can be device drivers, applications or extensions to the UEFI standard. UEFI, in some sense, is like a small operative system that runs when the machine is powered on and whose main task is to find and load another operating system. Unified Extensible Firmware Interface Unified Extensible Firmware Interface (UEFI) is meant as a replacement for the Basic Input/Output System (BIOS) firmware interface ● Initially (1998) designed by Intel for Itanium processor ● Since 2005 managed by the Unified EFI Forum (uefi.org) Source: http://loadays.org/archives/2013/static/slides/Integrating-UEFI-into-rear.pdf Why UEFI? • BIOS has its (aging) limitations – 16-bit processes – max.
    [Show full text]
  • The Ultimate Guide to Hard Drive Partitioning
    Home SQL Server Cloud Computing Windows Server Cisco Exchange Windows 7 Active Directory Virtualization Forums IT Job Board Get Our FREE Newsletter! Search Site Gain access to white The Ultimate Guide to Hard Drive Partitioning papers, special offers and by Daniel Petri - March 11, 2009 the most recent IT tips! Printer Friendly Version Sponsors Email Address Disk partitioning divides the data storage space of a hard disk into separate areas referred to as Sign Up Now! Windows Application 'partitions'. Partitions are usually created when the hard disk is first being prepared for usage. Once a Monitoring Made Easy disk is divided into partitions, directories and files may be stored on them. Because of later changes on Quick Links the computer and operating system, often an administrator or power user will be faced with the need to Knowledge Base resize partitions, create new partitions in the unallocated space, and sometimes even undelete Take the guesswork out of Backup & Storage partitions that were previously removed or deleted. which WMI counters to use Security for apps like Microsoft® Active Directory Active Directory™ and Cisco and Routing Hard disk partitioning tools will allow you to create additional partitions from existing ones by resizing SharePoint™. SolarWinds Windows Networking FREE WMI Monitor makes it Exchange Server the existing partitions and creating empty, un-used space on which you can create new partitions. The easy! Download this FREE Virtualization desktop tool now! Windows Server 2008 most important aspect of such tools is their ability to do this without losing your data that is currently on Windows 7 your existing partitions.
    [Show full text]
  • 99 Pages to Linux V1.2 Page 1
    99 Pages to™ 99 Pages to Linux v1.2 Page 1 Preface This book is a collection from various online and offline sources. It is assembled from publicly available contents as a free service to the community, and organized in a way that simplifies progressive understanding of Linux fundamentals while keeping it structured for use as a quick reference for your toolset. The contents are independent of distributions and should apply to most Linux systems; however, it is always useful to check man pages from your specific vendor. The trademark “99 Pages to™” is owned by Manceps, Inc. Other than that, NO other copyrights or ownership are claimed by making this text available. Feedback: [email protected] The next 99 pages will take you from absolute beginner to advanced user in 4 easy sections. The detailed table of contents is a quick way to locate information so you can use this as a reference. Click here to skip the table of contents and get right to the book. Now let’s dig right into Linux… 99 Pages to Linux v1.2 Page 2 Table of Contents Preface .......................................................................................................................................................... 2 Introducing bash ......................................................................................................................................... 10 The shell .................................................................................................................................................. 10 Are you running bash? .......................................................................................................................
    [Show full text]
  • Ibm Linux Tutorials
    VISIT… LPI certification 101 (release 2) exam prep, Part 4 Presented by developerWorks, your source for great tutorials ibm.com/developerWorks Table of Contents If you're viewing this document online, you can click any of the topics below to link directly to that section. 1. Before you start......................................................... 2 2. Filesystems, partitions, and block devices ......................... 4 3. Booting the system..................................................... 21 4. Runlevels ................................................................ 25 5. Filesystem quotas...................................................... 28 6. System logs ............................................................. 34 7. Summary and resources .............................................. 38 LPI certification 101 (release 2) exam prep, Part 4 Page 1 of 40 ibm.com/developerWorks Presented by developerWorks, your source for great tutorials Section 1. Before you start About this tutorial Welcome to "Advanced administration," the last of four tutorials designed to prepare you for the Linux Professional Institute's 101 (release 2) exam. In this tutorial (Part 4), we'll bolster your knowledge of advanced Linux administration skills by covering a variety of topics including Linux filesystems, the Linux boot process, runlevels, filesystem quotas, and system logs. This tutorial is particularly appropriate for someone who may be serving as the primary sysadmin for the first time, since we cover a lot of low-level issues that all system administrators should know. If you are new to Linux, we recommend that you start with Part 1 and work through the series from there. For some, much of this material will be new, but more experienced Linux users may find this tutorial to be a great way of "rounding out" their foundational Linux system administration skills and preparing for the next LPI certification level.
    [Show full text]
  • Clonezilla an Open and Flexible Imaging-Based Architecture for System Deployment
    Clonezilla An Open and Flexible Imaging-based Architecture for System Deployment Steven Shiau, Ceasar Sun, Jazz Wang, Thomas Tsai {steven , ceasar , jazz , thomas }@ nchc . org . tw Free Software Lab ABSTRACT NCHC, Taiwan Clonezilla is an open-source disk imaging and cloning Saving disk image Restoring disk image suite. It is based on Partclone, Partition Image, ntfsclone, and Start UDPcast with features such as plug-ins for subsystems like Start partitioning and a multicast mode for massive deployments. In Parse partition Find the file table system of Read image this research, its open architecture (Figure 1 and 2) and the device comparisons (Table 1 and 2) with other similar software would NO Create partition table be presented. Use dd to save Smart Create LV if LV http://clonezilla.org , http://clonezilla.sourceforge.net/ Find the copying? image Device to image found in (partition stdout image dir FEATURES /LV) YES Decide partclone Free (GPL) Software device YES partimage File systems supported: Ext2/3/4, ReiserFS, Reiser4, XFS, imaging p p Save Find the Decide n ntfsclone a a engine t r MBR/GPT data f JFS, Btrfs (testing), HFS+, FAT, NTFS , UFS+ and VMFS image r t device s t i c c of m l (Table 1) imaging l o o Save device device a n n engine g Linux Logical Volume Manager 2 (LVM2) stackable block e Save partition image to stdout e e device (Table 2) is supported table gzip NO Grub 1 and grub 2 is supported Decide bzip2 Tune the file compressing lzma Serial console is supported engine lzip system size to fit Save xz partition size Restore the Multicast supported in Clonezilla Server Edition (SE) hardware info image of The MBR, partition table, partition(s) or entire disk(s) can be Save stdin as device to saved and restored file in the Reinstall grub if assigned device Smart copying on supported file systems whereas use image dir End sector-to-sector copying via dd End A tunable image format is implemented (Figure 2) Imaging and compressing engines can be easily added Figure 1.
    [Show full text]
  • PXE Et Partimage
    Réinstallation de postes informatiques par le réseau : PXE et Partimage 1 BORGHESI Guilhem Mai 2006 SSoommmmaaiirere Le contexte Les solutions logicielles Le choix de PXE L©installation et la mise en oeuvre Conclusion 2 BORGHESI Guilhem Mai 2006 LLee ccoonntteexxttee Une salle de 24 postes à l©UFR Math/Info Dualboot : Linux et Windows 2000 Pro Machines réinstallables facilement et rapidement Mot de passe administrateur connu de tous Nécessité de remplacer l©ancienne solution : par CD Trop chère : vol ou perte des CD Trop statique : modification de l©image peu pratique Interactivité à éviter 3 BORGHESI Guilhem Mai 2006 LLeess ccoonnttrraaiinntteess Solution intégralement libre Réinstallation par le réseau Temps de réinstallation des 24 postes < 15 min Intervention humaine nulle Carte FastEthernet sur les postes Pas d©impact sur les autres réseaux 4 BORGHESI Guilhem Mai 2006 RReecchheerrcchhee ddee ssoolluuttiioonnss Il existe des solutions payantes éprouvées : Ghost DriveImage / Deploy Center Rembo avec JDDLJ Et des solutions libres : System Imager Suite Ka-Boot Partimage 5 BORGHESI Guilhem Mai 2006 LLeess ssoolluuttiioonnss lliibbrreess :: pprorobbllèèmmeess Mal connues : pas de publicité Parfois mal documentées Peu d©évolution logicielle Souvent des petits softs avec peu de fonctionnalités 6 BORGHESI Guilhem Mai 2006 LLeess ssoolluuttiioonnss lliibbrreess :: lleess ffoorrcceess Adaptés aux problématiques Unix/Linux MBR Système de fichiers Unix/Linux (ext2/3, reiserfs, ...) Swap Facilité pour joindre les developpeurs Solution économique 7 BORGHESI Guilhem Mai 2006 LLee ppoossttee OORRIIGGIINNEE Avant de commencer, il faut installer une machine Linux Installation du poste Installation des packages Windows Installer les logiciels additionnels Et enfin, lancer sysprep.exe... Il ne faut garder que l©INDISPENSABLE ! Et ensuite, la machine est prête..
    [Show full text]
  • Efficient Bare Metal Backup and Restore in Openstack Based Cloud Infrastructure Design, Implementation and Testing of a Prototype Addishiwot Tadesse
    Thesis no: MSEE-2016:36 Efficient Bare Metal Backup and Restore in OpenStack Based Cloud Infrastructure Design, Implementation and Testing of a Prototype Addishiwot Tadesse Faculty of Computing Blekinge Institute of Technology SE-371 79 Karlskrona Sweden I This thesis is submitted to the Faculty of Computing at Blekinge Institute of Technology in partial fulfillment of the requirements for the degree of Masters in Electrical Engineering with Emphasis on Telecommunication Systems. The thesis is equivalent to 20 weeks of full time studies. The master thesis research was carried out at Ericsson AB in Göteborg, Sweden. Contact Information: Author: Addishiwot Tadesse E-mail: [email protected] University Supervisor Dragos Ilie(Assistant Professor) [email protected] Department of Communication Systems School of Computing BTH, Karlskrona Ericssson’s Manager Lars Samuelsson [email protected] Göteborg, Sweden Ericssson’s Supervisors: Tony Borg Senior Packet Core Verification Engineer [email protected] Göteborg, Sweden Asgrimur Olafsson Senior Packet Core Solution Engineer [email protected] Göteborg, Sweden II Abstract Cloud computing has shown remarkable growth in recent years due to its concept of computing as a service, thereby, allowing users to offload the infrastructure management costs and tasks to a cloud provider. With the rapid development of these services, data has become the most crucial resource and hence companies start building disaster recovery (DR) systems that are more vital and essential to ensure the reliability and availability of data services in the event of IT infrastructure disasters. The occurrence of an unexpected calamity in a system leading to its disruption is a disaster.
    [Show full text]