SlideShare ist ein Scribd-Unternehmen logo
1 von 41
Downloaden Sie, um offline zu lesen
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




                         Zum Glück war's Open Source:

                                 Disaster Recovery und
                                P2V-Migrationen mit ReaR




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




    ►    Heinlein Support
           ►   IT­Consulting und 24/7 Linux­Support mit 15 Mitarbeitern
           ►   Eigener Betrieb eines ISPs seit 1992
           ►   Täglich tiefe Einblicke in die Herzen der IT aller Unternehmensgrößen




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




    ►    Meine persönliche Rolle als Linux Security Consultant
           ►   Kenntnis von rund 1.000 Unternehmens­ITs mit ihren Stärken und Schwächen
           ►   17 Jahre Erfahrung führen zur „Best Practice“ 
           ►   17 Jahre Erfahrung führen auch zu ganz eigenen, ungewöhnlichen und 
               pragmatischen Ansichten
           ►   Gehöre zur OSS/Linux­Fraktion – dort, wo es wirklich Sinn ergibt.
           ►   Autor verschiedener Fachbücher zu Mailserver, Administration und 
               Einbruchserkennung




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Relax and Recover (ReaR)
  Der Name ist Programm.
    ►    Bietet echtes Disaster Recovery
           ►   Verbindet Backup­Software und Recovery

    ►    Vollautomatische Wiederherstellung eines Linux­Servers
           ►   Aus der Verpackung direkt ins Rack (bare metal).

    ►    Komplett als Shell­Scripte in bash implementiert
           ►   Von jedem Administrator patch­ und erweiterbar, läuft „immer“

    ►    ReaR unterliegt der GNU Public Licence (GPL)
           ►   Frei verfügbar, lizenzkostenfrei einsetzbar
           ►   Im Quellcode veränderbar
           ►   Vorrangig von Schlomo Schapiro und Gratien D'haese entwickelt



                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Wie ReaR funktioniert

    ►    ReaR baut aus der vorhandenen Installation ein 
         Rettungssystem zusammen
           ►   System ist genau Abbild der bisherigen Installation
           ►   System wird auf dieser Hardware wieder sicher booten
           ►   Exotische Kernel, exotische Setups, exotische Hardware etc. kein Problem
           ►   Was lief wird wieder laufen
           ►   Rettungs­System kann über PXE, CD/DVD oder USB gestartet werden
           ►   Recovery vollautomatisierbar!

    ►    Im Rescue­System enthalten: Die Backup­Software
           ►   Wird mit eingebunden, ist sicher wieder verfügbar



                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Backup und Disaster Recovery:
  Nicht zu verwechseln

    ►    Backup: Irgendwie irgendwo gelagerte Daten die man nicht 
         verlieren möchte. Reiner Datenbestand.
    ►    Disaster Recovery: Vorgang bis das System wieder läuft
           ►   Einrichtung des Software­/Hardware­RAID
           ►   Partitionierung und Anlegen der Dateisysteme
           ►   Einspielen aller Programme und Patches, ggf. Kompilierung eigener Software
           ►   Konfiguration des Netzwerks
           ►   Einrichten des Boot­Managers
           ►   Zurückspielen der Nutzdaten aus dem Backup




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Warum ein Backup 
  kein Disaster Recovery ersetzt 
    ►    Oft lediglich Backup vorhanden
    ►    Disaster Recovery ist problematische Handarbeit
           ►   Verfügbarkeit unzerkratzter :­) Installationsquelle in alter Version?
           ►   Verfügbarkeit damals eingespielter Patches?
           ►   Manuelle Anpassungen?
           ►   Kenntnis über alten Systemaufbau (Partitionierung? Netzwerk? Pakete?)

    ►    Ergo: Recovery wird unfreiwillig zum Chaos­Systemupdate
           ►   Alte Config mit neuer Software?
           ►   Alte Fehler nochmal neu machen und neu lernen?
           ►   Viel Gefrickel bis alles wieder läuft



                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  ReaR: Aus Backup halte ich mich raus
    ►    ReaR benutzt vorhandene Backup­Systeme
           ►   Diese haben Zugriff auf Speichermedien wie Tape Library
           ►   Diese können Versionierung und Archivierung
           ►   Diese können konsistente Snapshots von Datenbanken o.ä. Ziehen
           ►   Diese sind in die Unternehmensprozesse gut eingebunden

    ►    ReaR kümmert sich um alles andere
    ►    ReaR unterstützt prinzipiell beliebige Backup­Tools
           ►   CommVault Galaxy 5 + 7
           ►   IBM Tivoli Storage Manager 5­x
           ►   Veritas NetBackup
           ►   HP Data Protector
           ►   rsync, tar + NFS­Mountpoint :­)


                                                                                               LINUX HÖCHSTPERSÖNLICH
Relax and Recover




                                 Project News
                                December 2009


                                            Lizenz: http://creativecommons.org/licenses/by-nc-nd/3.0/de/

2009-12-09 | Schlomo Schapiro     Relax and Recover | Project News                                         9
What happened so far
 ●   3 years continuous development
 ●   Proven solution at large enterprise customers
 ●   ReaR established as standard solution for Linux
     disaster recovery in data centers
 ●   Shipping with Fedora and openSUSE
 ●   Integrates with many commercial backup
     software solutions
 ●   Scales well with large amounts of servers

2009-12-09 | Schlomo Schapiro      Relax and Recover | Project News   10
Facts
●   No “stable” release since 2007
     ●   Nobody seems to require it?
     ●   Documentation on website must match stable release
●   ReaR development model is changing
     ●   “Customer Release”  “SVN Snapshot Release”
     ●   “Customer certification”  “Works for me”
●   ReaR community still small (but very professional!)
     ●   Comunity test coverage could be better
     ●   Community contributions are slowly starting to come in




2009-12-09 | Schlomo Schapiro    Relax and Recover | Project News   11
How to be better
●   Test ... Test ... Test ... Test
     ●   Maintainers develop and test mostly with VMs
     ●   End-user setups vary greatly and need to be field-tested
     ●   Feedback is very important and much appreciated
     ●   rear validate
●   Write documentation
     ●   Should be Wiki-based instead of static
     ●   Community effort or sponsored
     ●   Look into doc/
●   Maintainers for Debian, Ubuntu, Gentoo ...


2009-12-09 | Schlomo Schapiro   Relax and Recover | Project News    12
Vision
●   Add more useful features to ReaR
     ●   Provisioning, Diagnostics, Auto-Repair ...
     ●   Everything that should be done offline from a rescue system
●   rear-server
     ●   Central component for larger installations
     ●   Information gathering and (later) central DR management
●   Support more platforms
     ●   PPC support (see patch on sf.net)
     ●   Non-Linux: Solarix, HP-UX, AIX ...
     ●   Windows :-)


