Skip to content

Commit ea3b958

Browse files
dstagnoldstagnol
authored andcommitted
switching Enterprise File Storage solution to via S3
1 parent 18a1bf6 commit ea3b958

File tree

2 files changed

+18
-181
lines changed

2 files changed

+18
-181
lines changed

pages/hosted_private_cloud/nutanix_on_ovhcloud/41-nutanix-veeam-backup/guide.en-gb.md

Lines changed: 9 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ excerpt: Installing Veeam Backup on a Nutanix cluster
44
kb: Hosted Private Cloud
55
category_l1: Nutanix on OVHcloud
66
category_l2: Backups
7-
updated: 2022-05-31
7+
updated: 2025-05-19
88
---
99

1010
## Objective
@@ -27,11 +27,11 @@ Veeam Backup is a backup software available for Nutanix.
2727
- **Veeam Backup & Replication** installed on a virtual machine in your Nutanix cluster via this procedure: [Setting up Veeam Backup & Replication](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/veeam_veeam_backup_replication).
2828
- Knowing the public IP address used by **Veeam Backup** to access the internet.
2929
- You must have 4 GB of RAM, 60 GB of storage and 4 vCPUs to add an additional virtual machine when configuring extensions for **Veeam Backup & Replication**.
30-
- You must have remote storage outside of the cluster, such as [OVHcloud Enterprise File Storage](https://www.ovhcloud.com/en-gb/storage-solutions/enterprise-file-storage/).
30+
- You must have remote storage outside of the cluster, such as [OVHcloud Via S3<sup>1</sup> Object Storage](https://www.ovhcloud.com/en-gb/public-cloud/object-storage/).
3131

3232
## Instructions
3333

34-
We will customise **Veeam Backup & Replication** for use on a Nutanix cluster, with a remote repository for this cluster at OVHcloud, using the [OVHcloud Enterprise File Storage solution](https://www.ovhcloud.com/en-gb/storage-solutions/enterprise-file-storage/).
34+
We will customise **Veeam Backup & Replication** for use on a Nutanix cluster, with a remote repository for this cluster at OVHcloud, using the [OVHcloud Via S3 object storage solution](https://www.ovhcloud.com/en-gb/public-cloud/object-storage/).
3535

3636
### Add a user in Prism Element for Veeam Backup
3737

@@ -262,96 +262,13 @@ Save the file and run this command:
262262
proxy_user@NUTANIX-PROXY~$sudo /etc/init.d/networking restart
263263
[sudo] password for proxy_user:
264264
```
265+
### Add S3 Object Storage repository in Veeam Backup
265266

266-
### Creating the Enterprise File Storage volume via the OVHcloud Control Panel
267-
268-
Log in to the [OVHcloud Control Panel](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.co.uk/&ovhSubsidiary=GB). In the `Bare Metal Cloud`{.action} tab, go to `Storage and Backup`{.action}. Select `Enterprise File Storage`{.action}, then the service that will be used for the **Veeam Backup**.
269-
270-
![Create Enterprise Storage Volume 01](images/04-create-enterprise-storage-volume01.png){.thumbnail}
271-
272-
In the `Volumes`{.action} tab, click `Create a volume`{.action}.
273-
274-
![Create Enterprise Storage Volume 02](images/04-create-enterprise-storage-volume02.png){.thumbnail}
275-
276-
Choose these options to create a 500 GB volume.
277-
278-
- **Volume name (optional)**: `BACKUP`
279-
- **Description (optional)**: `BACKUP`
280-
- **Volume size**: `500`
281-
282-
![Create Enterprise Storage Volume 03](images/04-create-enterprise-storage-volume03.png){.thumbnail}
283-
284-
Modify the settings of the new volume by clicking on the `...`{.action} button. Choose `Modify Volume`{.action}.
285-
286-
![Create Enterprise Storage Volume 04](images/04-create-enterprise-storage-volume04.png){.thumbnail}
287-
288-
In the `Access Control (ACL)`{.action} tab, click `Add a new access`{.action}.
289-
290-
![Create Enterprise Storage Volume 05](images/04-create-enterprise-storage-volume05.png){.thumbnail}
291-
292-
In the “Access to” field, enter the public IP address used on the VM Veeam Backup that serves as an internet gateway.
293-
In the “Access permissions” field, choose `Read and write`{.action}.
294-
295-
![Create Enterprise Storage Volume 06](images/04-create-enterprise-storage-volume06.png){.thumbnail}
296-
297-
Once validated, a message will appear informing you that the access control has been created.
298-
299-
![Create Enterprise Storage Volume 07](images/04-create-enterprise-storage-volume07.png){.thumbnail}
300-
301-
In the `General Information`{.action} tab, click the `Copy`{.action} icon to copy the "Mount path".
267+
You can store your backups in [OVHcloud Via S3 Object Storage](https://www.ovhcloud.com/en-gb/public-cloud/object-storage/) directly from Veeam Backup & Replication.
302268

303269
> [!primary]
304-
> The copied item is the repository that is used by **Veeam Backup**.
305-
> The syntax should be similar to: **ipaddress://share_name**.
306-
>
307-
308-
![Create Enterprise Storage Volume 08](images/04-create-enterprise-storage-volume08.png){.thumbnail}
309-
310-
### Add Enterprise File Storage repository in Veeam Backup
311-
312-
Via the **Veeam Backup** console, click on `Backup Infrastructure`{.action} at the bottom right, choose `Backup Repositories`{.action} and click on `Add repository`{.action}.
313-
314-
![Add Enterprise File Storage repository 01](images/05-add-enterprise-file-storage-repository01.png){.thumbnail}
315-
316-
Choisissez `Network attached storage`{.action}.
317-
318-
![Add Enterprise File Storage repository 02](images/05-add-enterprise-file-storage-repository02.png){.thumbnail}
319-
320-
Click on `NFS share`{.action}.
321-
322-
![Add Enterprise File Storage repository 03](images/05-add-enterprise-file-storage-repository03.png){.thumbnail}
323-
324-
Name the repository and click `Next`{.action}.
325-
326-
![Add Enterprise File Storage repository 04](images/05-add-enterprise-file-storage-repository04.png){.thumbnail}
327-
328-
In the “Shared folder” field, type or paste the name of the shared volume and click `Next`{.action}.
329-
330-
> [!primary]
331-
> Enter the "Mount path" copied from the OVHcloud Control Panel.
332-
>
333-
334-
![Add Enterprise File Storage repository 05](images/05-add-enterprise-file-storage-repository05.png){.thumbnail}
335-
336-
Click `Next`{.action}.
337-
338-
![Add Enterprise File Storage repository 06](images/05-add-enterprise-file-storage-repository06.png){.thumbnail}
339-
340-
Click `Next`{.action}.
341-
342-
![Add Enterprise File Storage repository 07](images/05-add-enterprise-file-storage-repository07.png){.thumbnail}
343-
344-
Click `Apply`{.action}.
345-
346-
![Add Enterprise File Storage repository 08](images/05-add-enterprise-file-storage-repository08.png){.thumbnail}
347-
348-
Click `Next`{.action}.
349-
350-
![Add Enterprise File Storage repository 09](images/05-add-enterprise-file-storage-repository09.png){.thumbnail}
351-
352-
Click `Finish`{.action}.
353-
354-
![Add Enterprise File Storage repository 10](images/05-add-enterprise-file-storage-repository10.png){.thumbnail}
270+
> To configure the repository in Veeam, please follow this step-by-step guide:
271+
> [Using S3 Object Storage with Veeam Backup](/pages/storage_and_backup/object_storage/s3_veeam/)
355272
356273
### Setting up an automated backup
357274

@@ -470,3 +387,5 @@ A preview of the status of the restoration is launched, it takes some time depen
470387
If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for assisting you on your specific use case of your project.
471388

472389
Join our community of users on <https://community.ovh.com/en/>.
390+
391+
_<sup>1</sup>: S3 is a trademark of Amazon Technologies, Inc. OVHcloud’s service is not sponsored by, endorsed by, or otherwise affiliated with Amazon Technologies, Inc._

pages/hosted_private_cloud/nutanix_on_ovhcloud/41-nutanix-veeam-backup/guide.fr-fr.md

Lines changed: 9 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ excerpt: "Installation de la sauvegarde Veeam Backup sur un cluster Nutanix"
44
kb: Hosted Private Cloud
55
category_l1: Nutanix on OVHcloud
66
category_l2: Backups
7-
updated: 2022-05-31
7+
updated: 2025-05-19
88
---
99

1010
## Objectif
@@ -27,11 +27,10 @@ Veeam Backup est un logiciel de sauvegarde disponible pour Nutanix.
2727
- **Veeam Backup & Replication** installé sur une machine virtuelle de votre cluster Nutanix via cette procédure : [Installer Veeam Backup & Replication](/pages/storage_and_backup/backup_and_disaster_recovery_solutions/veeam/veeam_veeam_backup_replication).
2828
- Connaître l'adresse IP publique utilisée par **Veeam Backup** pour accéder à Internet.
2929
- Disposer de 4 Go de mémoire vive, 60 Go de stockage et 4 vCPU pour l'ajout d'une machine virtuelle supplémentaire lors de la configuration des extensions pour **Veeam Backup & Replication**.
30-
- Posséder un stockage distant hors du cluster, de type [Enterprise File Storage OVHcloud](https://www.ovhcloud.com/fr/storage-solutions/enterprise-file-storage/).
30+
- Posséder un stockage distant hors du cluster, tel que [OVHcloud Via S3<sup>1</sup> Object Storage](https://www.ovhcloud.com/fr/public-cloud/object-storage/).
3131

3232
## En pratique
33-
34-
Nous allons personnaliser **Veeam Backup & Replication** pour l'utilisation sur un cluster Nutanix, avec un dépôt distant de ce cluster chez OVHcloud grâce à la solution [Enterprise File Storage OVHcloud](https://www.ovhcloud.com/fr/storage-solutions/enterprise-file-storage/).
33+
Nous allons personnaliser **Veeam Backup & Replication** pour l’utiliser sur un cluster Nutanix, avec un dépôt distant situé chez OVHcloud via la solution [Via S3 Object Storage](https://www.ovhcloud.com/fr/public-cloud/object-storage/).
3534

3635
### Ajouter un utilisateur dans Prism Element pour Veeam Backup
3736

@@ -262,96 +261,13 @@ Enregistrez le fichier et lancez cette commande :
262261
proxy_user@NUTANIX-PROXY~$sudo /etc/init.d/networking restart
263262
[sudo] password for proxy_user:
264263
```
264+
### Ajouter un dépôt S3 Object Storage dans Veeam Backup
265265

266-
### Création du volume Enterprise File Storage via l'espace client d'OVHcloud
267-
268-
Connectez-vous à votre [espace client OVHcloud](https://www.ovh.com/auth/?action=gotomanager&from=https://www.ovh.com/fr/&ovhSubsidiary=fr). Depuis l'onglet `Bare Metal Cloud`{.action} rendez-vous dans `Storage et Backup`{.action}. Sélectionnez `Enterprise File Storage`{.action} puis le service qui servira pour la sauvegarde **Veeam Backup**.
269-
270-
![Create Enterprise Storage Volume 01](images/04-create-enterprise-storage-volume01.png){.thumbnail}
271-
272-
Dans l'onglet `Volumes`{.action}, cliquez sur `Create a volume`{.action}.
273-
274-
![Create Enterprise Storage Volume 02](images/04-create-enterprise-storage-volume02.png){.thumbnail}
275-
276-
Choisissez ces options pour créer un volume de 500 Go.
277-
278-
- **Nom du volume (optionnel)** : `BACKUP`
279-
- **Description (optionnel)** : `BACKUP`
280-
- **Taille du volume** : `500`
281-
282-
![Create Enterprise Storage Volume 03](images/04-create-enterprise-storage-volume03.png){.thumbnail}
283-
284-
Modifiez les paramètres du nouveau volume via le bouton `...`{.action}. Choisissez l'option `Modifier le volume`{.action}.
285-
286-
![Create Enterprise Storage Volume 04](images/04-create-enterprise-storage-volume04.png){.thumbnail}
287-
288-
Dans l'onglet `Contrôle d'accès (ACL)`{.action}, cliquez sur `Ajouter un nouvel accès`{.action}.
289-
290-
![Create Enterprise Storage Volume 05](images/04-create-enterprise-storage-volume05.png){.thumbnail}
291-
292-
Saisisissez, dans le champ « Access à », l'adresse IP publique utilisée sur la VM Veeam Backup qui sert de passerelle Internet.
293-
Choisissez, dans le champ « Autorisations d'accès », `Read and write`{.action}.
294-
295-
![Create Enterprise Storage Volume 06](images/04-create-enterprise-storage-volume06.png){.thumbnail}
296-
297-
Un fois validé, un message vous informe que le contrôle d'accès a été créé.
298-
299-
![Create Enterprise Storage Volume 07](images/04-create-enterprise-storage-volume07.png){.thumbnail}
300-
301-
Dans l'onglet `Informations générales`{.action}, cliquez maintenant sur l'icône de `Copie`{.action} pour copier le chemin d'accès (*Mount path*).
266+
Vous pouvez stocker vos sauvegardes dans un bucket [Via S3 Object Storage d’OVHcloud](https://www.ovhcloud.com/fr/public-cloud/object-storage/) directement depuis **Veeam Backup & Replication**.
302267

303268
> [!primary]
304-
> L'élément copié est le dépôt qui est utilisé par **Veeam Backup**.
305-
> La syntaxe doit être similaire à : **adresseip://share_name**.
306-
>
307-
308-
![Create Enterprise Storage Volume 08](images/04-create-enterprise-storage-volume08.png){.thumbnail}
309-
310-
### Ajouter le dépôt Enterprise File Storage dans Veeam Backup
311-
312-
Via la console **Veeam Backup**, cliquez en bas à droite sur `Backup Infrastructure`{.action}, choisissez `Backup Repositories`{.action} et cliquez sur `Add repository`{.action}.
313-
314-
![Add Enterprise File Storage repository 01](images/05-add-enterprise-file-storage-repository01.png){.thumbnail}
315-
316-
Choisissez `Network attached storage`{.action}.
317-
318-
![Add Enterprise File Storage repository 02](images/05-add-enterprise-file-storage-repository02.png){.thumbnail}
319-
320-
Cliquez sur `NFS share`{.action}.
321-
322-
![Add Enterprise File Storage repository 03](images/05-add-enterprise-file-storage-repository03.png){.thumbnail}
323-
324-
Nommez le dépôt et cliquez sur `Next`{.action}.
325-
326-
![Add Enterprise File Storage repository 04](images/05-add-enterprise-file-storage-repository04.png){.thumbnail}
327-
328-
Dans le champ « Shared folder », saisissez ou collez le nom du volume partagé et cliquez sur `Next`{.action}.
329-
330-
> [!primary]
331-
> Saisissez ici le chemin d'accès (*Mount path*) copié depuis l'espace client OVHcloud.
332-
>
333-
334-
![Add Enterprise File Storage repository 05](images/05-add-enterprise-file-storage-repository05.png){.thumbnail}
335-
336-
Cliquez sur `Next`{.action}.
337-
338-
![Add Enterprise File Storage repository 06](images/05-add-enterprise-file-storage-repository06.png){.thumbnail}
339-
340-
Cliquer sur `Next`{.action}.
341-
342-
![Add Enterprise File Storage repository 07](images/05-add-enterprise-file-storage-repository07.png){.thumbnail}
343-
344-
Cliquez sur `Apply`{.action}.
345-
346-
![Add Enterprise File Storage repository 08](images/05-add-enterprise-file-storage-repository08.png){.thumbnail}
347-
348-
Cliquez sur `Next`{.action}.
349-
350-
![Add Enterprise File Storage repository 09](images/05-add-enterprise-file-storage-repository09.png){.thumbnail}
351-
352-
Cliquez sur `Finish`{.action}.
353-
354-
![Add Enterprise File Storage repository 10](images/05-add-enterprise-file-storage-repository10.png){.thumbnail}
269+
> Pour configurer ce type de dépôt dans Veeam, suivez les étapes détaillées dans la documentation dédiée
270+
> [Utiliser S3 Object Storage avec Veeam Backup](/pages/storage_and_backup/object_storage/s3_veeam/)
355271
356272
### Mise en place d'une sauvegarde automatisée
357273

@@ -470,3 +386,5 @@ Un aperçu de l'état de la restauration se lance, il faut patienter quelques te
470386
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](https://www.ovhcloud.com/fr/professional-services/) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services.
471387

472388
Échangez avec notre [communauté d'utilisateurs](/links/community).
389+
390+
_<sup>1</sup>: S3 est une marque déposée appartenant à Amazon Technologies, Inc. Les services de OVHcloud ne sont pas sponsorisés, approuvés, ou affiliés de quelque manière que ce soit._

0 commit comments

Comments
 (0)