SlideShare a Scribd company logo
1 of 39
Download to read offline
Relax and Recover



The Implementation of a Linux
 Disaster Recovery Procedure
          (with rear)
          Gratien D'haese
          IT3 Consultants
Agenda
 ●   Disasters do these really happen?
 ●   Linux Disaster Recovery (DR) Plan
 ●   Open Source Disaster Recovery Software
 ●   Disaster Recovery in practice
 ●   Relax and Recover (rear)




2010-04-10 | Gratien D'haese   The implementation of a Linux DRP        2
Disasters do these really
                                               happen?




    ●Fire
    ●Flood

    ●Earthquake




2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   3
Seriously now?




2010-04-10 | Gratien D'haese   The implementation of a Linux DRP     4
Some Basics
  ●    What is Disaster Recovery?
 The process by which a business function is
  restored to the normal, steady state after a
  disaster

  ●    What is Business Continuity?
 The way that a business function will operate
  after a disaster, until such time as the normal,
  steady state is restored

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP         5
Linux Disaster Recovery
 Like any other UNIX Operating System, Linux is
   vulnerable for disaster to strike
 The question really is “What shall I do if a disaster
  strikes?”
 Dependent on:
 ●   Hardware failure (e.g. boot disk lost)
 ●   Lost everything (fire, water, earthquake, theft)
 ●   The answer: “Act immediately (with a disaster
     recovery plan)”
2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   6
Why are backups not enough?
  ●    Backups of data are necessary!
  ●    Are not enough in case of losing the complete
        Operating System (OS)!
  ●    Reinstalling the OS from scratch takes hours
  ●    Restoring the backups a few more hours
  ●    Fine-tuning of configurations takes days
  ●    Even months later issues pop up!
  ●    It is absolute necessary to foresee an inventory
          of hard- and software
2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   7
Disaster Recovery Plan (DRP)
  ●    DRP addresses need to recover from an
        emergency with minimum impact to the
        enterprise
  ●    Protects enterprise from major services failure
  ●    Minimizes risk to enterprise from delays in
        providing services
  ●    Guarantees reliability of standby systems by
        testing and simulation
  ●    Minimizes personnel decision-making required
        during disaster recovery
2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   8
DRP: main steps
 ●   Risk Analysis
 ●   What is the budget?
 ●   Develop the DRP according
       ●   Required time to normal operations
       ●   Establish priorities
       ●   Inventorying equipment and software
       ●   Make checklists and test procedures
 ●   Test the DRP (at least on yearly basis)

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   9
KISS Principle
 ●   The best way to prepare for a disaster is to
     avoid the disaster.
 ●   Therefore, look for any potential problems you
     can find, and correct them.
       ●   Implement data mirrors or RAID systems
       ●   Take backups and test restores!
       ●   Use System Inventory software (e.g. cfg2html)
       ●   Select a Disaster Recovery Program which takes
           care of bare metal recovery


2010-04-10 | Gratien D'haese   The implementation of a Linux DRP        10
Commercial or Open Source?
 ●   There is no standard solution delivered with
     Linux as such
 ●   The choice is do we go for a commercial or
     Open Source solution?
 ●   Try before you decide I would say
       ●   It doesn’t always work as promised
       ●   Do we have test equipment? Don’t try it on
           production without a real DR test first!



2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   11
Open Source Solutions
●    DR optional with Open Source backup software
      ●    Completely dependent on backup solution
      ●    E.g. bacula

●    Image makers (cloning)
      ●    Disk to image or partition to image
      ●    E.g. partimage or clonezilla




2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   12
Open Source Solutions (cont.)
 ●   True DR Open Source software
       ●   No focus on pure backups (incremental)
       ●   Main focus on fast DR
       ●   No fancy GUIs can be expected (nobody cares
           about a GUI if a disaster strikes)
       ●   E.g. mondorescue, mkCDrec and ReaR




2010-04-10 | Gratien D'haese       The implementation of a Linux DRP   13
Mondorescue
 ●   www.mondorescue.org
 ●   Available since 2000
 ●   GPL DR supporting Linux (x86, x86_64, ia64)
     and FreeBSD (x86)
 ●   Support major Linux distributions
 ●   Target backup media includes CDR, DVD-R(w),
     USB/disks, tape, network
 ●   Understands major file systems including LVM,
     soft- and hardware RAID
2010-04-10 | Gratien D'haese   The implementation of a Linux DRP       14
Make CD-ROM Recovery
                                          (mkCDrec)
 ●   mkcdrec.ota.be
 ●   Available since 2000
 ●   GPL DR supporting Linux (x86, x86_64,
     powerpc, sparc and ia64)
 ●   Support major Linux distributions
 ●   Target backup media includes CDR, DVD-R(w),
     tape/OBDR, USB/disks, network (NFS/CIFS)
 ●   Understands major file systems including LVM,
     soft- and hardware RAID
2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   15
Relax and Recover (rear)
 ●   rear.sourceforge.net
 ●   Available since 2006
 ●   GPL DR supporting Linux (x86, x86_64, ia64,
     ppc)
 ●   Support major Linux distributions
 ●   Target backup media includes CDR, DVD-R(w),
     disk, network (NFS/CIFS), rsync
 ●   Understands major file systems including LVM,
     soft- and hardware RAID
2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   16
Disaster Recovery Media
 ●   Extremely important to use external storage
 ●   Boot-able media: CD/DVD, USB, LAN, tape ...
 ●   Mix of media is allowed for boot and backup
       ●   Boot-able CD/DVD, USB disk for data
       ●   LAN boot (via PXE) with backup data via NFS, CIFS
       ●   Boot-able tapes (OBDR – CD boot emulation)
 ●   Separate boot media and backup data
       ●   Boot from USB key, CD/DVD image or LAN
       ●   Recover system with backup software (tar, rsync, ...)

2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   17
Disaster Recovery in Practice
 ●   Gather system information
 ●   Store the disk layout
       ●   Partitioning, LVM and RAID configuration
       ●   File systems, file system labels ...
       ●   Boot loader (GRUB, LILO, ELILO)
 ●   Make a system backup (OS and user data)
 ●   Create boot-able rescue media with system
     configuration (and optional with backup data)
 ●   All steps are done “online”
2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   18
Disaster Recovery: rescue media
 ●   Create “rescue linux” from running system
 ●   Optimally compatible “tool box”
 ●   Clone the system environment
       ●   Linux kernel and modules
       ●   Device driver configuration
       ●   Network configuration
       ●   Basic system software and tools
 ●   Operate entirely in RAM (initrd)

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   19
Recovery Process in detail
 ●   Boot system from rescue media
 ●   Restore disk layout
       ●   Create partitions, RAID configuration and LVM
       ●   Create file systems (mkfs, mkswap)
       ●   Configure file systems (labels, mount points)
 ●   Restore the backup data
 ●   Restore the boot loader
 ●   Reboot

2010-04-10 | Gratien D'haese      The implementation of a Linux DRP   20
Relax and Recover (rear)
  ●   Proven solution at large enterprise customers
  ●   Rear established as standard solution for Linux
       disaster recovery in data centers
  ●   Shipping with Fedora (from 11) and openSUSE
  ●   Integrates with many “commercial” backup
        software solutions, e.g. TSM, DP, NBU, …
  ●   Integrates with OS backup software solutions
        as well, e.g. GNU tar, rsync, ...
  ●   Scales well with large amounts of servers
2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   21
A bit of history
 ●   Rear is a spin-off of 2 existing projects:
       ●   OpenVPN Gateway Builder (OGB) of Schlomo
           Schapiro (Germany)
       ●   Make CD-ROM Recovery (mkCDrec) of Gratien
           D'haese (Belgium)
 ●   First released in July 2006
       ●
           Thanks to modular concept 1st release was written
           in 3 weeks time