2009-12-09 | Schlomo Schapiro   Relax and Recover | Project News       13
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Aus 1 mach 2




    ►    Bislang: ReaR macht 100%ig identische Wiederherstellung
    ►    Doch wer sagt denn, daß Hardware immer identisch sein muß?
           ►   Neue Hardware könnte virtualisiertes System unter Vmware sein?
           ►   Neue Hardware könnte Server­Plattform eines anderen Herstellers sein?




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  P2V­Migration: 
  Physical to virtual
    ►    Virtualisierung spart enorm Energiekosten (Strom + Kühlung), 
         spart Netzwerkequipment, vereinfacht Administration
           ►   (Virtualisierung auch teuer: Lizenzen + SAN)

    ►    Die meisten Firmen können durch Virtualisierung sparen
    ►    Problem: Vorhandene gewachsene Systeme auf Blech
           ►   Wechsel zur Virtualisierung erfordert oft Neuinstallation
           ►   P2V­Migration damit oft zu teuer (Personalkosten) oder mit der knappen 
               Personaldecke nicht zu schaffen
           ►   Teufelskreis: Fehlende Virtualisierung kostet Arbeitskraft, fehlende Arbeitskraft 
               verhindert Virtualisierung.



                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2 V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Aber es gibt doch schon 
  Import­Tools der Hersteller!
    ►    Vorhandene Tools stammen von den Herstellern, bieten 
         lediglich Import in eine spezifische Virtualisierungslösung
           ►   Was wenn Wechsel zu einer anderen Lösung relevant wird?!

    ►    Vorhandene Tools scheitern an komplexen Linux­Setups
           ►   Software­RAID
           ►   Boot­Manager­Probleme
           ►   Netzwerkbondings
           ►   Nachkompilierte Sonderfälle

    ►    ReaR hätte damit keine Probleme...



                                                                                                LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Aus 1 mach 2: 
  Open Source macht's möglich

    ►    Großes deutsches Transportunternehmen: 
         Programmierauftrag: Macht uns P2V mit ReaR!
           ►   ReaR erkennt nun mittels udev geänderte Hardware (Festplattencontroller, 
               Netzwerkinterfaces, Festplattennamen beim Wechsel ins SAN)

    ►    ReaR modifiziert ein wiederhergestelltes Systen an allen 
         relevanten Stellen => in VM doch vieles anders!
           ►   Auflösung/Anpassung von Netzwerkinterfaces + Bondings (teilw. geplant)
           ►   Anpassung Controller + Festplattensetup an SAN­Storage
           ►   Anpassung der initrd mit allen relevanten Kernel­Modulen




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  P2V? 
  Relax and Recover!


    ►    ReaR bootet jetzt auf beliebiger Hardware und in virtuellen 
         Umgebungen wie VMware
           ►   P2P, P2V, V2V und auch V2P möglich!

    ►    ReaR kann interaktiv und vollautomatisch laufen
           ►   Vorkonfigurierte Mapping­Dateien ermöglichen auch komplexe Anpassungen 
               vorab festzulegen => vollautomatische Migration vieler hundert Server möglich




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Auftragsbedingung:
  Wir wollen Open Source!

    ►    Bedingung des Auftraggebers:
         Anpassungen müssen ReaR Upstream werden
           ►   Zukunftssicherheit für das Unternehmen: Keine Sackgassenlösung!

    ►    Alle profitieren
           ►   Unternehmen profitiert von bisheriger Entwicklungsleistung anderer Auftraggeber
           ►   Unternehmen finanziert seinerseits Feature, das allen zugute kommt
           ►   Andere Unternehmen werden weitere Features realisieren/finanzieren
           ►   Ursprünglicher Auftraggeber profitiert von Weiterentwicklung




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Open Source:
  Zukunftssichere Investition für Auftraggeber


    ►    Notwendige Programmierleistung in ReaR kostete nur Bruchteil 
         einer kommerziellen P2V­Lösung
           ►   Auftraggeber: ReaR kann mehr als die anderen

    ►    Code gehört allen => Auftraggeber kann Code nie verlieren
           ►   Kein Problem mit Firmenpleiten und Einstellungen von Produktlinien
           ►   Auftraggeber könnte jederzeit anderes Linux­Unternehmen mit 
               Weiterentwicklung beauftragen

    ►    Open Source ist verantwortungsbewußt, effizient und nachhaltig



                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Open Source:
  Das Geschäftsmodell für Heinlein Support (1)



    ►    Wir haben uns an einem „fremden“ Projekt beteiligt und damit 
         Umsatz gemacht
           ►   Keine produktorientierte Strategie mit hohen Investment und unklarer 
               Risikoverteilung. Optimal für selbstfinanzierten Mittelstand.
           ►   Keine Produkt­ und Marketinginvestitionen – aber Know­how­Investition!




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Open Source:
  Das Geschäftsmodell für Heinlein Support (2)



    ►    Mit unserer Weiterentwicklung können auch andere 
         Unternehmen verdienen
           ►   Gemeinsam schaffen Auftraggeber und Auftragnehmer eine mächtige Lösung für 
               alle – Auftraggeber sparen, Auftragnehmer verdienen.




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2 V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Open Source:
  Das Geschäftsmodell für Heinlein Support (3)



    ►    Wir verkaufen uns über Know­how, Fach­Kompetenz und 
         Zuverlässigkeit
           ►   Heinlein Support wird bevorzugter Ansprechpartner für ReaR P2V sein

    ►    Heinlein Support hat mit ReaR noch viel vor...
           ►   Projekt­ und Featuresponsoren sind vorhanden




                                                                                                LINUX HÖCHSTPERSÖNLICH
Relax and Recover




                 Proposal for rear-server



                                                      Lizenz: http://creativecommons.org/licenses/by-nc-nd/3.0/de/

1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server                               24
Background
 ●   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
 ●   Scales well with large amounts of servers



1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   25
What is missing?
 ●   Most customers miss a central component for
     ReaR that
      ●    Gathers information about rear
      ●    Stores rear boot images
      ●    Initiates Disaster Recovery
      ●
           Makes rear information available for 3rd party tools




1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   26
rear-server version 1 functions
 ●   Information gathering only
 ●   Information pushed to server from rear as part
     of “rear mkrescue” boot image creation
 ●   Optionally collect also boot images
 ●   Display information about rear-protected
     systems
 ●   Group information by hosts/domains and tags
 ●   Scalability for thousands of systems
 ●   Simple Web-GUI
1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   27
implementation requirements
 ●   Use existing network / routing / firewall
     infrastructure and standard protocols
 ●   No direct connection between rear and rear-
     server required




1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   28
rear changes required
 ●   Additional configuration variables
      ●    REAR_SERVER
      ●    REAR_SERVER_SEND_RESULT
      ●    REAR_SERVER_TAGS
 ●   Scriptlets to send the required information to the
     rear server (similar to existing email support)




1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   29
rear-server Architecture
                                                                                         User access via Browser



                                                           postfix                             Apache / PHP

                                             @rear-server-domain.com                           rear-server GUI
                             SMTP                  virtual alias                               PHP application

“rear mkrescue”

                                                   rear-server-sink.sh




                                                                                       MySQL


  1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server                             30
