Skip to content

Commit 7df3854

Browse files
authored
Merge pull request #7914 from ovh/feat-cohesity-netbackup-guide
feat(s3): create guide about use Obj Sto with cohesity netbackup
2 parents 4aca935 + 3e3e67f commit 7df3854

21 files changed

+214
-0
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1726,6 +1726,7 @@
17261726
+ [Object Storage - Use Object Storage with Veeam](storage_and_backup/object_storage/s3_veeam)
17271727
+ [Object Storage - Use Object Storage with Nextcloud](storage_and_backup/object_storage/s3_nextcloud)
17281728
+ [Object Storage - Use Object Storage with Owncloud](storage_and_backup/object_storage/s3_owncloud)
1729+
+ [Object Storage - Use Object Storage with Cohesity NetBackup](storage_and_backup/object_storage/s3_cohesity_netbackup)
17291730
+ [Object Storage - Manage an Object Storage bucket with Terraform](storage_and_backup/object_storage/s3_terraform)
17301731
+ [Cold Archive Storage Class Specifics](storage-object-storage-cold-archive-storage-class-specifics)
17311732
+ [Cold Archive - Getting started with Cold Archive](storage_and_backup/object_storage/cold_archive_getting_started)
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
---
2+
title: Object Storage – Use Object Storage with Cohesity NetBackup
3+
excerpt: Set up OVHcloud Object Storage as a backup target with Cohesity NetBackup.
4+
updated: 2025-06-03
5+
---
6+
7+
## Objective
8+
9+
This guide aims to help you configure and use OVHcloud Object Storage as a backup target in Cohesity NetBackup, through a deduplicated Disk Pool.
10+
11+
It covers the steps to add a cloud volume, configure optional WORM (Write Once Read Many) settings, and integrate the storage into NetBackup backup policies.
12+
13+
## Requirements
14+
15+
- A NetBackup Primary Server installed and configured. See the following documentation: "[Installing NetBackup Primary Server](https://www.veritas.com/support/en_US/doc/27801100-157469020-0/v13834345-157469020){.external}".
16+
- A Media Server with deduplication option installed on Red Hat Enterprise or SUSE Linux Enterprise Server. See the following documentation: "[Deduplication Guide](https://www.veritas.com/support/en_US/doc/25074086-168257404-0/index){.external}".
17+
- Approximately 1 TB of local disk space available for deduplication metadata management.
18+
19+
## Instructions
20+
21+
This section provides a step-by-step guide to configuring a deduplicated Disk Pool using OVHcloud Object Storage as a cloud volume in Cohesity NetBackup.
22+
23+
You will be guided through the entire process, from selecting the Storage Server to integrating the configuration into your backup policies. Each step is accompanied by a screenshot to assist with setup.
24+
25+
1. Ensure that an MSDP Storage Server is already created.
26+
27+
2. Log in to the NetBackup interface as an administrator.
28+
29+
![connection page](images/user_connection.png){.thumbnail}
30+
31+
3. Access the `Storage`{.action} menu, the `Disk storage`{.action} submenu, then click the `Storage Servers`{.action} tab.
32+
33+
![storage menu](images/storage_menu.png){.thumbnail}
34+
35+
4. Open the `Disk Pools`{.action} tab and click on `Add`{.action} to create a new Disk Pool.
36+
37+
![diskpool menu](images/diskpool_menu.png){.thumbnail}
38+
39+
5. Select the `Storage Server MSDP`{.action} on which you want to create the deduplicated pool.
40+
41+
![storage server selection](images/storage_server_selection.png){.thumbnail}
42+
43+
6. When selecting the volume, click on `Add Cloud Volume`{.action}.
44+
45+
![add cloud volume](images/add_cloud_volume.png){.thumbnail}
46+
47+
7. Choose `OVHcloud Standard Object Storage`{.action} as the cloud storage type.
48+
49+
![type selection of storage](images/type_selection_of_storage.png){.thumbnail}
50+
51+
8. Select the desired endpoint, and add the OVHcloud credential if not already done.
52+
53+
![credentials page](images/credentials_page.png){.thumbnail}
54+
55+
9. (Optional) To enable WORM mode (S3 Object Lock), check `Use Object Lock`{.action}. Select the NetBackup lock mode matching the OVhcloud Object Lock mode:
56+
57+
- Compliance -> Compliance
58+
- Enterprise -> Governance
59+
60+
Then, set the minimum and maximum retention periods for the lock.
61+
62+
![activate worm mode](images/activate_worm_mode.png){.thumbnail}
63+
64+
10. Enter the name of the bucket you want to use, or create a new one {.action}.
65+
66+
![bucket name](images/bucket_name.png){.thumbnail}
67+
68+
11. Click on `Next`{.action}, then review the settings in the Review tab.
69+
70+
![review page](images/review_page.png){.thumbnail}
71+
72+
12. Click on `Add Storage Unit`{.action} at the top of the screen, then name the storage unit.
73+
74+
![add storage unit popup](images/add_storage_unit_popup.png){.thumbnail}
75+
76+
![unit storage name](images/unit_storage_name.png){.thumbnail}
77+
78+
13. (Optional) To enable WORM locking, check `Lock until Expiration`{.action}.
79+
80+
> [!primary]
81+
>
82+
> Note: WORM and non-WORM data can coexist within the same deduplicated Disk Pool.
83+
>
84+
85+
14. Review all settings in the Review tab, then confirm.
86+
87+
![unit storage review](images/unit_storage_review.png){.thumbnail}
88+
89+
15. You can now:
90+
91+
- Use the storage unit directly in your backup jobs,
92+
- Or use it as a secondary target via a Storage Lifecycle Policy (SLP).
93+
94+
16. Modify your backup policies accordingly to integrate OVHcloud Object Storage.
95+
96+
![storage lifecycle policy](images/storage_lifecycle_policy.png){.thumbnail}
97+
![create storage lifecycle policy](images/create_storage_lifecycle_policy.png){.thumbnail}
98+
![create new policy](images/create_new_policy.png){.thumbnail}
99+
![create new policy 2](images/create_new_policy2.png){.thumbnail}
100+
101+
## Go further
102+
103+
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
104+
105+
Join our [community of users](/links/community).
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
---
2+
title: Object Storage - Utiliser Object Storage avec Cohesity NetBackup
3+
excerpt: Configurez OVHcloud Object Storage comme cible de sauvegarde avec Cohesity NetBackup.
4+
updated: 2025-06-03
5+
---
6+
7+
## Objectif
8+
9+
Ce guide a pour objectif de vous accompagner dans la configuration et l’utilisation de l’Object Storage OVHcloud comme cible de sauvegarde dans Cohesity NetBackup, via un Disk Pool dédupliqué.
10+
11+
Il couvre notamment l’ajout d’un volume cloud, la configuration des paramètres WORM (facultatif) et l’intégration dans les politiques de sauvegarde NetBackup.
12+
13+
## Prérequis
14+
15+
Assurez-vous de disposer des éléments suivants :
16+
17+
- Un Primary Server NetBackup installé et configuré. Voir la documentation suivante : « [Installing NetBackup primary server](https://www.veritas.com/support/en_US/doc/27801100-157469020-0/v13834345-157469020){.external} ».
18+
- Un serveur de médias avec option de déduplication installé sur Red Hat Enterprise ou SUSE Linux Enterprise Server. Voir la documentation suivante : « [Deduplication Guide](https://www.veritas.com/support/en_US/doc/25074086-168257404-0/index){.external} ».
19+
- Un espace disque local disponible d’environ 1 To pour la gestion des métadonnées de déduplication.
20+
21+
## En pratique
22+
23+
Cette section décrit, étape par étape, comment configurer un Disk Pool dédupliqué utilisant OVHcloud Object Storage comme volume cloud dans Cohesity NetBackup.
24+
Vous serez guidé tout au long de la procédure, depuis la sélection du Storage Server jusqu'à l'intégration dans vos politiques de sauvegarde. Chaque étape est accompagnée d’une capture pour faciliter la configuration.
25+
26+
1. Assurez-vous qu’un Storage Server MSDP est déjà créé.
27+
28+
2. Connectez-vous à l’interface NetBackup en tant qu’administrateur.
29+
30+
![connection page](images/user_connection.png){.thumbnail}
31+
32+
3. Accédez au menu `Storage`{.action}, au sous-menu `Disk storage`{.action} puis cliquez sur l'onglet `Storage Servers`{.action}.
33+
34+
![storage menu](images/storage_menu.png){.thumbnail}
35+
36+
4. Ouvrez l’onglet `Disk Pools`{.action} et cliquez sur `Add`{.action} pour créer un nouveau Disk Pool.
37+
38+
![diskpool menu](images/diskpool_menu.png){.thumbnail}
39+
40+
5. Sélectionnez le `Storage Server MSDP`{.action} sur lequel vous souhaitez créer le pool dédupliqué.
41+
42+
![storage server selection](images/storage_server_selection.png){.thumbnail}
43+
44+
6. Lors de la sélection du volume, cliquez sur `Add Cloud Volume`{.action}.
45+
46+
![add cloud volume](images/add_cloud_volume.png){.thumbnail}
47+
48+
7. Choisissez `OVHcloud Standard Object Storage`{.action} comme type de stockage cloud.
49+
50+
![type selection of storage](images/type_selection_of_storage.png){.thumbnail}
51+
52+
8. Sélectionnez l’endpoint souhaité et ajoutez le credential OVHcloud si ce n’est pas déjà fait.
53+
54+
![credentials page](images/credentials_page.png){.thumbnail}
55+
56+
9. (Optionnel) Pour activer le mode WORM (S3 Object Lock), cochez `Use Object Lock`{.action}. Sélectionnez le mode de verrouillage NetBackup correspondant au mode OVhcloud Object Lock :
57+
58+
- Compliance -> Compliance
59+
- Enterprise -> Governance
60+
61+
Définissez ensuite les durées de rétention minimum et maximum du verrouillage.
62+
63+
![activate worm mode](images/activate_worm_mode.png){.thumbnail}
64+
65+
10. Entrez le nom du bucket que vous souhaitez utiliser, ou créez-en un nouveau.
66+
67+
![bucket name](images/bucket_name.png){.thumbnail}
68+
69+
11. Cliquez sur `Next`{.action}, puis vérifiez les paramètres dans l’onglet Review.
70+
71+
![review page](images/review_page.png){.thumbnail}
72+
73+
12. Cliquez sur `Add Storage Unit`{.action} en haut de l'écran, puis nommez l’unité de stockage.
74+
75+
![add storage unit popup](images/add_storage_unit_popup.png){.thumbnail}
76+
77+
![unit storage name](images/unit_storage_name.png){.thumbnail}
78+
79+
13. (Optionnel) Pour activer le verrouillage WORM, cochez `Lock until Expiration`{.action}.
80+
81+
> [!primary]
82+
>
83+
> Remarque : des données WORM et non-WORM peuvent coexister dans un même Disk Pool dédupliqué.
84+
>
85+
86+
14. Vérifiez tous les paramètres dans l’onglet Review, puis validez.
87+
88+
![unit storage review](images/unit_storage_review.png){.thumbnail}
89+
90+
15. Vous pouvez maintenant :
91+
92+
- Utiliser l’unité de stockage directement dans vos jobs de sauvegarde,
93+
- Ou l’utiliser en tant que cible secondaire via une Storage Lifecycle Policy (SLP).
94+
95+
16. Modifiez vos politiques de sauvegarde en conséquence pour intégrer le stockage OVHcloud.
96+
97+
![storage lifecycle policy](images/storage_lifecycle_policy.png){.thumbnail}
98+
![create storage lifecycle policy](images/create_storage_lifecycle_policy.png){.thumbnail}
99+
![create new policy](images/create_new_policy.png){.thumbnail}
100+
![create new policy 2](images/create_new_policy2.png){.thumbnail}
101+
102+
## Aller plus loin
103+
104+
Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services.
105+
106+
Échangez avec notre [communauté d'utilisateurs](/links/community).
639 KB
Loading
617 KB
Loading
598 KB
Loading
639 KB
Loading
684 KB
Loading
680 KB
Loading
633 KB
Loading

0 commit comments

Comments
 (0)