2010-04-10 | Gratien D'haese   The implementation of a Linux DRP           22
Rear Features
 ●   Focus on disaster recovery and not backup
 ●   Tight integration with common backup software
 ●   Simple full backup integrated
 ●   Complements backup software
       ●   Backup software: data storage and retrieval
       ●   Rear: recover the system layout and make it work
       ●   Rear: use the backup software to restore data
 ●   Methodology: use the best tool for the job

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP       23
Rear Backup Software
 ●   Supported solutions today include:
       ●   CommVault Galaxy
       ●   IBM Tivoli Storage Manager (TSM)
       ●   Symantec NetBackup (NBU)
       ●   HP DataProtector (DP)
       ●   Rsync and other 'external' methods
       ●   GNU tar archives on NAS shares (CIFS, NFS)
 ●   Very transparent integration
 ●   Other backup solutions can be added (sponsoring)

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   24
Rear Network Integration
 ●   Disaster recovery as part of network infrastructure
       ●   Backup software: file level backup storage using LAN
           or SAN
       ●   Rear: takes care of the system environment
       ●   Boot rescue media via PXE or virtual CD image
             –No physical media required
       ●   Very scalable: automated installation of entire disaster
           recovery data center
             –   Rear distribution via company branded RPM
             –   Use scheduler to automate the creation of rescue
                 media
2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   25
Rear Development
 ●   Truly Open Source model – SVN, sourceforge
 ●   Development model based on
       ●   Sponsoring
       ●   Patches, modules from other OS developers
 ●   Modular Concept
       ●   Framework with many small Bash scripts
       ●   Code re-usability with library functions
 ●   Documentation on-line (web site) and in SVN

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   26
Architecture of rear
    rear dump:
    Dumping out configuration and system information
    System definition:
                              ARCH = Linux-i386                             /usr/share/rear/conf
                                OS = GNU/Linux
                        OS_VENDOR = Fedora
                   OS_VENDOR_ARCH = Fedora/i386
                 OS_VENDOR_VERSION = Fedora/12
                                                                               Fedora          GNU

    Configuration tree:
                            Linux-i386.conf : OK
                            GNU/Linux.conf : OK
                               Fedora.conf : missing/empty
                           Fedora/i386.conf : missing/empty
                            Fedora/12.conf : missing/empty
          /etc/rear/                site.conf : OK
                                  local.conf : OK


2010-04-10 | Gratien D'haese            The implementation of a Linux DRP                            27
Usage of rear
 ●   Shell scripts are stored under /usr/share/rear
 ●   Scripts are kept together according work-flows
       ●   mkrescue (only make rescue image)
       ●   mkbackup (including make rescue image)
       ●   mkbackuponly (excluding make rescue image)
       ●   recover (the actual recovery part)
 ●   Easy to incorporate new scripts, e.g. for
     information gathering of Hard- and Software, or
     other goodies

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP         28
Rear Configuration files
 ●   SITE wide configuration file
       ●   /etc/rear/site.conf
       ●   Add here bash like settings which apply to all
           systems in your site (distribute from a local point)
 ●   LOCAL (this system) configuration file
       ●   /etc/rear/local.conf
           OUTPUT=ISO
           BACKUP=NETFS
           #BACKUP=TSM|NBU|DP|GALAXY|EXTERNAL|...
           NETFS_URL=nfs://server.domain/backup-path
           MODULES_LOAD=( vmxnet )

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   29
Rear command options
      rear [Options] <command> [command options ...]
      Relax & Recover Version 1.7.24 / 2009-12-09
      Build: e20b259e7bc9ce602b67cd5fe4397fc7
      Copyright (C) 2006-2009
           Schlomo Schapiro
           Gratien D'haese, IT3 Consultants
      Relax & Recover comes with ABSOLUTELY NO WARRANTY; for details
      see the GNU General Public License at http://www.gnu.org/licenses/gpl.html
      Available Options:
      -V             version information
      -d             debug mode
      -D             debugscript mode
      -S             Step-by-step mode
      -s             Simulation mode (shows the scripts included)
      -q             Quiet mode
      -r a.b.c-xx-yy      kernel version to use (current: 2.6.31.12-174.2.22.fc12.i686.PAE)
      List of commands:
      dump                     Dump configuration and system information
      help                     print out usage
      mkbackup                 Create rescue media and backup system.
      mkbackuponly             Backup system without creating a (new) rescue media.
      mkdeb                    Create DEB packages with this rear version
      mkdist                   Create distribution tar archive with this rear version
      mkrescue                 Create rescue media only
      mkrpm                    Create RPM packages with this rear version
      mktar                    Create tar archive with this rear installation
      mkvendorrpm              Create vendor RPM with this rear version
      recover                  Recover the system
      validate                 Submit validation information



2010-04-10 | Gratien D'haese        The implementation of a Linux DRP                         30
Work-flow backup (or rescue)
 ●   mkbackup – mkrescue
       ●   Preparation (building the root file system layout)
       ●   Analyze (disaster recovery environment creation)
             –   Creation of /var/lib/rear/recovery structure
       ●   Analyze (building the rescue system)
       ●   Build (copy all executables that are needed)
       ●   Pack (kernel and initial ram-disk)
       ●   Backup (optional)
       ●   Output (copy to destination, PXE, ISO,...)
       ●   Cleanup
2010-04-10 | Gratien D'haese    The implementation of a Linux DRP   31
rear -s mkbackup
      Relax & Recover Version 1.7.24 / 2009-12-09                Source rescue/GNU/Linux/40_kernel_modules.sh
      Simulation mode activated, ReaR base directory:            Source rescue/default/43_prepare_timesync.sh
      /usr/share/rear                                            Source rescue/GNU/Linux/50_clone_keyboard_mappings.sh
      Source conf/Linux-i386.conf                                Source rescue/default/50_ssh.sh
      Source conf/GNU/Linux.conf                                 Source rescue/default/90_clone_users_and_groups.sh
      Source prep/default/01_progress_start.sh                   Source build/GNU/Linux/00_create_symlinks.sh
      Source prep/GNU/Linux/28_include_vmware_tools.sh           Source build/GNU/Linux/10_copy_as_is.sh
      Source prep/ISO/default/30_check_iso_dir.sh                Source build/GNU/Linux/11_touch_empty_files.sh
      Source prep/ISO/default/32_check_cdrom_size.sh             Source build/GNU/Linux/13_create_dotfiles.sh
      Source prep/ISO/GNU/Linux/32_verify_mkisofs.sh             Source build/GNU/Linux/15_adjust_permissions.sh
      Source prep/ISO/Linux-i386/33_find_isolinux.sh             Source build/GNU/Linux/39_copy_binaries_libraries.sh
      Source prep/default/99_progress_stop.sh                    Source build/GNU/Linux/40_copy_modules.sh
      Source dr/default/01_mk_config_dir_recovery.sh             Source build/default/50_patch_sshd_config.sh
      Source dr/default/09_only_include_vg.sh                    Source build/default/99_update_os_conf.sh
      Source dr/GNU/Linux/10_describe_physical_devices.sh        Source pack/Linux-i386/30_copy_kernel.sh
      Source dr/GNU/Linux/11_describe_mountpoint_device.sh       Source pack/GNU/Linux/90_create_initramfs.sh
      Source dr/GNU/Linux/12_describe_filesystems.sh             Source output/ISO/Linux-i386/30_create_isolinux.sh
      Source dr/GNU/Linux/13_describe_swap.sh                    Source output/ISO/Linux-i386/80_create_isofs.sh
      Source dr/GNU/Linux/15_copy_proc_partitions.sh             Source output/default/95_email_result_files.sh
      Source dr/GNU/Linux/21_describe_md.sh                      Source cleanup/default/01_progress_start.sh
      Source dr/GNU/Linux/23_describe_lvm2.sh                    Source cleanup/default/99_progress_stop.sh
      Source dr/GNU/Linux/29_find_required_devices.sh            Finished in 4 seconds.
      Source dr/Linux-i386/31_describe_device_properties.sh
      Source dr/GNU/Linux/80_copy_fstab_file.sh
      Source dr/GNU/Linux/95_cfg2html.sh
      Source dr/GNU/Linux/95_collect_hpacucli.sh
      Source dr/GNU/Linux/96_collect_MC_serviceguard_infos.sh
      Source rescue/default/00_remove_workflow_conf.sh
      Source rescue/default/01_merge_skeletons.sh
      Source rescue/default/10_hostname.sh
      Source rescue/default/20_etc_issue.sh
      Source rescue/GNU/Linux/30_dns.sh
      Source rescue/GNU/Linux/31_network_devices.sh
      Source rescue/GNU/Linux/35_routing.sh
      Source rescue/GNU/Linux/39_check_usb_modules.sh