Design Considerations
 ●   SMTP can be routed, is indirect
 ●   Most corporate setups allow sending emails to
     internal system even for DMZ systems
 ●   Based on standard components (postfix,
     Apache, PHP, MySQL)
 ●   No “rear daemon” required, use existing
     daemons of Apache and postfix
 ●   “Free” queuing for incoming requests by postfix
 ●   SMTP can be easily secured
1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   31
rear-server Web GUI
●    Authentication handled by Apache
      ●   Support LDAP, AD, Kerberos etc.
      ●   For version 1 (information gathering) all access has the
          same security level (in any case only read-only)
●    Multiple views:
      ●   Overview
      ●   Last 20 (with auto refresh like “tail -f”)
      ●   Grouped/Filtered by client domain
      ●   Grouped/Filtered by tags
      ●   Search

1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   32
Delivery
●   GPL Software
●   Central configuration directory:
     ●   /etc/rear-server
●   As RPM that installs rear-server and configures
     ●   postfix
     ●   Apache
     ●   MySQL
●   Optionally vendor-based configuration tool
     ●   yast rear-server
     ●   system-config-rear

1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   33
Roadmap
 ●   1.0
      ●    Basic functionality as described in this proposal
      ●    Depending on implementation issues without some advanced parts
 ●   1.2
      ●    Implement missing parts, optimize design
      ●    Implement features from customer installations
      ●    Optionally integrate with monitoring solutions (e.g. Nagios)
 ●   2.0
      ●    Trigger Disaster Recovery from Web GUI
      ●    Depends on integration with backup software
 ●   3.0
      ●    Integrate with system management solutions

1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   34
Contact



                                        Schlomo Schapiro
                                        ReaR Maintainer

                                        rear@schlomo.schapiro.org
                                        +49 170 753760




1.1 | 2009-12-09 | Schlomo Schapiro   Relax and Recover | Proposal for rear-server   35
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




                                                 Soweit, sogut.

                                 Gleich sind Sie am Zug:
                                Fragen und Diskussionen!




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




    ►    Natürlich und gerne stehe ich Ihnen jederzeit mit Rat und Tat 
         zur Verfügung und freue mich auf neue Kontakte.
           ►   Peer Heinlein
           ►   Mail: p.heinlein@heinlein­support.de 
           ►   Telefon: 030/40 50 51 – 42


    ►    Wenn's brennt:
           ►   Heinlein Support 24/7 Notfall­Hotline: 030/40 505 ­ 110




                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Heinlein Support: 
  Linux­Security­Consulting seit 1992
    ►    AKADEMIE
           ►   Von Profis für Profis: Wir vermitteln die oberen 10% Wissen. Geballtes Wissen 
               und umfangreiche Praxiserfahrung aus erster Hand.

    ►    SUPPORT
           ►   Wir sind das Backup für Ihre Linux­Administration: LPIC­2­Profis lösen im 
               Heinlein CompetenceCall Notfälle, auf Wunsch auch in SLAs mit 24/7­
               Verfügbarkeiten.

    ►    HOSTING
           ►   Wenn Hosting kein Massengeschäft sein darf: Individuelles Business­Hosting mit 
               perfekter Maintenance durch unsere Linux­Profis. Sicherheit und Verfügbarkeit 
               werden bei uns groß geschrieben.



                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




                           Ja, diese Folien stehen als PDF im Netz...
                                http://www.heinlein-support.de

                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Und nun...

    ►    Vielen Dank für's Zuhören...



    ►    Schönen Abend noch...



    ►    Und viel Spaß an der Tastatur.



    ►                     Bis bald.

                                                                                               LINUX HÖCHSTPERSÖNLICH
Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro




  Heinlein Support: 
  Linux­Security­Consulting seit 1992
    ►    AKADEMIE
           ►   Von Profis für Profis: Wir vermitteln die oberen 10% Wissen. Geballtes Wissen 
               und umfangreiche Praxiserfahrung aus erster Hand.

    ►    SUPPORT
           ►   Wir sind das Backup für Ihre Linux­Administration: LPIC­2­Profis lösen im 
               Heinlein CompetenceCall Notfälle, auf Wunsch auch in SLAs mit 24/7­
               Verfügbarkeiten.

    ►    HOSTING
           ►   Wenn Hosting kein Massengeschäft sein darf: Individuelles Business­Hosting mit 
               perfekter Maintenance durch unsere Linux­Profis. Sicherheit und Verfügbarkeit 
               werden bei uns groß geschrieben.



                                                                                               LINUX HÖCHSTPERSÖNLICH

Weitere ähnliche Inhalte

Andere mochten auch

PyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugen
PyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugenPyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugen
PyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugenSchlomo Schapiro
 
AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...
AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...
AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...Amazon Web Services
 
Tradersecrets14
Tradersecrets14Tradersecrets14
Tradersecrets14ecarfor
 
Build booming mindset
Build booming mindsetBuild booming mindset
Build booming mindsethemalkmanek
 
Open It, Read It, Buy It Email Marketing with the AppExchange
Open It, Read It, Buy It Email Marketing with the AppExchangeOpen It, Read It, Buy It Email Marketing with the AppExchange
Open It, Read It, Buy It Email Marketing with the AppExchangedreamforce2006
 
Manual daniel ponce
Manual daniel ponceManual daniel ponce
Manual daniel ponceMoreePonce
 
Como seducir a un potencial inversor (Heraldo de Aragón)
Como seducir a un potencial inversor (Heraldo de Aragón)Como seducir a un potencial inversor (Heraldo de Aragón)
Como seducir a un potencial inversor (Heraldo de Aragón)AragonInvierte
 
Cartelera cines ugc cine cite equinoccio zaratan Ocio y Cine Valladolid
Cartelera cines ugc cine cite equinoccio zaratan Ocio y Cine ValladolidCartelera cines ugc cine cite equinoccio zaratan Ocio y Cine Valladolid
Cartelera cines ugc cine cite equinoccio zaratan Ocio y Cine ValladolidOCIO Y CINE
 
Modular forms in SilverStripe 3
Modular forms in SilverStripe 3Modular forms in SilverStripe 3
Modular forms in SilverStripe 3Daniel Hensby
 
plan evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...
plan  evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...plan  evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...
plan evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...Michel Cassiani
 
Observatorio de Clima Emprendedor 2012
Observatorio de Clima Emprendedor 2012Observatorio de Clima Emprendedor 2012
Observatorio de Clima Emprendedor 2012iniciadoremprendedores
 

Andere mochten auch (20)

PyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugen
PyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugenPyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugen
PyCon 2013 - Open Source Sponsoring - und den Chef damit überzeugen
 
Cl221
Cl221Cl221
Cl221
 
AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...
AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...
AWS Public Sector Symposium 2014 Canberra | Powering a Hybrid Cloud with Comm...
 
Tradersecrets14
Tradersecrets14Tradersecrets14
Tradersecrets14
 
Build booming mindset
Build booming mindsetBuild booming mindset
Build booming mindset
 
Mapa metro
Mapa metroMapa metro
Mapa metro
 
