Difference between revisions of "Storage Manager: Disaster recovery plan"
From Gcube Wiki
Line 1: | Line 1: | ||
− | In this guide we'll offer a basic strategy for disaster recovery of storage cluster in production environment. | + | In this guide we'll offer a basic strategy for disaster recovery of storage cluster in production environment. If there are some files not found on the storage manager cluster, these files can be restored by a backup server. Actually, the production cluster have an evolutive backup strategy. |
+ | |||
+ | == Components == | ||
+ | |||
+ | For restore the files lost we need the following components: | ||
+ | * storage-transfer component: a java component able to transfer files from the backup storage to the producion storage cluster | ||
+ | * backup server: the backup that we assume have the file lost | ||
+ | * csv file: the file contains the remote path, and other information, on files lost | ||
+ | |||
+ | === Storage transfer component=== | ||
+ | |||
+ | === backup server=== | ||
+ | |||
+ | |||
+ | === csv file=== | ||
+ | |||
+ | == Get Start == |
Revision as of 11:16, 9 January 2014
In this guide we'll offer a basic strategy for disaster recovery of storage cluster in production environment. If there are some files not found on the storage manager cluster, these files can be restored by a backup server. Actually, the production cluster have an evolutive backup strategy.
Components
For restore the files lost we need the following components:
- storage-transfer component: a java component able to transfer files from the backup storage to the producion storage cluster
- backup server: the backup that we assume have the file lost
- csv file: the file contains the remote path, and other information, on files lost