Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.
Commentaire: Published by Scroll Versions from space DA and version BM-4

...

Sv translation
languageen

Sv translation
languageen
Remarque

This page is no longer being updated. From BlueMind 4.8, please refer to the new BlueMind documentation

Introduction

This documentation describes the DR used to rebuild a BlueMind architecture from a backup. Server restoration can take a very long time and should only be used as a last resort.

Volet

On this page:

Sommaire

Related:
Restauration unitaire - Navigation DataProtect

Prerequisites

  1. re-install the BlueMind architecture - all servers - exactly as it was:
    • same IP addresses
    • same external URL 
    • same BlueMind version
  2. run the BlueMind setup wizard
  3. make the BlueMind backup data accessible for reading and writing in the file /var/backups/bluemind from all BlueMind nodes.

Procedure

On each BlueMind node, run the following command:

Bloc de code
/usr/share/bm-node/bm-pra-restore.py

The tool lists out the backups available so that you can pick the ones you want to restore.

Remarque

Choose the same backup on all BlueMind nodes.

The PRA is complete when the command has run successfully on all the nodes of the BlueMind architecture.

Post-operations

  1. If you have a subscription, please reinstall it as described in the installation guide: Setting up subscriptions
  2. Log into the admin console as admin0@global.virt then:
    • Go to Security > Manage firewall > click "Save"
      This force-regenerates BlueMind firewall rules 
    • Go to System Management >Manage Messaging System > click "Execute" 
      This regenerates the postfix mail routing tables 
    • Go to Security > Modify Certificate and reinstall the SSL certificate
      Note: the certificate, its private key as well as CA certificates are available in the file /etc/ssl/certs/bm_cert.pem on the BlueMind server.
  3. Reinstall any required plugins (LDAP/AD import...).

...