Open It, Read It, Buy It Email Marketing with the AppExchange
Open It, Read It, Buy It Email Marketing with the AppExchangeOpen It, Read It, Buy It Email Marketing with the AppExchange
Open It, Read It, Buy It Email Marketing with the AppExchange
 
Grupo mota
Grupo motaGrupo mota
Grupo mota
 
2005_matzon
2005_matzon2005_matzon
2005_matzon
 
Manual daniel ponce
Manual daniel ponceManual daniel ponce
Manual daniel ponce
 
publishflow overview
publishflow overviewpublishflow overview
publishflow overview
 
14 15
14 1514 15
14 15
 
Como seducir a un potencial inversor (Heraldo de Aragón)
Como seducir a un potencial inversor (Heraldo de Aragón)Como seducir a un potencial inversor (Heraldo de Aragón)
Como seducir a un potencial inversor (Heraldo de Aragón)
 
Viccmix 2005. Januári szám
Viccmix 2005. Januári számViccmix 2005. Januári szám
Viccmix 2005. Januári szám
 
Cartelera cines ugc cine cite equinoccio zaratan Ocio y Cine Valladolid
Cartelera cines ugc cine cite equinoccio zaratan Ocio y Cine ValladolidCartelera cines ugc cine cite equinoccio zaratan Ocio y Cine Valladolid
Cartelera cines ugc cine cite equinoccio zaratan Ocio y Cine Valladolid
 
E-mail
E-mailE-mail
E-mail
 
Modular forms in SilverStripe 3
Modular forms in SilverStripe 3Modular forms in SilverStripe 3
Modular forms in SilverStripe 3
 
plan evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...
plan  evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...plan  evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...
plan evaluacion bajo el enfoque conductista, contructivista y contexto ecolo...
 
Observatorio de Clima Emprendedor 2012
Observatorio de Clima Emprendedor 2012Observatorio de Clima Emprendedor 2012
Observatorio de Clima Emprendedor 2012
 
Software One Corporativa
Software One Corporativa Software One Corporativa
Software One Corporativa
 

Ähnlich wie SLAC 2009 - Disaster Recovery und P2V-Migrationen mit Relax and Recover (ReaR)

Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...
Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...
Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...Schlomo Schapiro
 
Macle Roadshow 2015 - Keynote von NovaStor
Macle Roadshow 2015 - Keynote von NovaStorMacle Roadshow 2015 - Keynote von NovaStor
Macle Roadshow 2015 - Keynote von NovaStorNovaStor GmbH
 
SLAC 2008 Mit SUSE Linux glücklich werden
SLAC 2008 Mit SUSE Linux glücklich werdenSLAC 2008 Mit SUSE Linux glücklich werden
SLAC 2008 Mit SUSE Linux glücklich werdenSchlomo Schapiro
 
SLAC 2007 Secure Disaster Recovery
SLAC 2007 Secure Disaster RecoverySLAC 2007 Secure Disaster Recovery
SLAC 2007 Secure Disaster RecoverySchlomo Schapiro
 
NovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den Mittelstand
NovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den MittelstandNovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den Mittelstand
NovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den MittelstandNovaStor GmbH
 
Server 2012 Hyper-V & Client Hyper-V
Server 2012 Hyper-V & Client Hyper-VServer 2012 Hyper-V & Client Hyper-V
Server 2012 Hyper-V & Client Hyper-VDigicomp Academy AG
 
Leistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenter
Leistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenterLeistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenter
Leistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenterNovaStor GmbH
 
Proxtalks 2016 - Migration zu Proxmox VE
Proxtalks 2016 - Migration zu Proxmox VEProxtalks 2016 - Migration zu Proxmox VE
Proxtalks 2016 - Migration zu Proxmox VEMarco Gabriel
 
Drupal Basics (7-8) Vortrag (01.2016)
Drupal Basics (7-8) Vortrag (01.2016)Drupal Basics (7-8) Vortrag (01.2016)
Drupal Basics (7-8) Vortrag (01.2016)Peter_Majmesku
 
Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5
Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5
Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5NovaStor GmbH
 
GWAVACon 2015: SEP - Backuplösungen auf dem Prüfstand
GWAVACon 2015: SEP - Backuplösungen auf dem PrüfstandGWAVACon 2015: SEP - Backuplösungen auf dem Prüfstand
GWAVACon 2015: SEP - Backuplösungen auf dem PrüfstandGWAVA
 
Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)
Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)
Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)data://disrupted®
 
DevicePro Flyer deutsch
DevicePro Flyer deutschDevicePro Flyer deutsch
DevicePro Flyer deutschcynapspro GmbH
 
Opensource Tools für das Data Center Management
Opensource Tools für das Data Center ManagementOpensource Tools für das Data Center Management
Opensource Tools für das Data Center Managementinovex GmbH
 
Einführung in Puppet und Vagrant
Einführung in Puppet und VagrantEinführung in Puppet und Vagrant
Einführung in Puppet und Vagrants0enke
 
VMware Site Recovery Manager
VMware Site Recovery ManagerVMware Site Recovery Manager
VMware Site Recovery ManagerinoX-tech GmbH
 
FMK2018- Virtuelle Server Peter Schubert
FMK2018- Virtuelle Server Peter SchubertFMK2018- Virtuelle Server Peter Schubert
FMK2018- Virtuelle Server Peter SchubertVerein FM Konferenz
 
Integrierte und dedizierte Backup Lösung von GFI MAX
Integrierte und dedizierte Backup Lösung von GFI MAXIntegrierte und dedizierte Backup Lösung von GFI MAX
Integrierte und dedizierte Backup Lösung von GFI MAXMAX2014DACH
 
Nimble Storage - Die neue Storage-Generation
Nimble Storage - Die neue Storage-GenerationNimble Storage - Die neue Storage-Generation
Nimble Storage - Die neue Storage-GenerationDigicomp Academy AG
 

Ähnlich wie SLAC 2009 - Disaster Recovery und P2V-Migrationen mit Relax and Recover (ReaR) (20)

Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...
Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...
Secure Linux Administration Conference 2006: Linux Disaster Recovery mit ReaR...
 
Macle Roadshow 2015 - Keynote von NovaStor
Macle Roadshow 2015 - Keynote von NovaStorMacle Roadshow 2015 - Keynote von NovaStor
Macle Roadshow 2015 - Keynote von NovaStor
 
SLAC 2008 Mit SUSE Linux glücklich werden
SLAC 2008 Mit SUSE Linux glücklich werdenSLAC 2008 Mit SUSE Linux glücklich werden
SLAC 2008 Mit SUSE Linux glücklich werden
 
SLAC 2007 Secure Disaster Recovery
SLAC 2007 Secure Disaster RecoverySLAC 2007 Secure Disaster Recovery
SLAC 2007 Secure Disaster Recovery
 
NovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den Mittelstand
NovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den MittelstandNovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den Mittelstand
NovaBACKUP DataCenter 5.4 - Leistungsstarkes Netzwerk Backup für den Mittelstand
 
Server 2012 Hyper-V & Client Hyper-V
Server 2012 Hyper-V & Client Hyper-VServer 2012 Hyper-V & Client Hyper-V
Server 2012 Hyper-V & Client Hyper-V
 
Leistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenter
Leistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenterLeistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenter
Leistungsstarkes Netzwerk Backup mit NovaBACKUP® DataCenter
 
Proxtalks 2016 - Migration zu Proxmox VE
Proxtalks 2016 - Migration zu Proxmox VEProxtalks 2016 - Migration zu Proxmox VE
Proxtalks 2016 - Migration zu Proxmox VE
 
Drupal Basics (7-8) Vortrag (01.2016)
Drupal Basics (7-8) Vortrag (01.2016)Drupal Basics (7-8) Vortrag (01.2016)
Drupal Basics (7-8) Vortrag (01.2016)
 
Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5
Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5
Disk und Tape treffen auf Cloud - Launch-Webinar NovaBACKUP DataCenter 5.5
 
GWAVACon 2015: SEP - Backuplösungen auf dem Prüfstand
GWAVACon 2015: SEP - Backuplösungen auf dem PrüfstandGWAVACon 2015: SEP - Backuplösungen auf dem Prüfstand
GWAVACon 2015: SEP - Backuplösungen auf dem Prüfstand
 
Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)
Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)
Hochleistungsspeichersysteme für Datenanalyse an der TU Dresden (Michael Kluge)
 
DevicePro Flyer deutsch
DevicePro Flyer deutschDevicePro Flyer deutsch
DevicePro Flyer deutsch
 
Opensource Tools für das Data Center Management
Opensource Tools für das Data Center ManagementOpensource Tools für das Data Center Management
Opensource Tools für das Data Center Management
 
Einführung in Puppet und Vagrant
Einführung in Puppet und VagrantEinführung in Puppet und Vagrant
Einführung in Puppet und Vagrant
 
Openshift
OpenshiftOpenshift
Openshift
 
VMware Site Recovery Manager
VMware Site Recovery ManagerVMware Site Recovery Manager
VMware Site Recovery Manager
 
FMK2018- Virtuelle Server Peter Schubert
FMK2018- Virtuelle Server Peter SchubertFMK2018- Virtuelle Server Peter Schubert
FMK2018- Virtuelle Server Peter Schubert
 
Integrierte und dedizierte Backup Lösung von GFI MAX
Integrierte und dedizierte Backup Lösung von GFI MAXIntegrierte und dedizierte Backup Lösung von GFI MAX
Integrierte und dedizierte Backup Lösung von GFI MAX
 
Nimble Storage - Die neue Storage-Generation
Nimble Storage - Die neue Storage-GenerationNimble Storage - Die neue Storage-Generation
Nimble Storage - Die neue Storage-Generation
 

Mehr von Schlomo Schapiro

The Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo Schapiro
The Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo SchapiroThe Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo Schapiro
The Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo SchapiroSchlomo Schapiro
 
The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11
The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11
The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11Schlomo Schapiro
 
The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...
The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...
The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...Schlomo Schapiro
 
Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...
Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...
Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...Schlomo Schapiro
 
The Role of GitOps in IT Strategy - June 2021 - Schlomo Schapiro
The Role of GitOps in IT Strategy - June 2021 - Schlomo SchapiroThe Role of GitOps in IT Strategy - June 2021 - Schlomo Schapiro
The Role of GitOps in IT Strategy - June 2021 - Schlomo SchapiroSchlomo Schapiro
 
The GitOps Journey - GitOpsCon EU 2021 - Schlomo Schapiro
The GitOps Journey - GitOpsCon EU 2021 - Schlomo SchapiroThe GitOps Journey - GitOpsCon EU 2021 - Schlomo Schapiro
The GitOps Journey - GitOpsCon EU 2021 - Schlomo SchapiroSchlomo Schapiro
 
Want Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo Schapiro
Want Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo SchapiroWant Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo Schapiro
Want Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo SchapiroSchlomo Schapiro
 
Automated Governance - Continous Lifecycle 2019 - Schlomo Schapiro
Automated Governance - Continous Lifecycle 2019 - Schlomo SchapiroAutomated Governance - Continous Lifecycle 2019 - Schlomo Schapiro
Automated Governance - Continous Lifecycle 2019 - Schlomo SchapiroSchlomo Schapiro
 
Compliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo Schapiro
Compliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo SchapiroCompliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo Schapiro
Compliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo SchapiroSchlomo Schapiro
 
DevOps ist normal - DevOps Essentials 2019 - Schlomo Schapiro
DevOps ist normal - DevOps Essentials 2019 - Schlomo SchapiroDevOps ist normal - DevOps Essentials 2019 - Schlomo Schapiro
DevOps ist normal - DevOps Essentials 2019 - Schlomo SchapiroSchlomo Schapiro
 
The Devops Driving School - DevOps Gathering 2019 - Schlomo Schapiro
The Devops Driving School - DevOps Gathering 2019 - Schlomo SchapiroThe Devops Driving School - DevOps Gathering 2019 - Schlomo Schapiro
The Devops Driving School - DevOps Gathering 2019 - Schlomo SchapiroSchlomo Schapiro
 
Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...
Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...
Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...Schlomo Schapiro
 
Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...
Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...
Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...Schlomo Schapiro
 
DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...
DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...
DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...Schlomo Schapiro
 
Kubernetes - Shifting the mindset from servers to containers - microxchg 201...
Kubernetes  - Shifting the mindset from servers to containers - microxchg 201...Kubernetes  - Shifting the mindset from servers to containers - microxchg 201...
Kubernetes - Shifting the mindset from servers to containers - microxchg 201...Schlomo Schapiro
 
Root for all - measuring DevOps adoption - microxchg 2018 - Schlomo Schapiro
Root for all - measuring DevOps adoption - microxchg 2018 - Schlomo SchapiroRoot for all - measuring DevOps adoption - microxchg 2018 - Schlomo Schapiro
Root for all - measuring DevOps adoption - microxchg 2018 - Schlomo SchapiroSchlomo Schapiro
 
GUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital Age
GUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital AgeGUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital Age
GUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital AgeSchlomo Schapiro
 
GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...
GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...
GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...Schlomo Schapiro
 
OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration StrategyOSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration StrategySchlomo Schapiro
 
WARNING is a waste of my time
WARNING is a waste of my timeWARNING is a waste of my time
WARNING is a waste of my timeSchlomo Schapiro
 

Mehr von Schlomo Schapiro (20)

The Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo Schapiro
The Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo SchapiroThe Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo Schapiro
The Role of GitOps in IT-Strategy v2 - July 2022 - Schlomo Schapiro
 
The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11
The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11
The GitOps Journey - Schlomo Schapiro - Berlin DevOps Meetup 2021-11
 
The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...
The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...
The Role of GitOps in IT-Strategy - November 2021 - Schlomo Schapiro - Contin...
 
Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...
Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...
Schlomo Schapiro - Why I like to use the proprietary Cloud services without f...
 
The Role of GitOps in IT Strategy - June 2021 - Schlomo Schapiro
The Role of GitOps in IT Strategy - June 2021 - Schlomo SchapiroThe Role of GitOps in IT Strategy - June 2021 - Schlomo Schapiro
The Role of GitOps in IT Strategy - June 2021 - Schlomo Schapiro
 