2010-04-10 | Gratien D'haese              The implementation of a Linux DRP                                       32
Work-flow recovery
 ●   The same configuration files are used during
     the recovery work-flow
 ●   Recovery Process:
       ●   Verify (integrity and sanity check)
       ●   Recreate (file system layout)
       ●   Restore (the backups including Operating System)
       ●   Finalize (install boot loader, dump recovery log
           into /tmp of the recovered system)



2010-04-10 | Gratien D'haese   The implementation of a Linux DRP   33
rear -s recover

        Relax & Recover Version 1.7.24 / 2009-12-09
        Simulation mode activated, ReaR base directory: /usr/share/rear
        Source conf/Linux-i386.conf
        Source conf/GNU/Linux.conf
        Source setup/GNU/Linux/80_setup_hp_raid.sh
        Source verify/GNU/Linux/05_sane_recovery_check.sh
        Source verify/GNU/Linux/10_describe_physical_devices.sh
        Source verify/Linux-i386/11_describe_device_properties.sh
        Source verify/GNU/Linux/12_compare_physical_devices.sh
        Source recreate/GNU/Linux/09_disable_lvm2_md.sh
        Source recreate/Linux-i386/10_initialize_physical_devices.sh
        Source recreate/GNU/Linux/21_create_md_devices.sh
        Source recreate/GNU/Linux/22_create_lvm2_devices.sh
        Source recreate/GNU/Linux/31_create_filesystems.sh
        Source recreate/GNU/Linux/70_mount_filesystems.sh
        Source recreate/default/98_show_disk_free.sh
        Source restore/REQUESTRESTORE/default/20_prompt_user_to_start_restore.sh
        Source restore/default/90_create_missing_directories.sh
        Source finalize/default/01_prepare_checks.sh
        Source finalize/default/10_populate_dev.sh
        Source finalize/GNU/Linux/70_create_swapfiles.sh
        Source finalize/default/88_check_for_mount_by_id.sh
        Source finalize/default/89_finish_checks.sh
        Source finalize/default/90_remount_sync.sh
        Source finalize/default/98_good_bye.sh
        Source finalize/default/99_copy_logfile.sh
        Finished in 4 seconds.




2010-04-10 | Gratien D'haese             The implementation of a Linux DRP          34
Cfg2html: hard- and software
                                              details
 ●   When cfg2html is installed
     and in local.conf
     “SKIP_CFG2HTML=” has
     been set
      # rear mkrescue
      Relax & Recover Version 1.7.24 / 2009-12-09
      The preparation phase OK
      Physical devices that will be recovered: /dev/sda
      Collecting general system information
      (cfg2html) OK
      Creating root FS layout OK
      Copy files and directories OK
      Copy program files & libraries OK
      Copy kernel modules OK
      Create initramfs OK
      Making ISO image OK
      Wrote ISO Image /tmp/ReaR.iso (17M)
      The cleanup phase OK
      Finished in 488 seconds.

      # ls /var/lib/rear/recovery/cfg2html/
      localhost.localdomain.err
      localhost.localdomain.partitions.save
      localhost.localdomain.txt
      localhost.localdomain.html
      localhost.localdomain.tar




2010-04-10 | Gratien D'haese                The implementation of a Linux DRP   35
Log file /tmp/rear.log
    2010-03-12 13:09:07 Using 'blkid' for vol_id
    2010-03-12 13:09:07 Relax & Recover Version 1.7.24 / 2009-12-09
    2010-03-12 13:09:07 Combining configuration files
    2010-03-12 13:09:07 Skipping /etc/rear/os.conf (file not found or empty)
    2010-03-12 13:09:07 Skipping /etc/rear/mkrescue.conf (file not found or empty)
    2010-03-12 13:09:08 Including conf/Linux-i386.conf
    2010-03-12 13:09:08 Including conf/GNU/Linux.conf
    2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora.conf (file not found or empty)
    2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora/i386.conf (file not found or empty)
    2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora/12.conf (file not found or empty)
    2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora/12/i386.conf (file not found or empty)
    2010-03-12 13:09:08 Including /etc/rear/site.conf
    2010-03-12 13:09:08 Including /etc/rear/local.conf
    2010-03-12 13:09:08 Creating build area '/tmp/rear.10018'
    2010-03-12 13:09:08 Running mkrescue workflow
    2010-03-12 13:09:08 Running 'prep' stage
    2010-03-12 13:09:08 Including prep/default/01_progress_start.sh
    2010-03-12 13:09:08 Including prep/GNU/Linux/28_include_vmware_tools.sh
    2010-03-12 13:09:08 Including prep/ISO/default/30_check_iso_dir.sh
    2010-03-12 13:09:08 Including prep/ISO/default/32_check_cdrom_size.sh
    2010-03-12 13:09:08 ISO Directory '/tmp' [/dev/mapper/VolGroup-lv_root] has 3087 MB free space
    2010-03-12 13:09:08 Including prep/ISO/GNU/Linux/32_verify_mkisofs.sh
    2010-03-12 13:09:08 Using '/usr/bin/mkisofs' to create ISO images
    2010-03-12 13:09:08 Including prep/ISO/Linux-i386/33_find_isolinux.sh
    2010-03-12 13:09:18 Including prep/default/99_progress_stop.sh
    2010-03-12 13:09:18 Finished running 'prep' stage in 10 seconds
    …
    Done with: Ending Padblock                         Block(s)     150
    Max brk space used 0
    8427 extents written (16 MB)
    2010-03-12 13:10:35 Including output/default/95_email_result_files.sh
    2010-03-12 13:10:35 Finished running 'output' stage in 1 seconds
    2010-03-12 13:10:35 Running 'cleanup' stage
    2010-03-12 13:10:35 Including cleanup/default/01_progress_start.sh
    2010-03-12 13:10:35 Including cleanup/default/99_progress_stop.sh
    2010-03-12 13:10:35 Finished running 'cleanup' stage in 0 seconds
    2010-03-12 13:10:35 Finished running mkrescue workflow
    2010-03-12 13:10:35 Removing build area /tmp/rear.10018
    2010-03-12 13:10:35 End of program reached