The GitOps Journey - GitOpsCon EU 2021 - Schlomo Schapiro
The GitOps Journey - GitOpsCon EU 2021 - Schlomo SchapiroThe GitOps Journey - GitOpsCon EU 2021 - Schlomo Schapiro
The GitOps Journey - GitOpsCon EU 2021 - Schlomo Schapiro
 
Want Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo Schapiro
Want Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo SchapiroWant Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo Schapiro
Want Digitalisation, have Cloud - DevSecOps Days 2021 - Schlomo Schapiro
 
Automated Governance - Continous Lifecycle 2019 - Schlomo Schapiro
Automated Governance - Continous Lifecycle 2019 - Schlomo SchapiroAutomated Governance - Continous Lifecycle 2019 - Schlomo Schapiro
Automated Governance - Continous Lifecycle 2019 - Schlomo Schapiro
 
Compliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo Schapiro
Compliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo SchapiroCompliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo Schapiro
Compliant by Default - Digitaler Wandel - 14.08.2019 - Schlomo Schapiro
 
DevOps ist normal - DevOps Essentials 2019 - Schlomo Schapiro
DevOps ist normal - DevOps Essentials 2019 - Schlomo SchapiroDevOps ist normal - DevOps Essentials 2019 - Schlomo Schapiro
DevOps ist normal - DevOps Essentials 2019 - Schlomo Schapiro
 
The Devops Driving School - DevOps Gathering 2019 - Schlomo Schapiro
The Devops Driving School - DevOps Gathering 2019 - Schlomo SchapiroThe Devops Driving School - DevOps Gathering 2019 - Schlomo Schapiro
The Devops Driving School - DevOps Gathering 2019 - Schlomo Schapiro
 
Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...
Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...
Open Source Contribution Policy at DB Systel - Schlomo Schapiro - AK Open Sou...
 
Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...
Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...
Compliant by Default - Continuous Delivery at DB Systel - 16.10.2018 - Schlom...
 
DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...
DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...
DevOps + Continuous Delivery + Cloud: The Three Drivers of Enterprise Agility...
 
Kubernetes - Shifting the mindset from servers to containers - microxchg 201...
Kubernetes  - Shifting the mindset from servers to containers - microxchg 201...Kubernetes  - Shifting the mindset from servers to containers - microxchg 201...
Kubernetes - Shifting the mindset from servers to containers - microxchg 201...
 
Root for all - measuring DevOps adoption - microxchg 2018 - Schlomo Schapiro
Root for all - measuring DevOps adoption - microxchg 2018 - Schlomo SchapiroRoot for all - measuring DevOps adoption - microxchg 2018 - Schlomo Schapiro
Root for all - measuring DevOps adoption - microxchg 2018 - Schlomo Schapiro
 
GUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital Age
GUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital AgeGUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital Age
GUUG FFG 2017 - DevOps for Everybody - A Workplace Strategy for the Digital Age
 
GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...
GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...
GUUG FFG 2017 - DevOps for Everybody - How the entire company can benefit fro...
 
OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration StrategyOSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
OSDC 2016 - Hybrid Cloud - A Cloud Migration Strategy
 
WARNING is a waste of my time
WARNING is a waste of my timeWARNING is a waste of my time
WARNING is a waste of my time
 