2010-04-10 | Gratien D'haese              The implementation of a Linux DRP                           36
Rear Status
 ●   Stable software
       ●   i386 and x86_64 are well tested
       ●   ia64 and ppc less tested
 ●   Released as RPM, TAR, DEB
 ●   Rear ships with
       ●   SUSE Linux Enterprise HA extension 11 SP1
       ●   OpenSUSE 11.2 and Fedora 11, 12
 ●   Support available (community and/or commercial)
 ●   Open for patch submissions by rear community

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP             37
Rear Future
 ●   Go beyond just disaster recovery
       ●   System cloning
       ●   System migration (P2V, V2P, V2V, P2P)
       ●   Enhance the system toolkit for offline & rescue tasks
 ●   Building a Disaster Recovery as a Service
     infrastructure (rear-server)
       ●   Gather and aggregate information about rear
       ●   Centrally manage configuration and control rear
       ●
           Integrate into 3rd party solutions

2010-04-10 | Gratien D'haese   The implementation of a Linux DRP             38
Contacts


                    Web-site: http://rear.sourceforge.net/

                                 Gratien D'haese
                                 ReaR Maintainer

                               gratien.dhaese@it3.be

                                          Or

                                Schlomo Schapiro
                                 ReaR Maintainer

                               schlomo@schapiro.org



2010-04-10 | Gratien D'haese    The implementation of a Linux DRP          39

More Related Content

What's hot

Introduction to Docker (as presented at December 2013 Global Hackathon)
Introduction to Docker (as presented at December 2013 Global Hackathon)Introduction to Docker (as presented at December 2013 Global Hackathon)
Introduction to Docker (as presented at December 2013 Global Hackathon)Jérôme Petazzoni
 
N problems of Linux Containers
N problems of Linux ContainersN problems of Linux Containers
N problems of Linux ContainersKirill Kolyshkin
 
Introduction to containers
Introduction to containersIntroduction to containers
Introduction to containersNitish Jadia
 
Linux Virtualization
Linux VirtualizationLinux Virtualization
Linux VirtualizationOpenVZ
 
Docker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los AngelesDocker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los AngelesJérôme Petazzoni
 
Linuxtag.ceph.talk
Linuxtag.ceph.talkLinuxtag.ceph.talk
Linuxtag.ceph.talkUdo Seidel
 
Openvz - a quick introduction
Openvz - a quick introductionOpenvz - a quick introduction
Openvz - a quick introductionOlle E Johansson
 
Making the Move to Linux from an Enterprise Perspective
Making the Move to Linux from an Enterprise PerspectiveMaking the Move to Linux from an Enterprise Perspective
Making the Move to Linux from an Enterprise PerspectiveAll Things Open
 
Docker and Containers for Development and Deployment — SCALE12X
Docker and Containers for Development and Deployment — SCALE12XDocker and Containers for Development and Deployment — SCALE12X
Docker and Containers for Development and Deployment — SCALE12XJérôme Petazzoni
 
Lightweight Virtualization: LXC containers & AUFS
Lightweight Virtualization: LXC containers & AUFSLightweight Virtualization: LXC containers & AUFS
Lightweight Virtualization: LXC containers & AUFSJérôme Petazzoni
 
pkgsrc on SmartOS
pkgsrc on SmartOSpkgsrc on SmartOS
pkgsrc on SmartOSjonperkin
 
Creating new Tizen profiles using the Yocto Project
Creating new Tizen profiles  using the Yocto ProjectCreating new Tizen profiles  using the Yocto Project
Creating new Tizen profiles using the Yocto ProjectLeon Anavi
 
OpenWRT guide and memo
OpenWRT guide and memoOpenWRT guide and memo
OpenWRT guide and memo家榮 吳
 
Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012
Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012
Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012Lance Albertson
 
Porting Puppet to OpenBSD
Porting Puppet to OpenBSD Porting Puppet to OpenBSD
Porting Puppet to OpenBSD Puppet
 
Solving the Package Problem
Solving the Package ProblemSolving the Package Problem
Solving the Package ProblemJoe Brockmeier
 
Debian Ilughyd
Debian IlughydDebian Ilughyd
Debian Ilughydpavithrans
 
Android Variants, Hacks, Tricks and Resources
Android Variants, Hacks, Tricks and ResourcesAndroid Variants, Hacks, Tricks and Resources
Android Variants, Hacks, Tricks and ResourcesOpersys inc.
 

What's hot (20)

Introduction to Docker (as presented at December 2013 Global Hackathon)
Introduction to Docker (as presented at December 2013 Global Hackathon)Introduction to Docker (as presented at December 2013 Global Hackathon)
Introduction to Docker (as presented at December 2013 Global Hackathon)
 
N problems of Linux Containers
N problems of Linux ContainersN problems of Linux Containers
N problems of Linux Containers
 
Introduction to containers
Introduction to containersIntroduction to containers
Introduction to containers
 
Linux Virtualization
Linux VirtualizationLinux Virtualization
Linux Virtualization
 
Docker introduction
Docker introductionDocker introduction
Docker introduction
 
Docker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los AngelesDocker 0.11 at MaxCDN meetup in Los Angeles
Docker 0.11 at MaxCDN meetup in Los Angeles
 
pkgsrc on MirBSD
pkgsrc on MirBSDpkgsrc on MirBSD
pkgsrc on MirBSD
 
Linuxtag.ceph.talk
Linuxtag.ceph.talkLinuxtag.ceph.talk
Linuxtag.ceph.talk
 
Openvz - a quick introduction
Openvz - a quick introductionOpenvz - a quick introduction
Openvz - a quick introduction
 
Making the Move to Linux from an Enterprise Perspective
Making the Move to Linux from an Enterprise PerspectiveMaking the Move to Linux from an Enterprise Perspective
Making the Move to Linux from an Enterprise Perspective
 
Docker and Containers for Development and Deployment — SCALE12X
Docker and Containers for Development and Deployment — SCALE12XDocker and Containers for Development and Deployment — SCALE12X
Docker and Containers for Development and Deployment — SCALE12X
 
Lightweight Virtualization: LXC containers & AUFS
Lightweight Virtualization: LXC containers & AUFSLightweight Virtualization: LXC containers & AUFS
Lightweight Virtualization: LXC containers & AUFS
 
pkgsrc on SmartOS
pkgsrc on SmartOSpkgsrc on SmartOS
pkgsrc on SmartOS
 
Creating new Tizen profiles using the Yocto Project
Creating new Tizen profiles  using the Yocto ProjectCreating new Tizen profiles  using the Yocto Project
Creating new Tizen profiles using the Yocto Project
 
OpenWRT guide and memo
OpenWRT guide and memoOpenWRT guide and memo
OpenWRT guide and memo
 
Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012
Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012
Ganeti Hands-on Walk-thru (part 2) -- LinuxCon 2012
 
Porting Puppet to OpenBSD
Porting Puppet to OpenBSD Porting Puppet to OpenBSD
Porting Puppet to OpenBSD
 
Solving the Package Problem
Solving the Package ProblemSolving the Package Problem
Solving the Package Problem
 
Debian Ilughyd
Debian IlughydDebian Ilughyd
Debian Ilughyd
 
Android Variants, Hacks, Tricks and Resources
Android Variants, Hacks, Tricks and ResourcesAndroid Variants, Hacks, Tricks and Resources
Android Variants, Hacks, Tricks and Resources
 

Viewers also liked

(130119) #fitalk sql server forensics
(130119) #fitalk   sql server forensics(130119) #fitalk   sql server forensics
(130119) #fitalk sql server forensicsINSIGHT FORENSIC
 
Recovery database sql server
Recovery database sql serverRecovery database sql server
Recovery database sql serveroriza ratna
 
An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...eSAT Journals
 
The care and feeding of a MySQL database
The care and feeding of a MySQL databaseThe care and feeding of a MySQL database
The care and feeding of a MySQL databaseDave Stokes
 
(120128) #fitalk sql server forensics
(120128) #fitalk   sql server forensics(120128) #fitalk   sql server forensics
(120128) #fitalk sql server forensicsINSIGHT FORENSIC
 
Got database access? Own the network!
Got database access? Own the network!Got database access? Own the network!
Got database access? Own the network!Bernardo Damele A. G.
 
Recovery Database SQL Server
Recovery Database SQL ServerRecovery Database SQL Server
Recovery Database SQL ServerDian Nurlailasari
 

Viewers also liked (9)

(130119) #fitalk sql server forensics
(130119) #fitalk   sql server forensics(130119) #fitalk   sql server forensics
(130119) #fitalk sql server forensics
 
Recovery database sql server
Recovery database sql serverRecovery database sql server
Recovery database sql server
 
An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...An extended database reverse engineering v a key for database forensic invest...
An extended database reverse engineering v a key for database forensic invest...
 
Db forensics for sql rally
Db forensics for sql rallyDb forensics for sql rally
Db forensics for sql rally
 
Database forensics
Database forensicsDatabase forensics
Database forensics
 
The care and feeding of a MySQL database
The care and feeding of a MySQL databaseThe care and feeding of a MySQL database
The care and feeding of a MySQL database
 
(120128) #fitalk sql server forensics
(120128) #fitalk   sql server forensics(120128) #fitalk   sql server forensics
(120128) #fitalk sql server forensics
 
Got database access? Own the network!
Got database access? Own the network!Got database access? Own the network!
Got database access? Own the network!
 
Recovery Database SQL Server
Recovery Database SQL ServerRecovery Database SQL Server
Recovery Database SQL Server
 

Similar to Linux Disaster Recovery with Rear

Linux Disaster Recovery Best Practices with rear
Linux Disaster Recovery Best Practices with rearLinux Disaster Recovery Best Practices with rear
Linux Disaster Recovery Best Practices with rearGratien D'haese
 
Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"
Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"
Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"Didac Oliveira
 
Unix and Linux Common Boot Disk Disaster Recovery Tools by Dusan Baljevic
Unix and Linux Common Boot Disk Disaster Recovery Tools by Dusan BaljevicUnix and Linux Common Boot Disk Disaster Recovery Tools by Dusan Baljevic
Unix and Linux Common Boot Disk Disaster Recovery Tools by Dusan BaljevicCircling Cycle
 
Linux Disaster Recovery Solutions
Linux Disaster Recovery SolutionsLinux Disaster Recovery Solutions
Linux Disaster Recovery SolutionsGratien D'haese
 
OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9
OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9
OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9OpenNebula Project
 
Fosdem'20_Past, present & future of DRLM project
Fosdem'20_Past, present & future of DRLM projectFosdem'20_Past, present & future of DRLM project
Fosdem'20_Past, present & future of DRLM projectDidac Oliveira
 
libreCMC : The Libre Embedded GNU/Linux Distro
libreCMC : The Libre Embedded GNU/Linux DistrolibreCMC : The Libre Embedded GNU/Linux Distro
libreCMC : The Libre Embedded GNU/Linux DistroAll Things Open
 
The Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux KernelThe Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux KernelYasunori Goto
 
Cobbler - Fast and reliable multi-OS provisioning
Cobbler - Fast and reliable multi-OS provisioningCobbler - Fast and reliable multi-OS provisioning
Cobbler - Fast and reliable multi-OS provisioningRUDDER
 
LINBIT_HA_Business_Apr2016
LINBIT_HA_Business_Apr2016LINBIT_HA_Business_Apr2016
LINBIT_HA_Business_Apr2016Alexandre Huynh
 
Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)
Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)
Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)Ron Munitz
 
Bsdtw17: george neville neil: realities of dtrace on free-bsd
Bsdtw17: george neville neil: realities of dtrace on free-bsdBsdtw17: george neville neil: realities of dtrace on free-bsd
Bsdtw17: george neville neil: realities of dtrace on free-bsdScott Tsai
 
Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)
Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)
Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)Ron Munitz
 
The RULE project: efficient computing for all GNU/Linux users
The RULE project: efficient computing for all GNU/Linux usersThe RULE project: efficient computing for all GNU/Linux users
The RULE project: efficient computing for all GNU/Linux usersMarco Fioretti
 
Perfect Linux Desktop - OpenSuSE 12.2
Perfect Linux Desktop - OpenSuSE 12.2Perfect Linux Desktop - OpenSuSE 12.2
Perfect Linux Desktop - OpenSuSE 12.2Davor Guttierrez
 
DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)Jaroslav Jacjuk
 
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)Ron Munitz
 
HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...
HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...
HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...Circling Cycle
 

Similar to Linux Disaster Recovery with Rear (20)

Linux Disaster Recovery Best Practices with rear
Linux Disaster Recovery Best Practices with rearLinux Disaster Recovery Best Practices with rear
Linux Disaster Recovery Best Practices with rear
 
LinuxTag2012 Rear
LinuxTag2012 RearLinuxTag2012 Rear
LinuxTag2012 Rear
 
Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"
Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"
Presentación Librecon 2018 "GNU/Linux Disaster Recovery con DRLM en GRIFOLS"
 
Unix and Linux Common Boot Disk Disaster Recovery Tools by Dusan Baljevic
Unix and Linux Common Boot Disk Disaster Recovery Tools by Dusan BaljevicUnix and Linux Common Boot Disk Disaster Recovery Tools by Dusan Baljevic
Unix and Linux Common Boot Disk Disaster Recovery Tools by Dusan Baljevic
 
Linux Disaster Recovery Solutions
Linux Disaster Recovery SolutionsLinux Disaster Recovery Solutions
Linux Disaster Recovery Solutions
 
OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9
OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9
OpenNebulaconf2017US: Multi-Site Hyperconverged OpenNebula with DRBD9
 
Fosdem'20_Past, present & future of DRLM project
Fosdem'20_Past, present & future of DRLM projectFosdem'20_Past, present & future of DRLM project
Fosdem'20_Past, present & future of DRLM project
 
libreCMC : The Libre Embedded GNU/Linux Distro
libreCMC : The Libre Embedded GNU/Linux DistrolibreCMC : The Libre Embedded GNU/Linux Distro
libreCMC : The Libre Embedded GNU/Linux Distro
 
The Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux KernelThe Forefront of the Development for NVDIMM on Linux Kernel
The Forefront of the Development for NVDIMM on Linux Kernel
 
Cobbler - Fast and reliable multi-OS provisioning
Cobbler - Fast and reliable multi-OS provisioningCobbler - Fast and reliable multi-OS provisioning
Cobbler - Fast and reliable multi-OS provisioning
 
LINBIT_HA_Business_Apr2016
LINBIT_HA_Business_Apr2016LINBIT_HA_Business_Apr2016
LINBIT_HA_Business_Apr2016
 
Linux concept workshop
Linux concept workshopLinux concept workshop
Linux concept workshop
 
Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)
Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)
Building Android for the Cloud: Android as a Server (Mobile World Congress 2014)
 
Bsdtw17: george neville neil: realities of dtrace on free-bsd
Bsdtw17: george neville neil: realities of dtrace on free-bsdBsdtw17: george neville neil: realities of dtrace on free-bsd
Bsdtw17: george neville neil: realities of dtrace on free-bsd
 
Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)
Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)
Android As a Server- Building Android for the Cloud (AnDevCon SF 2013)
 
The RULE project: efficient computing for all GNU/Linux users
The RULE project: efficient computing for all GNU/Linux usersThe RULE project: efficient computing for all GNU/Linux users
The RULE project: efficient computing for all GNU/Linux users
 
Perfect Linux Desktop - OpenSuSE 12.2
Perfect Linux Desktop - OpenSuSE 12.2Perfect Linux Desktop - OpenSuSE 12.2
Perfect Linux Desktop - OpenSuSE 12.2
 
DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)
 
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
Building android for the Cloud: Android as a Server (AnDevConBoston 2014)
 
HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...
HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...
HP-UX Dynamic Root Disk Boot Disk Cloning Benefits and Use Cases by Dusan Bal...
 

More from loadays

Technical Presentation Zcp
Technical Presentation ZcpTechnical Presentation Zcp
Technical Presentation Zcploadays
 
Load2010 Se Linux Presentation
Load2010 Se Linux PresentationLoad2010 Se Linux Presentation
Load2010 Se Linux Presentationloadays
 
Presentation Gosa Loaddays2010
Presentation Gosa Loaddays2010Presentation Gosa Loaddays2010
Presentation Gosa Loaddays2010loadays
 
Load2010 Kvm Tutorial
Load2010 Kvm TutorialLoad2010 Kvm Tutorial
Load2010 Kvm Tutorialloadays
 
Load2010 Enterprise Linux Open Space
Load2010 Enterprise Linux Open SpaceLoad2010 Enterprise Linux Open Space
Load2010 Enterprise Linux Open Spaceloadays
 
Debian Secrets Loadays
Debian Secrets LoadaysDebian Secrets Loadays
Debian Secrets Loadaysloadays
 

More from loadays (6)

Technical Presentation Zcp
Technical Presentation ZcpTechnical Presentation Zcp
Technical Presentation Zcp
 
Load2010 Se Linux Presentation
Load2010 Se Linux PresentationLoad2010 Se Linux Presentation
Load2010 Se Linux Presentation
 
Presentation Gosa Loaddays2010
Presentation Gosa Loaddays2010Presentation Gosa Loaddays2010
Presentation Gosa Loaddays2010
 
Load2010 Kvm Tutorial
Load2010 Kvm TutorialLoad2010 Kvm Tutorial
Load2010 Kvm Tutorial
 
Load2010 Enterprise Linux Open Space
Load2010 Enterprise Linux Open SpaceLoad2010 Enterprise Linux Open Space
Load2010 Enterprise Linux Open Space
 
Debian Secrets Loadays
Debian Secrets LoadaysDebian Secrets Loadays
Debian Secrets Loadays
 

Recently uploaded

Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructureitnewsafrica
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Kaya Weers
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Farhan Tariq
 

Recently uploaded (20)

Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical InfrastructureVarsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
Varsha Sewlal- Cyber Attacks on Critical Critical Infrastructure
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)Design pattern talk by Kaya Weers - 2024 (v2)
Design pattern talk by Kaya Weers - 2024 (v2)
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...Genislab builds better products and faster go-to-market with Lean project man...
Genislab builds better products and faster go-to-market with Lean project man...
 