SLAC 2009 - Disaster Recovery und P2V-Migrationen mit Relax and Recover (ReaR)

  • 1. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Zum Glück war's Open Source: Disaster Recovery und P2V-Migrationen mit ReaR LINUX HÖCHSTPERSÖNLICH
  • 2. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro ► Heinlein Support ► IT­Consulting und 24/7 Linux­Support mit 15 Mitarbeitern ► Eigener Betrieb eines ISPs seit 1992 ► Täglich tiefe Einblicke in die Herzen der IT aller Unternehmensgrößen LINUX HÖCHSTPERSÖNLICH
  • 3. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro ► Meine persönliche Rolle als Linux Security Consultant ► Kenntnis von rund 1.000 Unternehmens­ITs mit ihren Stärken und Schwächen ► 17 Jahre Erfahrung führen zur „Best Practice“  ► 17 Jahre Erfahrung führen auch zu ganz eigenen, ungewöhnlichen und  pragmatischen Ansichten ► Gehöre zur OSS/Linux­Fraktion – dort, wo es wirklich Sinn ergibt. ► Autor verschiedener Fachbücher zu Mailserver, Administration und  Einbruchserkennung LINUX HÖCHSTPERSÖNLICH
  • 4. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Relax and Recover (ReaR) Der Name ist Programm. ► Bietet echtes Disaster Recovery ► Verbindet Backup­Software und Recovery ► Vollautomatische Wiederherstellung eines Linux­Servers ► Aus der Verpackung direkt ins Rack (bare metal). ► Komplett als Shell­Scripte in bash implementiert ► Von jedem Administrator patch­ und erweiterbar, läuft „immer“ ► ReaR unterliegt der GNU Public Licence (GPL) ► Frei verfügbar, lizenzkostenfrei einsetzbar ► Im Quellcode veränderbar ► Vorrangig von Schlomo Schapiro und Gratien D'haese entwickelt LINUX HÖCHSTPERSÖNLICH
  • 5. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Wie ReaR funktioniert ► ReaR baut aus der vorhandenen Installation ein  Rettungssystem zusammen ► System ist genau Abbild der bisherigen Installation ► System wird auf dieser Hardware wieder sicher booten ► Exotische Kernel, exotische Setups, exotische Hardware etc. kein Problem ► Was lief wird wieder laufen ► Rettungs­System kann über PXE, CD/DVD oder USB gestartet werden ► Recovery vollautomatisierbar! ► Im Rescue­System enthalten: Die Backup­Software ► Wird mit eingebunden, ist sicher wieder verfügbar LINUX HÖCHSTPERSÖNLICH
  • 6. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Backup und Disaster Recovery: Nicht zu verwechseln ► Backup: Irgendwie irgendwo gelagerte Daten die man nicht  verlieren möchte. Reiner Datenbestand. ► Disaster Recovery: Vorgang bis das System wieder läuft ► Einrichtung des Software­/Hardware­RAID ► Partitionierung und Anlegen der Dateisysteme ► Einspielen aller Programme und Patches, ggf. Kompilierung eigener Software ► Konfiguration des Netzwerks ► Einrichten des Boot­Managers ► Zurückspielen der Nutzdaten aus dem Backup LINUX HÖCHSTPERSÖNLICH
  • 7. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Warum ein Backup  kein Disaster Recovery ersetzt  ► Oft lediglich Backup vorhanden ► Disaster Recovery ist problematische Handarbeit ► Verfügbarkeit unzerkratzter :­) Installationsquelle in alter Version? ► Verfügbarkeit damals eingespielter Patches? ► Manuelle Anpassungen? ► Kenntnis über alten Systemaufbau (Partitionierung? Netzwerk? Pakete?) ► Ergo: Recovery wird unfreiwillig zum Chaos­Systemupdate ► Alte Config mit neuer Software? ► Alte Fehler nochmal neu machen und neu lernen? ► Viel Gefrickel bis alles wieder läuft LINUX HÖCHSTPERSÖNLICH
  • 8. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro ReaR: Aus Backup halte ich mich raus ► ReaR benutzt vorhandene Backup­Systeme ► Diese haben Zugriff auf Speichermedien wie Tape Library ► Diese können Versionierung und Archivierung ► Diese können konsistente Snapshots von Datenbanken o.ä. Ziehen ► Diese sind in die Unternehmensprozesse gut eingebunden ► ReaR kümmert sich um alles andere ► ReaR unterstützt prinzipiell beliebige Backup­Tools ► CommVault Galaxy 5 + 7 ► IBM Tivoli Storage Manager 5­x ► Veritas NetBackup ► HP Data Protector ► rsync, tar + NFS­Mountpoint :­) LINUX HÖCHSTPERSÖNLICH
  • 9. Relax and Recover Project News December 2009 Lizenz: http://creativecommons.org/licenses/by-nc-nd/3.0/de/ 2009-12-09 | Schlomo Schapiro Relax and Recover | Project News 9
  • 10. What happened so far ● 3 years continuous development ● Proven solution at large enterprise customers ● ReaR established as standard solution for Linux disaster recovery in data centers ● Shipping with Fedora and openSUSE ● Integrates with many commercial backup software solutions ● Scales well with large amounts of servers 2009-12-09 | Schlomo Schapiro Relax and Recover | Project News 10
  • 11. Facts ● No “stable” release since 2007 ● Nobody seems to require it? ● Documentation on website must match stable release ● ReaR development model is changing ● “Customer Release”  “SVN Snapshot Release” ● “Customer certification”  “Works for me” ● ReaR community still small (but very professional!) ● Comunity test coverage could be better ● Community contributions are slowly starting to come in 2009-12-09 | Schlomo Schapiro Relax and Recover | Project News 11
  • 12. How to be better ● Test ... Test ... Test ... Test ● Maintainers develop and test mostly with VMs ● End-user setups vary greatly and need to be field-tested ● Feedback is very important and much appreciated ● rear validate ● Write documentation ● Should be Wiki-based instead of static ● Community effort or sponsored ● Look into doc/ ● Maintainers for Debian, Ubuntu, Gentoo ... 2009-12-09 | Schlomo Schapiro Relax and Recover | Project News 12
  • 13. Vision ● Add more useful features to ReaR ● Provisioning, Diagnostics, Auto-Repair ... ● Everything that should be done offline from a rescue system ● rear-server ● Central component for larger installations ● Information gathering and (later) central DR management ● Support more platforms ● PPC support (see patch on sf.net) ● Non-Linux: Solarix, HP-UX, AIX ... ● Windows :-) 2009-12-09 | Schlomo Schapiro Relax and Recover | Project News 13
  • 14. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Aus 1 mach 2 ► Bislang: ReaR macht 100%ig identische Wiederherstellung ► Doch wer sagt denn, daß Hardware immer identisch sein muß? ► Neue Hardware könnte virtualisiertes System unter Vmware sein? ► Neue Hardware könnte Server­Plattform eines anderen Herstellers sein? LINUX HÖCHSTPERSÖNLICH
  • 15. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro P2V­Migration:  Physical to virtual ► Virtualisierung spart enorm Energiekosten (Strom + Kühlung),  spart Netzwerkequipment, vereinfacht Administration ► (Virtualisierung auch teuer: Lizenzen + SAN) ► Die meisten Firmen können durch Virtualisierung sparen ► Problem: Vorhandene gewachsene Systeme auf Blech ► Wechsel zur Virtualisierung erfordert oft Neuinstallation ► P2V­Migration damit oft zu teuer (Personalkosten) oder mit der knappen  Personaldecke nicht zu schaffen ► Teufelskreis: Fehlende Virtualisierung kostet Arbeitskraft, fehlende Arbeitskraft  verhindert Virtualisierung. LINUX HÖCHSTPERSÖNLICH
  • 16. Disaster Recovery und P2 V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Aber es gibt doch schon  Import­Tools der Hersteller! ► Vorhandene Tools stammen von den Herstellern, bieten  lediglich Import in eine spezifische Virtualisierungslösung ► Was wenn Wechsel zu einer anderen Lösung relevant wird?! ► Vorhandene Tools scheitern an komplexen Linux­Setups ► Software­RAID ► Boot­Manager­Probleme ► Netzwerkbondings ► Nachkompilierte Sonderfälle ► ReaR hätte damit keine Probleme... LINUX HÖCHSTPERSÖNLICH
  • 17. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Aus 1 mach 2:  Open Source macht's möglich ► Großes deutsches Transportunternehmen:  Programmierauftrag: Macht uns P2V mit ReaR! ► ReaR erkennt nun mittels udev geänderte Hardware (Festplattencontroller,  Netzwerkinterfaces, Festplattennamen beim Wechsel ins SAN) ► ReaR modifiziert ein wiederhergestelltes Systen an allen  relevanten Stellen => in VM doch vieles anders! ► Auflösung/Anpassung von Netzwerkinterfaces + Bondings (teilw. geplant) ► Anpassung Controller + Festplattensetup an SAN­Storage ► Anpassung der initrd mit allen relevanten Kernel­Modulen LINUX HÖCHSTPERSÖNLICH
  • 18. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro P2V?  Relax and Recover! ► ReaR bootet jetzt auf beliebiger Hardware und in virtuellen  Umgebungen wie VMware ► P2P, P2V, V2V und auch V2P möglich! ► ReaR kann interaktiv und vollautomatisch laufen ► Vorkonfigurierte Mapping­Dateien ermöglichen auch komplexe Anpassungen  vorab festzulegen => vollautomatische Migration vieler hundert Server möglich LINUX HÖCHSTPERSÖNLICH
  • 19. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Auftragsbedingung: Wir wollen Open Source! ► Bedingung des Auftraggebers: Anpassungen müssen ReaR Upstream werden ► Zukunftssicherheit für das Unternehmen: Keine Sackgassenlösung! ► Alle profitieren ► Unternehmen profitiert von bisheriger Entwicklungsleistung anderer Auftraggeber ► Unternehmen finanziert seinerseits Feature, das allen zugute kommt ► Andere Unternehmen werden weitere Features realisieren/finanzieren ► Ursprünglicher Auftraggeber profitiert von Weiterentwicklung LINUX HÖCHSTPERSÖNLICH
  • 20. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Open Source: Zukunftssichere Investition für Auftraggeber ► Notwendige Programmierleistung in ReaR kostete nur Bruchteil  einer kommerziellen P2V­Lösung ► Auftraggeber: ReaR kann mehr als die anderen ► Code gehört allen => Auftraggeber kann Code nie verlieren ► Kein Problem mit Firmenpleiten und Einstellungen von Produktlinien ► Auftraggeber könnte jederzeit anderes Linux­Unternehmen mit  Weiterentwicklung beauftragen ► Open Source ist verantwortungsbewußt, effizient und nachhaltig LINUX HÖCHSTPERSÖNLICH
  • 21. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Open Source: Das Geschäftsmodell für Heinlein Support (1) ► Wir haben uns an einem „fremden“ Projekt beteiligt und damit  Umsatz gemacht ► Keine produktorientierte Strategie mit hohen Investment und unklarer  Risikoverteilung. Optimal für selbstfinanzierten Mittelstand. ► Keine Produkt­ und Marketinginvestitionen – aber Know­how­Investition! LINUX HÖCHSTPERSÖNLICH
  • 22. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Open Source: Das Geschäftsmodell für Heinlein Support (2) ► Mit unserer Weiterentwicklung können auch andere  Unternehmen verdienen ► Gemeinsam schaffen Auftraggeber und Auftragnehmer eine mächtige Lösung für  alle – Auftraggeber sparen, Auftragnehmer verdienen. LINUX HÖCHSTPERSÖNLICH
  • 23. Disaster Recovery und P2 V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Open Source: Das Geschäftsmodell für Heinlein Support (3) ► Wir verkaufen uns über Know­how, Fach­Kompetenz und  Zuverlässigkeit ► Heinlein Support wird bevorzugter Ansprechpartner für ReaR P2V sein ► Heinlein Support hat mit ReaR noch viel vor... ► Projekt­ und Featuresponsoren sind vorhanden LINUX HÖCHSTPERSÖNLICH
  • 24. Relax and Recover Proposal for rear-server Lizenz: http://creativecommons.org/licenses/by-nc-nd/3.0/de/ 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 24
  • 25. Background ● 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 ● Scales well with large amounts of servers 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 25
  • 26. What is missing? ● Most customers miss a central component for ReaR that ● Gathers information about rear ● Stores rear boot images ● Initiates Disaster Recovery ● Makes rear information available for 3rd party tools 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 26
  • 27. rear-server version 1 functions ● Information gathering only ● Information pushed to server from rear as part of “rear mkrescue” boot image creation ● Optionally collect also boot images ● Display information about rear-protected systems ● Group information by hosts/domains and tags ● Scalability for thousands of systems ● Simple Web-GUI 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 27
  • 28. implementation requirements ● Use existing network / routing / firewall infrastructure and standard protocols ● No direct connection between rear and rear- server required 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 28
  • 29. rear changes required ● Additional configuration variables ● REAR_SERVER ● REAR_SERVER_SEND_RESULT ● REAR_SERVER_TAGS ● Scriptlets to send the required information to the rear server (similar to existing email support) 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 29
  • 30. rear-server Architecture User access via Browser postfix Apache / PHP @rear-server-domain.com rear-server GUI SMTP virtual alias PHP application “rear mkrescue” rear-server-sink.sh MySQL 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 30
  • 31. Design Considerations ● SMTP can be routed, is indirect ● Most corporate setups allow sending emails to internal system even for DMZ systems ● Based on standard components (postfix, Apache, PHP, MySQL) ● No “rear daemon” required, use existing daemons of Apache and postfix ● “Free” queuing for incoming requests by postfix ● SMTP can be easily secured 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 31
  • 32. rear-server Web GUI ● Authentication handled by Apache ● Support LDAP, AD, Kerberos etc. ● For version 1 (information gathering) all access has the same security level (in any case only read-only) ● Multiple views: ● Overview ● Last 20 (with auto refresh like “tail -f”) ● Grouped/Filtered by client domain ● Grouped/Filtered by tags ● Search 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 32
  • 33. Delivery ● GPL Software ● Central configuration directory: ● /etc/rear-server ● As RPM that installs rear-server and configures ● postfix ● Apache ● MySQL ● Optionally vendor-based configuration tool ● yast rear-server ● system-config-rear 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 33
  • 34. Roadmap ● 1.0 ● Basic functionality as described in this proposal ● Depending on implementation issues without some advanced parts ● 1.2 ● Implement missing parts, optimize design ● Implement features from customer installations ● Optionally integrate with monitoring solutions (e.g. Nagios) ● 2.0 ● Trigger Disaster Recovery from Web GUI ● Depends on integration with backup software ● 3.0 ● Integrate with system management solutions 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 34
  • 35. Contact Schlomo Schapiro ReaR Maintainer rear@schlomo.schapiro.org +49 170 753760 1.1 | 2009-12-09 | Schlomo Schapiro Relax and Recover | Proposal for rear-server 35
  • 36. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Soweit, sogut. Gleich sind Sie am Zug: Fragen und Diskussionen! LINUX HÖCHSTPERSÖNLICH
  • 37. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro ► Natürlich und gerne stehe ich Ihnen jederzeit mit Rat und Tat  zur Verfügung und freue mich auf neue Kontakte. ► Peer Heinlein ► Mail: p.heinlein@heinlein­support.de  ► Telefon: 030/40 50 51 – 42 ► Wenn's brennt: ► Heinlein Support 24/7 Notfall­Hotline: 030/40 505 ­ 110 LINUX HÖCHSTPERSÖNLICH
  • 38. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Heinlein Support:  Linux­Security­Consulting seit 1992 ► AKADEMIE ► Von Profis für Profis: Wir vermitteln die oberen 10% Wissen. Geballtes Wissen  und umfangreiche Praxiserfahrung aus erster Hand. ► SUPPORT ► Wir sind das Backup für Ihre Linux­Administration: LPIC­2­Profis lösen im  Heinlein CompetenceCall Notfälle, auf Wunsch auch in SLAs mit 24/7­ Verfügbarkeiten. ► HOSTING ► Wenn Hosting kein Massengeschäft sein darf: Individuelles Business­Hosting mit  perfekter Maintenance durch unsere Linux­Profis. Sicherheit und Verfügbarkeit  werden bei uns groß geschrieben. LINUX HÖCHSTPERSÖNLICH
  • 39. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Ja, diese Folien stehen als PDF im Netz... http://www.heinlein-support.de LINUX HÖCHSTPERSÖNLICH
  • 40. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Und nun... ► Vielen Dank für's Zuhören... ► Schönen Abend noch... ► Und viel Spaß an der Tastatur. ►                  Bis bald. LINUX HÖCHSTPERSÖNLICH
  • 41. Disaster Recovery und P2V-Migrationen mit ReaR – SLAC 2009 – Peer Heinlein, Schlomo Schapiro Heinlein Support:  Linux­Security­Consulting seit 1992 ► AKADEMIE ► Von Profis für Profis: Wir vermitteln die oberen 10% Wissen. Geballtes Wissen  und umfangreiche Praxiserfahrung aus erster Hand. ► SUPPORT ► Wir sind das Backup für Ihre Linux­Administration: LPIC­2­Profis lösen im  Heinlein CompetenceCall Notfälle, auf Wunsch auch in SLAs mit 24/7­ Verfügbarkeiten. ► HOSTING ► Wenn Hosting kein Massengeschäft sein darf: Individuelles Business­Hosting mit  perfekter Maintenance durch unsere Linux­Profis. Sicherheit und Verfügbarkeit  werden bei uns groß geschrieben. LINUX HÖCHSTPERSÖNLICH