Linux Disaster Recovery with Rear

  • 1. Relax and Recover The Implementation of a Linux Disaster Recovery Procedure (with rear) Gratien D'haese IT3 Consultants
  • 2. Agenda ● Disasters do these really happen? ● Linux Disaster Recovery (DR) Plan ● Open Source Disaster Recovery Software ● Disaster Recovery in practice ● Relax and Recover (rear) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 2
  • 3. Disasters do these really happen? ●Fire ●Flood ●Earthquake 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 3
  • 4. Seriously now? 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 4
  • 5. Some Basics ● What is Disaster Recovery? The process by which a business function is restored to the normal, steady state after a disaster ● What is Business Continuity? The way that a business function will operate after a disaster, until such time as the normal, steady state is restored 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 5
  • 6. Linux Disaster Recovery Like any other UNIX Operating System, Linux is vulnerable for disaster to strike The question really is “What shall I do if a disaster strikes?” Dependent on: ● Hardware failure (e.g. boot disk lost) ● Lost everything (fire, water, earthquake, theft) ● The answer: “Act immediately (with a disaster recovery plan)” 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 6
  • 7. Why are backups not enough? ● Backups of data are necessary! ● Are not enough in case of losing the complete Operating System (OS)! ● Reinstalling the OS from scratch takes hours ● Restoring the backups a few more hours ● Fine-tuning of configurations takes days ● Even months later issues pop up! ● It is absolute necessary to foresee an inventory of hard- and software 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 7
  • 8. Disaster Recovery Plan (DRP) ● DRP addresses need to recover from an emergency with minimum impact to the enterprise ● Protects enterprise from major services failure ● Minimizes risk to enterprise from delays in providing services ● Guarantees reliability of standby systems by testing and simulation ● Minimizes personnel decision-making required during disaster recovery 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 8
  • 9. DRP: main steps ● Risk Analysis ● What is the budget? ● Develop the DRP according ● Required time to normal operations ● Establish priorities ● Inventorying equipment and software ● Make checklists and test procedures ● Test the DRP (at least on yearly basis) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 9
  • 10. KISS Principle ● The best way to prepare for a disaster is to avoid the disaster. ● Therefore, look for any potential problems you can find, and correct them. ● Implement data mirrors or RAID systems ● Take backups and test restores! ● Use System Inventory software (e.g. cfg2html) ● Select a Disaster Recovery Program which takes care of bare metal recovery 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 10
  • 11. Commercial or Open Source? ● There is no standard solution delivered with Linux as such ● The choice is do we go for a commercial or Open Source solution? ● Try before you decide I would say ● It doesn’t always work as promised ● Do we have test equipment? Don’t try it on production without a real DR test first! 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 11
  • 12. Open Source Solutions ● DR optional with Open Source backup software ● Completely dependent on backup solution ● E.g. bacula ● Image makers (cloning) ● Disk to image or partition to image ● E.g. partimage or clonezilla 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 12
  • 13. Open Source Solutions (cont.) ● True DR Open Source software ● No focus on pure backups (incremental) ● Main focus on fast DR ● No fancy GUIs can be expected (nobody cares about a GUI if a disaster strikes) ● E.g. mondorescue, mkCDrec and ReaR 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 13
  • 14. Mondorescue ● www.mondorescue.org ● Available since 2000 ● GPL DR supporting Linux (x86, x86_64, ia64) and FreeBSD (x86) ● Support major Linux distributions ● Target backup media includes CDR, DVD-R(w), USB/disks, tape, network ● Understands major file systems including LVM, soft- and hardware RAID 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 14
  • 15. Make CD-ROM Recovery (mkCDrec) ● mkcdrec.ota.be ● Available since 2000 ● GPL DR supporting Linux (x86, x86_64, powerpc, sparc and ia64) ● Support major Linux distributions ● Target backup media includes CDR, DVD-R(w), tape/OBDR, USB/disks, network (NFS/CIFS) ● Understands major file systems including LVM, soft- and hardware RAID 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 15
  • 16. Relax and Recover (rear) ● rear.sourceforge.net ● Available since 2006 ● GPL DR supporting Linux (x86, x86_64, ia64, ppc) ● Support major Linux distributions ● Target backup media includes CDR, DVD-R(w), disk, network (NFS/CIFS), rsync ● Understands major file systems including LVM, soft- and hardware RAID 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 16
  • 17. Disaster Recovery Media ● Extremely important to use external storage ● Boot-able media: CD/DVD, USB, LAN, tape ... ● Mix of media is allowed for boot and backup ● Boot-able CD/DVD, USB disk for data ● LAN boot (via PXE) with backup data via NFS, CIFS ● Boot-able tapes (OBDR – CD boot emulation) ● Separate boot media and backup data ● Boot from USB key, CD/DVD image or LAN ● Recover system with backup software (tar, rsync, ...) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 17
  • 18. Disaster Recovery in Practice ● Gather system information ● Store the disk layout ● Partitioning, LVM and RAID configuration ● File systems, file system labels ... ● Boot loader (GRUB, LILO, ELILO) ● Make a system backup (OS and user data) ● Create boot-able rescue media with system configuration (and optional with backup data) ● All steps are done “online” 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 18
  • 19. Disaster Recovery: rescue media ● Create “rescue linux” from running system ● Optimally compatible “tool box” ● Clone the system environment ● Linux kernel and modules ● Device driver configuration ● Network configuration ● Basic system software and tools ● Operate entirely in RAM (initrd) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 19
  • 20. Recovery Process in detail ● Boot system from rescue media ● Restore disk layout ● Create partitions, RAID configuration and LVM ● Create file systems (mkfs, mkswap) ● Configure file systems (labels, mount points) ● Restore the backup data ● Restore the boot loader ● Reboot 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 20
  • 21. Relax and Recover (rear) ● Proven solution at large enterprise customers ● Rear established as standard solution for Linux disaster recovery in data centers ● Shipping with Fedora (from 11) and openSUSE ● Integrates with many “commercial” backup software solutions, e.g. TSM, DP, NBU, … ● Integrates with OS backup software solutions as well, e.g. GNU tar, rsync, ... ● Scales well with large amounts of servers 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 21
  • 22. A bit of history ● Rear is a spin-off of 2 existing projects: ● OpenVPN Gateway Builder (OGB) of Schlomo Schapiro (Germany) ● Make CD-ROM Recovery (mkCDrec) of Gratien D'haese (Belgium) ● First released in July 2006 ● Thanks to modular concept 1st release was written in 3 weeks time 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 22
  • 23. Rear Features ● Focus on disaster recovery and not backup ● Tight integration with common backup software ● Simple full backup integrated ● Complements backup software ● Backup software: data storage and retrieval ● Rear: recover the system layout and make it work ● Rear: use the backup software to restore data ● Methodology: use the best tool for the job 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 23
  • 24. Rear Backup Software ● Supported solutions today include: ● CommVault Galaxy ● IBM Tivoli Storage Manager (TSM) ● Symantec NetBackup (NBU) ● HP DataProtector (DP) ● Rsync and other 'external' methods ● GNU tar archives on NAS shares (CIFS, NFS) ● Very transparent integration ● Other backup solutions can be added (sponsoring) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 24
  • 25. Rear Network Integration ● Disaster recovery as part of network infrastructure ● Backup software: file level backup storage using LAN or SAN ● Rear: takes care of the system environment ● Boot rescue media via PXE or virtual CD image –No physical media required ● Very scalable: automated installation of entire disaster recovery data center – Rear distribution via company branded RPM – Use scheduler to automate the creation of rescue media 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 25
  • 26. Rear Development ● Truly Open Source model – SVN, sourceforge ● Development model based on ● Sponsoring ● Patches, modules from other OS developers ● Modular Concept ● Framework with many small Bash scripts ● Code re-usability with library functions ● Documentation on-line (web site) and in SVN 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 26
  • 27. Architecture of rear rear dump: Dumping out configuration and system information System definition: ARCH = Linux-i386 /usr/share/rear/conf OS = GNU/Linux OS_VENDOR = Fedora OS_VENDOR_ARCH = Fedora/i386 OS_VENDOR_VERSION = Fedora/12 Fedora GNU Configuration tree: Linux-i386.conf : OK GNU/Linux.conf : OK Fedora.conf : missing/empty Fedora/i386.conf : missing/empty Fedora/12.conf : missing/empty /etc/rear/ site.conf : OK local.conf : OK 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 27
  • 28. Usage of rear ● Shell scripts are stored under /usr/share/rear ● Scripts are kept together according work-flows ● mkrescue (only make rescue image) ● mkbackup (including make rescue image) ● mkbackuponly (excluding make rescue image) ● recover (the actual recovery part) ● Easy to incorporate new scripts, e.g. for information gathering of Hard- and Software, or other goodies 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 28
  • 29. Rear Configuration files ● SITE wide configuration file ● /etc/rear/site.conf ● Add here bash like settings which apply to all systems in your site (distribute from a local point) ● LOCAL (this system) configuration file ● /etc/rear/local.conf OUTPUT=ISO BACKUP=NETFS #BACKUP=TSM|NBU|DP|GALAXY|EXTERNAL|... NETFS_URL=nfs://server.domain/backup-path MODULES_LOAD=( vmxnet ) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 29
  • 30. Rear command options rear [Options] <command> [command options ...] Relax & Recover Version 1.7.24 / 2009-12-09 Build: e20b259e7bc9ce602b67cd5fe4397fc7 Copyright (C) 2006-2009 Schlomo Schapiro Gratien D'haese, IT3 Consultants Relax & Recover comes with ABSOLUTELY NO WARRANTY; for details see the GNU General Public License at http://www.gnu.org/licenses/gpl.html Available Options: -V version information -d debug mode -D debugscript mode -S Step-by-step mode -s Simulation mode (shows the scripts included) -q Quiet mode -r a.b.c-xx-yy kernel version to use (current: 2.6.31.12-174.2.22.fc12.i686.PAE) List of commands: dump Dump configuration and system information help print out usage mkbackup Create rescue media and backup system. mkbackuponly Backup system without creating a (new) rescue media. mkdeb Create DEB packages with this rear version mkdist Create distribution tar archive with this rear version mkrescue Create rescue media only mkrpm Create RPM packages with this rear version mktar Create tar archive with this rear installation mkvendorrpm Create vendor RPM with this rear version recover Recover the system validate Submit validation information 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 30
  • 31. Work-flow backup (or rescue) ● mkbackup – mkrescue ● Preparation (building the root file system layout) ● Analyze (disaster recovery environment creation) – Creation of /var/lib/rear/recovery structure ● Analyze (building the rescue system) ● Build (copy all executables that are needed) ● Pack (kernel and initial ram-disk) ● Backup (optional) ● Output (copy to destination, PXE, ISO,...) ● Cleanup 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 31
  • 32. rear -s mkbackup Relax & Recover Version 1.7.24 / 2009-12-09 Source rescue/GNU/Linux/40_kernel_modules.sh Simulation mode activated, ReaR base directory: Source rescue/default/43_prepare_timesync.sh /usr/share/rear Source rescue/GNU/Linux/50_clone_keyboard_mappings.sh Source conf/Linux-i386.conf Source rescue/default/50_ssh.sh Source conf/GNU/Linux.conf Source rescue/default/90_clone_users_and_groups.sh Source prep/default/01_progress_start.sh Source build/GNU/Linux/00_create_symlinks.sh Source prep/GNU/Linux/28_include_vmware_tools.sh Source build/GNU/Linux/10_copy_as_is.sh Source prep/ISO/default/30_check_iso_dir.sh Source build/GNU/Linux/11_touch_empty_files.sh Source prep/ISO/default/32_check_cdrom_size.sh Source build/GNU/Linux/13_create_dotfiles.sh Source prep/ISO/GNU/Linux/32_verify_mkisofs.sh Source build/GNU/Linux/15_adjust_permissions.sh Source prep/ISO/Linux-i386/33_find_isolinux.sh Source build/GNU/Linux/39_copy_binaries_libraries.sh Source prep/default/99_progress_stop.sh Source build/GNU/Linux/40_copy_modules.sh Source dr/default/01_mk_config_dir_recovery.sh Source build/default/50_patch_sshd_config.sh Source dr/default/09_only_include_vg.sh Source build/default/99_update_os_conf.sh Source dr/GNU/Linux/10_describe_physical_devices.sh Source pack/Linux-i386/30_copy_kernel.sh Source dr/GNU/Linux/11_describe_mountpoint_device.sh Source pack/GNU/Linux/90_create_initramfs.sh Source dr/GNU/Linux/12_describe_filesystems.sh Source output/ISO/Linux-i386/30_create_isolinux.sh Source dr/GNU/Linux/13_describe_swap.sh Source output/ISO/Linux-i386/80_create_isofs.sh Source dr/GNU/Linux/15_copy_proc_partitions.sh Source output/default/95_email_result_files.sh Source dr/GNU/Linux/21_describe_md.sh Source cleanup/default/01_progress_start.sh Source dr/GNU/Linux/23_describe_lvm2.sh Source cleanup/default/99_progress_stop.sh Source dr/GNU/Linux/29_find_required_devices.sh Finished in 4 seconds. Source dr/Linux-i386/31_describe_device_properties.sh Source dr/GNU/Linux/80_copy_fstab_file.sh Source dr/GNU/Linux/95_cfg2html.sh Source dr/GNU/Linux/95_collect_hpacucli.sh Source dr/GNU/Linux/96_collect_MC_serviceguard_infos.sh Source rescue/default/00_remove_workflow_conf.sh Source rescue/default/01_merge_skeletons.sh Source rescue/default/10_hostname.sh Source rescue/default/20_etc_issue.sh Source rescue/GNU/Linux/30_dns.sh Source rescue/GNU/Linux/31_network_devices.sh Source rescue/GNU/Linux/35_routing.sh Source rescue/GNU/Linux/39_check_usb_modules.sh 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 32
  • 33. Work-flow recovery ● The same configuration files are used during the recovery work-flow ● Recovery Process: ● Verify (integrity and sanity check) ● Recreate (file system layout) ● Restore (the backups including Operating System) ● Finalize (install boot loader, dump recovery log into /tmp of the recovered system) 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 33
  • 34. rear -s recover Relax & Recover Version 1.7.24 / 2009-12-09 Simulation mode activated, ReaR base directory: /usr/share/rear Source conf/Linux-i386.conf Source conf/GNU/Linux.conf Source setup/GNU/Linux/80_setup_hp_raid.sh Source verify/GNU/Linux/05_sane_recovery_check.sh Source verify/GNU/Linux/10_describe_physical_devices.sh Source verify/Linux-i386/11_describe_device_properties.sh Source verify/GNU/Linux/12_compare_physical_devices.sh Source recreate/GNU/Linux/09_disable_lvm2_md.sh Source recreate/Linux-i386/10_initialize_physical_devices.sh Source recreate/GNU/Linux/21_create_md_devices.sh Source recreate/GNU/Linux/22_create_lvm2_devices.sh Source recreate/GNU/Linux/31_create_filesystems.sh Source recreate/GNU/Linux/70_mount_filesystems.sh Source recreate/default/98_show_disk_free.sh Source restore/REQUESTRESTORE/default/20_prompt_user_to_start_restore.sh Source restore/default/90_create_missing_directories.sh Source finalize/default/01_prepare_checks.sh Source finalize/default/10_populate_dev.sh Source finalize/GNU/Linux/70_create_swapfiles.sh Source finalize/default/88_check_for_mount_by_id.sh Source finalize/default/89_finish_checks.sh Source finalize/default/90_remount_sync.sh Source finalize/default/98_good_bye.sh Source finalize/default/99_copy_logfile.sh Finished in 4 seconds. 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 34
  • 35. Cfg2html: hard- and software details ● When cfg2html is installed and in local.conf “SKIP_CFG2HTML=” has been set # rear mkrescue Relax & Recover Version 1.7.24 / 2009-12-09 The preparation phase OK Physical devices that will be recovered: /dev/sda Collecting general system information (cfg2html) OK Creating root FS layout OK Copy files and directories OK Copy program files & libraries OK Copy kernel modules OK Create initramfs OK Making ISO image OK Wrote ISO Image /tmp/ReaR.iso (17M) The cleanup phase OK Finished in 488 seconds. # ls /var/lib/rear/recovery/cfg2html/ localhost.localdomain.err localhost.localdomain.partitions.save localhost.localdomain.txt localhost.localdomain.html localhost.localdomain.tar 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 35
  • 36. Log file /tmp/rear.log 2010-03-12 13:09:07 Using 'blkid' for vol_id 2010-03-12 13:09:07 Relax & Recover Version 1.7.24 / 2009-12-09 2010-03-12 13:09:07 Combining configuration files 2010-03-12 13:09:07 Skipping /etc/rear/os.conf (file not found or empty) 2010-03-12 13:09:07 Skipping /etc/rear/mkrescue.conf (file not found or empty) 2010-03-12 13:09:08 Including conf/Linux-i386.conf 2010-03-12 13:09:08 Including conf/GNU/Linux.conf 2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora.conf (file not found or empty) 2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora/i386.conf (file not found or empty) 2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora/12.conf (file not found or empty) 2010-03-12 13:09:08 Skipping /usr/share/rear/conf/Fedora/12/i386.conf (file not found or empty) 2010-03-12 13:09:08 Including /etc/rear/site.conf 2010-03-12 13:09:08 Including /etc/rear/local.conf 2010-03-12 13:09:08 Creating build area '/tmp/rear.10018' 2010-03-12 13:09:08 Running mkrescue workflow 2010-03-12 13:09:08 Running 'prep' stage 2010-03-12 13:09:08 Including prep/default/01_progress_start.sh 2010-03-12 13:09:08 Including prep/GNU/Linux/28_include_vmware_tools.sh 2010-03-12 13:09:08 Including prep/ISO/default/30_check_iso_dir.sh 2010-03-12 13:09:08 Including prep/ISO/default/32_check_cdrom_size.sh 2010-03-12 13:09:08 ISO Directory '/tmp' [/dev/mapper/VolGroup-lv_root] has 3087 MB free space 2010-03-12 13:09:08 Including prep/ISO/GNU/Linux/32_verify_mkisofs.sh 2010-03-12 13:09:08 Using '/usr/bin/mkisofs' to create ISO images 2010-03-12 13:09:08 Including prep/ISO/Linux-i386/33_find_isolinux.sh 2010-03-12 13:09:18 Including prep/default/99_progress_stop.sh 2010-03-12 13:09:18 Finished running 'prep' stage in 10 seconds … Done with: Ending Padblock Block(s) 150 Max brk space used 0 8427 extents written (16 MB) 2010-03-12 13:10:35 Including output/default/95_email_result_files.sh 2010-03-12 13:10:35 Finished running 'output' stage in 1 seconds 2010-03-12 13:10:35 Running 'cleanup' stage 2010-03-12 13:10:35 Including cleanup/default/01_progress_start.sh 2010-03-12 13:10:35 Including cleanup/default/99_progress_stop.sh 2010-03-12 13:10:35 Finished running 'cleanup' stage in 0 seconds 2010-03-12 13:10:35 Finished running mkrescue workflow 2010-03-12 13:10:35 Removing build area /tmp/rear.10018 2010-03-12 13:10:35 End of program reached 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 36
  • 37. Rear Status ● Stable software ● i386 and x86_64 are well tested ● ia64 and ppc less tested ● Released as RPM, TAR, DEB ● Rear ships with ● SUSE Linux Enterprise HA extension 11 SP1 ● OpenSUSE 11.2 and Fedora 11, 12 ● Support available (community and/or commercial) ● Open for patch submissions by rear community 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 37
  • 38. Rear Future ● Go beyond just disaster recovery ● System cloning ● System migration (P2V, V2P, V2V, P2P) ● Enhance the system toolkit for offline & rescue tasks ● Building a Disaster Recovery as a Service infrastructure (rear-server) ● Gather and aggregate information about rear ● Centrally manage configuration and control rear ● Integrate into 3rd party solutions 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 38
  • 39. Contacts Web-site: http://rear.sourceforge.net/ Gratien D'haese ReaR Maintainer gratien.dhaese@it3.be Or Schlomo Schapiro ReaR Maintainer schlomo@schapiro.org 2010-04-10 | Gratien D'haese The implementation of a Linux DRP 39