From 7c3338f333afd1b44e3aeea8cc26b5c6581c2ec3 Mon Sep 17 00:00:00 2001 From: tcpdumpfbacke Date: Wed, 23 Jul 2025 12:25:55 +0200 Subject: [PATCH 1/3] Upd CP screens & steps --- .../config_additional_disk/guide.de-de.md | 26 ++++++-------- .../config_additional_disk/guide.en-asia.md | 16 ++++----- .../config_additional_disk/guide.en-au.md | 16 ++++----- .../config_additional_disk/guide.en-ca.md | 16 ++++----- .../config_additional_disk/guide.en-gb.md | 28 +++++++-------- .../config_additional_disk/guide.en-ie.md | 16 ++++----- .../config_additional_disk/guide.en-sg.md | 16 ++++----- .../config_additional_disk/guide.en-us.md | 16 ++++----- .../config_additional_disk/guide.es-es.md | 22 +++++------- .../config_additional_disk/guide.es-us.md | 22 +++++------- .../config_additional_disk/guide.fr-ca.md | 20 +++++------ .../config_additional_disk/guide.fr-fr.md | 18 +++++----- .../config_additional_disk/guide.it-it.md | 22 +++++------- .../config_additional_disk/guide.pl-pl.md | 22 +++++------- .../config_additional_disk/guide.pt-pt.md | 34 ++++++++---------- .../images/disk_vps02.png | Bin 25604 -> 6786 bytes .../config_additional_disk/meta.yaml | 3 +- .../configure-ipv6/guide.de-de.md | 4 +-- .../configure-ipv6/guide.en-asia.md | 16 ++++----- .../configure-ipv6/guide.en-au.md | 17 ++++----- .../configure-ipv6/guide.en-ca.md | 19 +++++----- .../configure-ipv6/guide.en-gb.md | 20 +++++------ .../configure-ipv6/guide.en-ie.md | 20 +++++------ .../configure-ipv6/guide.en-sg.md | 16 ++++----- .../configure-ipv6/guide.en-us.md | 16 ++++----- .../configure-ipv6/guide.es-es.md | 2 +- .../configure-ipv6/guide.es-us.md | 2 +- .../configure-ipv6/guide.fr-ca.md | 5 ++- .../configure-ipv6/guide.fr-fr.md | 2 +- .../configure-ipv6/guide.it-it.md | 2 +- .../configure-ipv6/guide.pl-pl.md | 2 +- .../configure-ipv6/guide.pt-pt.md | 2 +- .../images/configure-ipv6-step1.png | Bin 90078 -> 0 bytes .../increase_additional_disk/guide.de-de.md | 16 ++++----- .../increase_additional_disk/guide.en-asia.md | 4 +-- .../increase_additional_disk/guide.en-au.md | 4 +-- .../increase_additional_disk/guide.en-ca.md | 4 +-- .../increase_additional_disk/guide.en-gb.md | 4 +-- .../increase_additional_disk/guide.en-ie.md | 4 +-- .../increase_additional_disk/guide.en-sg.md | 4 +-- .../increase_additional_disk/guide.en-us.md | 4 +-- .../increase_additional_disk/guide.es-es.md | 8 ++--- .../increase_additional_disk/guide.es-us.md | 8 ++--- .../increase_additional_disk/guide.fr-ca.md | 4 +-- .../increase_additional_disk/guide.fr-fr.md | 4 +-- .../increase_additional_disk/guide.it-it.md | 10 ++---- .../increase_additional_disk/guide.pl-pl.md | 10 ++---- .../increase_additional_disk/guide.pt-pt.md | 10 ++---- .../images/increase_disk_vps01.png | Bin 33171 -> 6786 bytes .../increase_additional_disk/meta.yaml | 3 +- 50 files changed, 258 insertions(+), 301 deletions(-) delete mode 100644 pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/images/configure-ipv6-step1.png diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md index 8a3bfb6a70c..0d7c4c7843b 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md @@ -1,13 +1,9 @@ --- title: Zusätzliche Disk konfigurieren excerpt: Erfahren Sie hier, wie Sie auf einem VPS externen Speicherplatz hinzufügen und konfigurieren -updated: 2023-02-15 +updated: 2025-07-23 --- -> [!primary] -> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. -> - ## Ziel Bei den VPS von OVHcloud können Sie einen sicheren Speicherplatz als Dienstoption hinzufügen. Dieser Storage ist von der internen Speicherkapazität der VPS Lösung getrennt, was ihn zu einem sicheren Ort für Ihre Backups oder andere statische Daten macht. Die zusätzliche Disk kann nur von der IP-Adresse des Servers aus abgerufen werden, und die darauf enthaltenen Daten bleiben erhalten, selbst wenn der VPS neu installiert ist oder Datenverlust erlitten hat. @@ -219,19 +215,19 @@ Geben Sie `cmd` ein und klicken Sie auf `OK`{.action}, um die Kommandozeilenanwe In der Eingabeaufforderung starten Sie DISKPART: -```powershell +```console C:\> diskpart ``` Verwenden Sie folgende Befehle in DISKPART, um die Disk als "Online" zu konfigurieren: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -269,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -297,10 +293,10 @@ Klicken Sie im letzten Fenster auf `Beenden`{.action}, um die Disk zu formatiere ### Zusätzliche Disk kündigen -Im Tab `Start`{.action} scrollen Sie nach unten bis zum Bereich **Zusammenfassung der Optionen**. Klicken Sie `...`{.action} neben "Zusätzliche Festplatten". Klicken Sie Kontextmenü auf `Kündigen`{.action}. +Im Tab `Start`{.action} finden Sie im Bereich **Ihre Konfiguration** den Abschnitt mit der Bezeichnung `Zusätzliche Festplatten`. Klicken Sie auf `...`{.action} und im Kontextmenü auf `Kündigen`{.action}. -![Kündigung der zusätzlichen Festplatte](images/disk_vps02.png){.thumbnail} +![Kündigung](images/disk_vps02.png){.thumbnail} ## Weiterführende Informationen -Für den Austausch mit unserer User Community gehen Sie auf . +Treten Sie unserer [User Community](/links/community) bei. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md index 51f88dd22b7..36a175e7b9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: 'Configuring an additional disk' excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objective @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md index 51f88dd22b7..36a175e7b9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md @@ -1,7 +1,7 @@ --- title: 'Configuring an additional disk' excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objective @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md index 51f88dd22b7..36a175e7b9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: 'Configuring an additional disk' excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objective @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md index 51f88dd22b7..4ff9720de7e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md @@ -1,7 +1,7 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" +updated: 2025-07-23 --- ## Objective @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community](/links/community) if you experience any issues. > #### On a Linux VPS @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -291,9 +291,9 @@ Label the volume (optional) and confirm the formatting options by clicking `Next In the last window, click `Finish`{.action} to format the disk. It will be available as a drive in File Explorer after the operation. -### Cancelling the additional disk option +### How to cancel the additional disk option -From the `Home`{.action} tab, scroll down to the box labelled **Summary of options**. Click on `...`{.action} next to the option "Additional disks" and in the context menu click on `Cancel`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Close`{.action}. ![canceldiskvps](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md index 51f88dd22b7..36a175e7b9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: 'Configuring an additional disk' excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objective @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md index 51f88dd22b7..36a175e7b9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: 'Configuring an additional disk' excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objective @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md index 51f88dd22b7..36a175e7b9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md @@ -1,7 +1,7 @@ --- title: 'Configuring an additional disk' excerpt: 'Find out how to add and configure additional storage space on a VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objective @@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application. At the command prompt, open DISKPART: -```powershell +```console C:\> diskpart ``` Use the following series of DISKPART commands to set the disk to online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md index b65ea836d3f..c0599511404 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md @@ -1,13 +1,9 @@ --- title: 'Configurar un disco adicional' excerpt: 'Cómo añadir y configurar espacio de almacenamiento adicional en un VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- -> [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> - ## Objetivo Con los VPS de OVHcloud, puede añadir un espacio de almacenamiento seguro como opción de servicio. Este almacenamiento está separado de la capacidad de almacenamiento interna de la solución VPS, lo que lo convierte en un lugar seguro para sus copias de seguridad u otros datos estáticos. Solo podrá acceder al disco adicional desde la dirección IP del servidor y los datos que contiene no se verán afectados, aunque el VPS sea reinstalado o deba perderse los datos. @@ -219,19 +215,19 @@ Pulse `cmd` y haga clic en `Aceptar`{.action} para abrir la aplicación de líne En la línea de comandos, abra DISKPART: -```powershell +```console C:\> diskpart ``` Utilice la siguiente serie de comandos DISKPART para configurar el disco en línea: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -269,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -297,7 +293,7 @@ En la última ventana, haga clic en `Finalizar`{.action} para dar formato al dis ### Dar de baja la opción de disco adicional -En la pestaña `Inicio`{.action}, desplace la pantalla hasta el cuadro **Resumen de las opciones**. Haga clic en `...`{.action} delante de la opción "Discos adicionales". Haga clic en `Dar de baja`{.action} en el menú contextual. +En la pestaña `Inicio`{.action}, acceda a la sección **Su configuración**. Haga clic en `...`{.action} junto a la opción `Discos adicionales` y en el menú contextual haga clic en `Dar de baja`{.action}. ![baja del disco adicional](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md index 20e09de5b37..a99d1722dd2 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md @@ -1,13 +1,9 @@ --- title: 'Configurar un disco adicional' excerpt: 'Cómo añadir y configurar espacio de almacenamiento adicional en un VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- -> [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> - ## Objetivo Con los VPS de OVHcloud, puede añadir un espacio de almacenamiento seguro como opción de servicio. Este almacenamiento está separado de la capacidad de almacenamiento interna de la solución VPS, lo que lo convierte en un lugar seguro para sus copias de seguridad u otros datos estáticos. Solo podrá acceder al disco adicional desde la dirección IP del servidor y los datos que contiene no se verán afectados, aunque el VPS sea reinstalado o deba perderse los datos. @@ -219,19 +215,19 @@ Pulse `cmd` y haga clic en `Aceptar`{.action} para abrir la aplicación de líne En la línea de comandos, abra DISKPART: -```powershell +```console C:\> diskpart ``` Utilice la siguiente serie de comandos DISKPART para configurar el disco en línea: -```powershell +```console DISKPART> san SAN Policy: Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -269,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -297,7 +293,7 @@ En la última ventana, haga clic en `Finalizar`{.action} para dar formato al dis ### Dar de baja la opción de disco adicional -En la pestaña `Inicio`{.action}, desplace la pantalla hasta el cuadro **Resumen de las opciones**. Haga clic en `...`{.action} delante de la opción "Discos adicionales". Haga clic en `Dar de baja`{.action} en el menú contextual. +En la pestaña `Inicio`{.action}, acceda a la sección **Su configuración**. Haga clic en `...`{.action} junto a la opción `Discos adicionales` y en el menú contextual haga clic en `Dar de baja`{.action}. ![baja del disco adicional](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md index 0b5dfd2c918..89d1d6117f0 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Configurer un disque additionnel' excerpt: "Découvrez comment ajouter et configurer de l'espace de stockage supplémentaire sur un VPS" -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objectif @@ -33,7 +33,7 @@ Prenez note des informations de tarification, puis cliquez sur `Commander`{.acti > [!warning] > OVHcloud vous fournit des services dont vous êtes responsable en ce qui concerne leur configuration et leur gestion. Vous êtes donc responsable de leur bon fonctionnement. > ->Si vous rencontrez des difficultés pour effectuer ces actions, veuillez contacter un prestataire de services spécialisé et/ou discuter du problème avec notre communauté d'utilisateurs sur https://community.ovh.com/. OVHcloud ne peut pas vous fournir de support technique sur ce sujet. +>Si vous rencontrez des difficultés pour effectuer ces actions, veuillez contacter un prestataire de services spécialisé et/ou discuter du problème avec notre [communauté d'utilisateurs](/links/community). OVHcloud ne peut pas vous fournir de support technique sur ce sujet. > #### Sur un VPS Linux @@ -215,19 +215,19 @@ Tapez `cmd` et cliquez sur `OK`{.action} pour ouvrir l'application de ligne de c Dans l'invite de commandes, ouvrez DISKPART : -```powershell +```console C:\> diskpart ``` Utilisez la série de commandes DISKPART suivante pour configurer le disque en ligne : -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -293,7 +293,7 @@ Dans la dernière fenêtre, cliquez sur `Terminer`{.action} pour formater le dis ### Résilier l'option de disque additionnel -Sous l'onglet `Accueil`{.action}, faites défiler l'écran jusqu'à la zone intitulée **Résumé des options**. Cliquez sur `...`{.action} en face de l'option « Disques additionnels ». Cliquez sur `Résilier`{.action} dans le menu contextuel. +Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Résilier`{.action}. ![résiliation disque additionnel](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md index 3fe0174b516..89d1d6117f0 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Configurer un disque additionnel' excerpt: "Découvrez comment ajouter et configurer de l'espace de stockage supplémentaire sur un VPS" -updated: 2023-02-15 +updated: 2025-07-23 --- ## Objectif @@ -215,19 +215,19 @@ Tapez `cmd` et cliquez sur `OK`{.action} pour ouvrir l'application de ligne de c Dans l'invite de commandes, ouvrez DISKPART : -```powershell +```console C:\> diskpart ``` Utilisez la série de commandes DISKPART suivante pour configurer le disque en ligne : -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -265,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -293,7 +293,7 @@ Dans la dernière fenêtre, cliquez sur `Terminer`{.action} pour formater le dis ### Résilier l'option de disque additionnel -Sous l'onglet `Accueil`{.action}, faites défiler l'écran jusqu'à la zone intitulée **Résumé des options**. Cliquez sur `...`{.action} en face de l'option « Disques additionnels ». Cliquez sur `Résilier`{.action} dans le menu contextuel. +Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Résilier`{.action}. ![résiliation disque additionnel](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md index af55353ee62..aff6854dc3d 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md @@ -1,13 +1,9 @@ --- title: 'Configura un disco aggiuntivo' excerpt: Come aggiungere e configurare spazio di storage aggiuntivo su un VPS -updated: 2023-02-15 +updated: 2025-07-23 --- -> [!primary] -> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina. -> - ## Obiettivo Con i VPS OVHcloud è possibile aggiungere spazio di storage sicuro come opzione di servizio. Questo storage è separato dalla capacità di storage interno della soluzione VPS, che lo rende un luogo sicuro per i tuoi backup o altri dati statici. Il disco aggiuntivo sarà accessibile esclusivamente dall'indirizzo IP del server e i dati in esso contenuti non subiranno modifiche, anche se il VPS sarà reinstallato o subirà una perdita di dati. @@ -219,19 +215,19 @@ Clicca su `cmd` e clicca su `OK`{.action} per aprire l'applicazione della riga d Nel prompt dei comandi, apri DISKPART: -```powershell +```console C:\> diskpart ``` Per configurare il disco online, utilizza questo set di comandi DISKpart: -```powershell +```console DISKPART> san SAN Policy: Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -269,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -297,7 +293,7 @@ Nell'ultima finestra, clicca su `Terminare`{.action} per formattare il disco. Do ### Disattiva l'opzione di disco aggiuntivo -Nella scheda `Home`{.action}, sposta lo schermo fino all'area intitolata **Sintesi delle opzioni**. Clicca sui tre puntini `...`{.action} in corrispondenza dell'opzione "Dischi aggiuntivi". Clicca su `Disattiva`{.action} il menu contestuale. +Nella scheda `Home`{.action}, accedi alla sezione **La tua configurazione**. Clicca su `...`{.action} accanto all'opzione `Dischi aggiuntivi` e nel menu di scelta rapida clicca su `Disattiva`{.action}. ![disattivazione disco aggiuntivo](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md index 416555cdc74..c95a1b4f291 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md @@ -1,13 +1,9 @@ --- title: 'Konfiguracja dodatkowego dysku' excerpt: "Dowiedz się, jak dodać i skonfigurować dodatkową przestrzeń dyskową na serwerze VPS" -updated: 2023-02-15 +updated: 2025-07-23 --- -> [!primary] -> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk "Zgłóś propozycję modyfikacji" na tej stronie. -> - ## Wprowadzenie Wraz z ofertą VPS OVHcloud możesz dodać bezpieczną przestrzeń dyskową jako opcję usługi. Przestrzeń dyskowa jest oddzielona od pojemności wewnętrznej serwera VPS, co czyni ją bezpiecznym miejscem do przechowywania kopii zapasowych lub innych danych statycznych. Dodatkowy dysk będzie dostępny tylko z adresu IP serwera. Nie będzie to miało wpływu na dane zawarte w dysku, nawet jeśli serwer VPS zostanie ponownie zainstalowany lub wystąpi utrata danych. @@ -219,19 +215,19 @@ Wpisz `cmd` i kliknij `OK`{.action}, aby otworzyć aplikację wiersza poleceń. W wierszu zamówień otwórz DISKPART: -```powershell +```console C:\> diskpart ``` Aby skonfigurować dysk online, użyj następującej serii poleceń DISKPART: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPART> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -269,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -297,7 +293,7 @@ W ostatnim oknie kliknij `Zakończ`{.action}, aby sformatować dysk. Będzie on ### Zrezygnuj z opcji dodatkowego dysku -W zakładce `Strona główna`{.action} przewiń ekran do strefy zatytułowanej **Podsumowanie opcji**. Kliknij `...`{.action} naprzeciwko opcji "Dodatkowe dyski". Kliknij `Zrezygnuj`{.action} z menu PPM. +W zakładce `Strona główna`{.action} przejdź do sekcji **Twoja konfiguracja**. Kliknij `...`{.action} obok opcji `Dodatkowe dyski` i w menu kontekstowym kliknij na `Zrezygnuj`{.action}. ![rozwiązanie dodatkowego dysku](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md index 3151a620995..67ebaf6cb8f 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md @@ -1,13 +1,9 @@ --- title: 'Configurar um disco adicional' excerpt: 'Saiba como adicionar e configurar espaço de armazenamento adicional num VPS' -updated: 2023-02-15 +updated: 2025-07-23 --- -> [!primary] -> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em “Contribuir” nesta página. -> - ## Objetivo Com os VPS OVHcloud, tem a possibilidade de adicionar um espaço de armazenamento seguro como opção de serviço. Este armazenamento é separado da capacidade de armazenamento interno da solução VPS, tornando-a num local seguro para os seus backups ou outros dados estáticos. O disco adicional só pode ser acedido a partir do endereço IP do servidor e os dados nele contidos não serão afetados, mesmo que o VPS seja reinstalado ou sofra perda de dados. @@ -195,11 +191,11 @@ Se o disco estiver marcado como fora de ligação, deve ser iniciado. Para isso, ##### **Iniciar o disco na ferramenta "Gestão dos discos"** - Clique com o botão direito do rato no disco e selecione `Online`{.action}. +Clique com o botão direito do rato no disco e selecione `Online`{.action}. ![winmountdiskvps](images/disk_vps_win03.png){.thumbnail} - Clique com o botão direito do rato no disco e selecione `Iniciar o disco`{.action}. +Clique com o botão direito do rato no disco e selecione `Iniciar o disco`{.action}. ![winmountdiskvps](images/disk_vps_win04.png){.thumbnail} @@ -207,9 +203,9 @@ Selecione `MBR`{.action} (Sector de arranque principal) na nova janela e clique ![winmountdiskvps](images/disk_vps_win05.png){.thumbnail} -##### **Iniciar o disco com DISKPARTIDO** +##### **Iniciar o disco com DISKPART** - Clique com o botão direito do rato no `Menu Iniciar`{.action} e abra a `Executar`{.action}. +Clique com o botão direito do rato no `Menu Iniciar`{.action} e abra a `Executar`{.action}. ![winmountdiskvps](images/disk_vps_win06.png){.thumbnail} @@ -217,21 +213,21 @@ Introduza `cmd` e clique em `OK`{.action} para abrir a aplicação de linha de c ![winmountdiskvps](images/disk_vps_win07.png){.thumbnail} -No convite à encomenda, abra o DISKPARTIDO: +No convite à encomenda, abra o DISKPART: -```powershell +```console C:\> diskpart ``` -Utilize a seguinte série de comandos DISKPart para configurar o disco online: +Utilize a seguinte série de comandos DISKPART para configurar o disco online: -```powershell +```console DISKPART> san SAN Policy : Offline Shared ``` -```powershell +```console DISKPART> san policy = OnlineAll DiskPart successfully changed the SAN policy for the current operating system. @@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B * Disk 1 Offline 10 GB 1024 KB ``` -```powershell +```console DISKPART> select disk 1 Disk 1 is now the selected disk. ``` -```powershell +```console DISKPart> attributes disk clear readonly Disk attributes cleared successfully. ``` -```powershell +```console DISKPART> attributes disk Current Read-only State : No @@ -269,7 +265,7 @@ Crashdump Disk : No Clustered Disk : No ``` -```powershell +```console DISKPART> online disk DiskPart successfully onlined the selected disk. @@ -297,7 +293,7 @@ Na última janela, clique em `Terminar`{.action} para formatar o disco. Ficará ### Rescindir a opção de disco adicional -No separador `Página Inicial`{.action}, expanda o ecrã até à zona intitulada **Resumo das opções**. Clique em `...`{.action} em frente à opção "Discos adicionais". Clique em `Rescindir`{.action} no menu contextual. +No separador `Home`{.action}, aceda à secção rotulada **A sua configuração**. Clique em `...`{.action} junto à opção `Discos adicionais` e no respetivo menu clique em `Rescindir`{.action}. ![rescisão de disco adicional](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/images/disk_vps02.png b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/images/disk_vps02.png index 453a58cf65f7380ae0f6bee48725f7050c9577e1..0bac21aade726d6dc6a7f521e3d8ccdf07c10cca 100644 GIT binary patch literal 6786 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 literal 25604 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 diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/meta.yaml b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/meta.yaml index a055cb3dd9b..01f616e3c34 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/meta.yaml +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/meta.yaml @@ -1,2 +1,3 @@ id: 80bdeb08-ac11-41ed-a12b-daa5cea63bd0 -full_slug: vps-config-additional-disk \ No newline at end of file +full_slug: vps-config-additional-disk +translation_banner: true \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index e7af494bf47..2c9713c143a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -29,7 +29,7 @@ IPv6 ist die neueste Version des *Internet Protocol* (IP). Jeder OVHcloud VPS wi - Sie verfügen über einen [OVHcloud VPS](/links/bare-metal/vps). - Sie haben administrativen Zugriff (sudo) auf Ihren VPS über SSH oder RDP (Windows). - Sie verfügen über grundlegende Netzwerkkenntnisse. -- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager) / die [OVHcloud API](https://api.ovh.com/). +- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager) / die [OVHcloud API](/links/api). ## In der praktischen Anwendung @@ -67,7 +67,7 @@ Die Ihrem Server zugewiesene IPv6-Adresse sowie das zugehörige IPv6-Gateway wer #### Über die OVHcloud API -Klicken Sie auf der [OVHcloud API Seite](https://api.ovh.com/) oben rechts auf `Login`{.action} ein. Geben Sie auf der nächsten Seite Ihre OVHcloud Kundenkennung ein. +Klicken Sie auf der [OVHcloud API Seite](/links/api) oben rechts auf `Login`{.action} ein. Geben Sie auf der nächsten Seite Ihre OVHcloud Kundenkennung ein. Verwenden Sie diesen Aufruf, um die zu Ihrem Server gehörige IPv6-Adresse zu erhalten: diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md index 6fb8117b573..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md index a8b02994cb5..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration @@ -480,6 +480,7 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. + ## Go further Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md index 5c5ca664d2f..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration @@ -480,6 +480,7 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. + ## Go further -Join our [community of users](/links/community). \ No newline at end of file +Join our [community of users](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md index 059054cb7c1..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -30,7 +30,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server - A [Virtual Private Server](/links/bare-metal/vps) in your OVHcloud account - Administrative access (sudo) via SSH or remote desktop (Windows) to your server - A basic understanding of networking -- Access to the [OVHcloud Control Panel](/links/manager) / to the [OVHcloud API](https://api.ovh.com/) +- Access to the [OVHcloud Control Panel](/links/manager) / to the [OVHcloud API](/links/api) ## Instructions @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -66,7 +66,7 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](https://api.ovh.com/) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. Use this call to retrieve the IPv6 address assigned to your server: @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md index 059054cb7c1..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -30,7 +30,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server - A [Virtual Private Server](/links/bare-metal/vps) in your OVHcloud account - Administrative access (sudo) via SSH or remote desktop (Windows) to your server - A basic understanding of networking -- Access to the [OVHcloud Control Panel](/links/manager) / to the [OVHcloud API](https://api.ovh.com/) +- Access to the [OVHcloud Control Panel](/links/manager) / to the [OVHcloud API](/links/api) ## Instructions @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -66,7 +66,7 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](https://api.ovh.com/) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. Use this call to retrieve the IPv6 address assigned to your server: @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md index 6fb8117b573..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md index 6fb8117b573..7fe6197cf55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md @@ -1,6 +1,6 @@ --- -title: 'Configuring IPv6 on a VPS' -excerpt: 'Find out how to configure IPv6 on your OVHcloud VPS' +title: "How to configure IPv6 on a VPS" +excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" updated: 2025-07-22 --- @@ -53,8 +53,8 @@ Please take note of the following terminology that will be used in code examples The first step is to identify the IPv6 address and the IPv6 gateway assigned to your server. There are two ways of doing this: -- [retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) -- [retrieving the network information via the OVHcloud API](#viaapi) +- [Retrieving the network information via the OVHcloud Control Panel](#viacontrolpanel) +- [Retrieving the network information via the OVHcloud API](#viaapi) #### Via the OVHcloud Control Panel @@ -105,8 +105,8 @@ There are several ways to apply the IPv6 configuration. Use whichever method bes Connect to your server via SSH and enter the following commands. Take care to tailor these with: -- the network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*) -- the network interface (if your server is not using **eth0**) +- The network information, retrieved in the previous step (*YOUR_IPV6*, *IPV6_PREFIX* and *IPV6_GATEWAY*). +- The network interface (if your server is not using **eth0**). ```bash ip addr add YOUR_IPV6/IPV6_PREFIX dev eth0 @@ -127,7 +127,7 @@ There are two ways to configure your network depending on the operating system i - **For Debian 12, Ubuntu 20.04 and later**: use the [method based on the *Netplan* configuration](#netplan) -In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary.
+In some cases, the appropriate method may not be the one specified above. To make sure, browse your system to check which one is active. Visit for more information, if necessary. Moreover, keep in mind that the exact file names may vary. ##### Configuration of *interfaces* files @@ -420,7 +420,7 @@ ping6 proof.ovh.net - **For a Windows-based system**, use the following command: -```powershell +```console ipconfig Windows IP Configuration diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md index 4d233d675b2..05a73057fda 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md @@ -28,7 +28,7 @@ El protocolo de internet versión 6 (IPv6) es la última versión del protocolo - Tener un [VPS de OVHcloud](/links/bare-metal/vps){.external}. - Estar conectado al VPS por SSH (acceso root) o a través de un escritorio remoto (Windows). - Tener conocimientos básicos de redes. -- Estar conectado al [área de cliente de OVHcloud](/links/manager){.external} o a la [API de OVHcloud](https://api.ovh.com/). +- Estar conectado al [área de cliente de OVHcloud](/links/manager){.external} o a la [API de OVHcloud](/links/api). ## Procedimiento diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md index 114b28e234b..c8e16641669 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md @@ -28,7 +28,7 @@ El protocolo de internet versión 6 (IPv6) es la última versión del protocolo - Tener un [VPS de OVHcloud](/links/bare-metal/vps){.external}. - Estar conectado al VPS por SSH (acceso root) o a través de un escritorio remoto (Windows). - Tener conocimientos básicos de redes. -- Estar conectado al [área de cliente de OVHcloud](/links/manager){.external} o a la [API de OVHcloud](https://api.ovh.com/). +- Estar conectado al [área de cliente de OVHcloud](/links/manager){.external} o a la [API de OVHcloud](/links/api). ## Procedimiento diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md index 6450b6df238..93432268f06 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md @@ -12,7 +12,6 @@ updated: 2025-07-22 > Apprenez à configurer des Additional IP dans un vRack avec nos guides pour [IPv4](/pages/bare_metal_cloud/dedicated_servers/configuring-an-ip-block-in-a-vrack) et [IPv6](/pages/bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack). > - ## Objectif L'IPv6 est la dernière version de l'*Internet Protocol* (IP). Chaque serveur VPS OVHcloud est livré avec une adresse IPv4 ainsi qu'une adresse IPv6. Par défaut, seule l'IPv4 y est configurée. Si vous devez configurer l'IPv6, vous devez le faire manuellement sur votre système. @@ -67,7 +66,7 @@ L'adresse IPv6 et la gateway IPv6 assignées à votre serveur apparaissent dans #### Via les API OVHcloud -Rendez-vous sur le site et connectez-vous à ce dernier avec votre identifiant OVHcloud. Utilisez ensuite les deux API ci-dessous. +Rendez-vous sur le site et connectez-vous à ce dernier avec votre identifiant OVHcloud. Utilisez ensuite les deux API ci-dessous. La première vous permet de récupérer l'adresse IPv6 assignée à votre serveur. @@ -487,4 +486,4 @@ Pour revenir à une gestion automatique de votre réseau par Cloud-init, supprim ## Aller plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md index 908726ad0e6..93432268f06 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md @@ -28,7 +28,7 @@ L'IPv6 est la dernière version de l'*Internet Protocol* (IP). Chaque serveur VP - Disposer d'un [serveur VPS OVHcloud](/links/bare-metal/vps){.external}. - Être connecté à votre VPS en SSH (accès root) ou via un bureau à distance (Windows). - Disposer de connaissances basiques en réseau. -- Être connecté à l'[espace client OVHcloud](/links/manager){.external} ou à l'[API OVHcloud](https://api.ovh.com/). +- Être connecté à l'[espace client OVHcloud](/links/manager){.external} ou à l'[API OVHcloud](/links/api). ## En pratique diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md index ff666b1aa84..1c328bfa408 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md @@ -28,7 +28,7 @@ L’IPv6 è la versione più recente dell’*Internet Protocol*(IP). Ogni server - Disporre di un [server VPS OVHcloud](/links/bare-metal/vps){.external} - Essere connesso al tuo VPS in SSH (accesso root) o tramite desktop remoto (Windows) - Possedere conoscenze base di rete -- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external} o all'[API OVHcloud](https://api.ovh.com/) +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external} o all'[API OVHcloud](/links/api) ## Procedura diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md index 3d741af7325..70f2ba73203 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md @@ -28,7 +28,7 @@ IPv6 to najnowsza wersja *Internet Protocol* (IP). Każdy serwer VPS OVHcloud je - Posiadanie [serwera VPS OVHcloud](/links/bare-metal/vps){.external}. - Połączenie z serwerem VPS przez SSH (dostęp root) lub przez zdalny pulpit (Windows). - Posiadanie podstawowej wiedzy w zakresie sieci. -- Dostęp do [Panelu klienta OVHcloud](/links/manager){.external} lub [API OVHcloud](https://api.ovh.com/). +- Dostęp do [Panelu klienta OVHcloud](/links/manager){.external} lub [API OVHcloud](/links/api). ## W praktyce diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md index 757beeae918..a2c2f52bf30 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md @@ -28,7 +28,7 @@ O IPv6 é a versão mais recente do *Internet Protocol* (IP). Cada servidor VPS - Dispor de um [servidor VPS da OVHcloud](/links/bare-metal/vps){.external}. - Ter acesso ao VPS através de SSH (acesso root) ou de um ambiente de trabalho remoto (Windows). - Ter conhecimentos básciso de rede. -- Ter acesso à [Área de Cliente OVHcloud](/links/manager){.external} ou à [API OVHcloud](https://api.ovh.com/). +- Ter acesso à [Área de Cliente OVHcloud](/links/manager){.external} ou à [API OVHcloud](/links/api). ## Instruções diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/images/configure-ipv6-step1.png b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/images/configure-ipv6-step1.png deleted file mode 100644 index 816b302aad6f08fa78b2272b3935da3b9fc9685b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 90078 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 [!primary] -> Diese Übersetzung wurde durch unseren Partner SYSTRAN automatisch erstellt. In manchen Fällen können ungenaue Formulierungen verwendet worden sein, z.B. bei der Beschriftung von Schaltflächen oder technischen Details. Bitte ziehen Sie im Zweifelsfall die englische oder französische Fassung der Anleitung zu Rate. Möchten Sie mithelfen, diese Übersetzung zu verbessern? Dann nutzen Sie dazu bitte den Button "Beitragen" auf dieser Seite. -> - ## Ziel Wenn Sie die maximale Kapazität Ihrer zusätzlichen Disk erreicht haben, können Sie Speicherplatz hinzufügen, indem Sie deren Größe erweitern. @@ -29,8 +25,8 @@ In den folgenden Schritten wird vorausgesetzt, dass Sie bereits eine zusätzlich Loggen Sie sich in Ihr [OVHcloud Kundencenter](/links/manager) ein und gehen Sie in den Bereich `Bare Metal Cloud`{.action}. Wählen Sie Ihren Server unter `Virtual Private Server`{.action} aus. -Klicken Sie im Rahmen **Zusammenfassung der Optionen** auf den Button `...`{.action} im Bereich `Zusätzliche Festplatten`{.action}. Wählen Sie `Festplattengröße erhöhen`{.action} aus. - +Im Tab `Start`{.action} finden Sie im Bereich **Ihre Konfiguration** den Abschnitt mit der Bezeichnung `Zusätzliche Festplatten`. Klicken Sie auf `...`{.action} und im Kontextmenü auf `Festplattengröße erhöhen`{.action}. + ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} Wählen Sie im neuen Fenster die gewünschte Größe aus und klicken Sie dann auf `Erweitern`{.action}. @@ -53,7 +49,7 @@ Die Erhöhung der Disk-Kapazität wird nach der Bestätigung der Zahlung einige ### Erweiterung der Partition > [!warning] ->Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Denken Sie daran, diese Aktionen nötigenfalls an Ihre Situation anzupassen. +> Diese Anleitung soll Sie bei allgemeinen Aufgaben bestmöglich unterstützen. Denken Sie daran, diese Aktionen nötigenfalls an Ihre Situation anzupassen. > > Bei Schwierigkeiten kontaktieren Sie bitte einen [spezialisierten Dienstleister](/links/partner) oder stellen Sie Ihre Fragen in der [OVHcloud Community](https://community.ovh.com/en/). Leider können wir Ihnen für administrative Aufgaben keine weitergehende technische Unterstützung anbieten. > @@ -213,4 +209,6 @@ Das erweiterte Volume beinhaltet nun den zusätzlichen Speicherplatz. ## Weiterführende Informationen -Für den Austausch mit unserer Community gehen Sie auf . +Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support). + +Treten Sie unserer [User Community](/links/community) bei. diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md index 91353f2d141..1cb227d9493 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2023-03-10 +updated: 2025-07-23 --- ## Objective @@ -25,7 +25,7 @@ The following steps presume that you have configured an additional disk accordin Log in to the [OVHcloud Control Panel](/links/manager), go to the `Bare Metal Cloud`{.action} section and select your server from `Virtual Private Servers`{.action}. -In the box **Summary of options**, click on `...`{.action} in the section "Additional disks". Select `Increase the disk size`{.action}. +In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Increase the disk size`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md index b18a8aa416e..92f9eac0926 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md @@ -1,13 +1,9 @@ --- title: "Aumentar el tamaño de un disco adicional" excerpt: "Cómo aumentar el tamaño de un volumen adicional y aumentar su partición principal" -updated: 2023-03-14 +updated: 2025-07-23 --- -> [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> - ## Objetivo Si ha alcanzado la capacidad máxima de su disco adicional, puede añadir almacenamiento aumentando su tamaño. @@ -213,4 +209,4 @@ El volumen redimensionado incluye ahora el espacio en disco adicional. ## Más información -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md index b18a8aa416e..92f9eac0926 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md @@ -1,13 +1,9 @@ --- title: "Aumentar el tamaño de un disco adicional" excerpt: "Cómo aumentar el tamaño de un volumen adicional y aumentar su partición principal" -updated: 2023-03-14 +updated: 2025-07-23 --- -> [!primary] -> Esta traducción ha sido generada de forma automática por nuestro partner SYSTRAN. En algunos casos puede contener términos imprecisos, como en las etiquetas de los botones o los detalles técnicos. En caso de duda, le recomendamos que consulte la versión inglesa o francesa de la guía. Si quiere ayudarnos a mejorar esta traducción, por favor, utilice el botón «Contribuir» de esta página. -> - ## Objetivo Si ha alcanzado la capacidad máxima de su disco adicional, puede añadir almacenamiento aumentando su tamaño. @@ -213,4 +209,4 @@ El volumen redimensionado incluye ahora el espacio en disco adicional. ## Más información -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md index 570c6568d12..b2e81a58c7f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Augmenter la taille d’un disque additionnel" excerpt: "Découvrez comment augmenter la taille d'un volume additionnel et agrandir sa partition principale" -updated: 2023-03-14 +updated: 2025-07-23 --- ## Objectif @@ -25,7 +25,7 @@ Les étapes ci-dessous supposent que vous avez configuré un disque additionnel Connectez-vous à votre [espace client OVHcloud](/links/manager), rendez-vous dans la section `Bare Metal Cloud`{.action} et sélectionnez votre serveur parmi les `Serveurs Privés Virtuels`{.action}. -Dans le cadre **Résumé des options**, cliquez sur le bouton `...`{.action} dans la section `Disques additionnels`. Sélectionnez `Augmenter la taille du disque`{.action}. +Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Augmenter la taille du disque`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md index 570c6568d12..b2e81a58c7f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Augmenter la taille d’un disque additionnel" excerpt: "Découvrez comment augmenter la taille d'un volume additionnel et agrandir sa partition principale" -updated: 2023-03-14 +updated: 2025-07-23 --- ## Objectif @@ -25,7 +25,7 @@ Les étapes ci-dessous supposent que vous avez configuré un disque additionnel Connectez-vous à votre [espace client OVHcloud](/links/manager), rendez-vous dans la section `Bare Metal Cloud`{.action} et sélectionnez votre serveur parmi les `Serveurs Privés Virtuels`{.action}. -Dans le cadre **Résumé des options**, cliquez sur le bouton `...`{.action} dans la section `Disques additionnels`. Sélectionnez `Augmenter la taille du disque`{.action}. +Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Augmenter la taille du disque`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md index b32449f6fa0..d4b1b2c9e08 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md @@ -1,13 +1,9 @@ --- title: "Aumenta la dimensione di un disco aggiuntivo" excerpt: "Scopri come aumentare la dimensione di un volume aggiuntivo e aumentare la sua partizione principale" -updated: 2023-03-14 +updated: 2025-07-23 --- -> [!primary] -> Questa traduzione è stata generata automaticamente dal nostro partner SYSTRAN. I contenuti potrebbero presentare imprecisioni, ad esempio la nomenclatura dei pulsanti o alcuni dettagli tecnici. In caso di dubbi consigliamo di fare riferimento alla versione inglese o francese della guida. Per aiutarci a migliorare questa traduzione, utilizza il pulsante "Contribuisci" di questa pagina. -> - ## Obiettivo Se hai raggiunto la capacità massima del tuo disco aggiuntivo, puoi aggiungere spazio di storage aumentando la dimensione del disco. @@ -29,7 +25,7 @@ Negli step successivi è necessario aver configurato un disco aggiuntivo seguend Accedi allo [Spazio Cliente OVHcloud](/links/manager), clicca su `Bare Metal Cloud`{.action} e seleziona il tuo server tra i `Server Privati Virtuali`{.action}. -Nel riquadro **Sintesi delle opzioni**, clicca sul pulsante `...`{.action} nella sezione `Dischi aggiuntivi`. Seleziona `Aumenta la dimensione del disco`{.action}. +Nella scheda `Home`{.action}, accedi alla sezione **La tua configurazione**. Clicca su `...`{.action} accanto all'opzione `Dischi aggiuntivi` e nel menu di scelta rapida clicca su `Aumenta la dimensione del disco`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -213,4 +209,4 @@ Il volume ridimensionato include lo spazio disco aggiuntivo. ## Per saperne di più -Contatta la nostra Community di utenti all’indirizzo . +Contatta la nostra [Community di utenti](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md index 55fbd10992c..2e02255b346 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md @@ -1,13 +1,9 @@ --- title: "Zwiększ rozmiar dodatkowego dysku" excerpt: "Dowiedz się, jak zwiększyć rozmiar dodatkowego wolumenu i powiększyć jego partycję główną" -updated: 2023-03-14 +updated: 2025-07-23 --- -> [!primary] -> Tłumaczenie zostało wygenerowane automatycznie przez system naszego partnera SYSTRAN. W niektórych przypadkach mogą wystąpić nieprecyzyjne sformułowania, na przykład w tłumaczeniu nazw przycisków lub szczegółów technicznych. W przypadku jakichkolwiek wątpliwości zalecamy zapoznanie się z angielską/francuską wersją przewodnika. Jeśli chcesz przyczynić się do ulepszenia tłumaczenia, kliknij przycisk "Zgłóś propozycję modyfikacji" na tej stronie. -> - ## Wprowadzenie Jeśli osiągnąłeś maksymalną pojemność dodatkowego dysku, możesz zwiększyć jego rozmiar. @@ -29,7 +25,7 @@ Poniższe etapy zakładają, że skonfigurowałeś dodatkowy dysk zgodnie z inst Zaloguj się do [Panelu client OVHcloud](/links/manager), przejdź do sekcji `Bare Metal Cloud`{.action} i wybierz Twój serwer spośród `Prywatne serwery wirtualne`{.action}. -W sekcji **Podsumowanie opcji** kliknij przycisk `...`{.action} w sekcji `Dodatkowe dyski`. Wybierz `Zwiększ rozmiar dysku`{.action}. +W zakładce `Strona główna`{.action} przejdź do sekcji **Twoja konfiguracja**. Kliknij `...`{.action} obok opcji `Dodatkowe dyski` i w menu kontekstowym kliknij na `Zwiększ rozmiar dysku`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -213,4 +209,4 @@ Zmieniony rozmiar przestrzeni dyskowej zawiera teraz dodatkową przestrzeń dysk ## Sprawdź również -Dołącz do społeczności naszych użytkowników na stronie . +Dołącz do [grona naszych użytkowników](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md index df94b12a804..440d3a4cb92 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md @@ -1,13 +1,9 @@ --- title: "Aumentar o tamanho de um disco adicional" excerpt: "Descubra como aumentar o tamanho de um volume adicional e aumentar a sua partição principal" -updated: 2023-03-14 +updated: 2025-07-23 --- -> [!primary] -> Esta tradução foi automaticamente gerada pelo nosso parceiro SYSTRAN. Em certos casos, poderão ocorrer formulações imprecisas, como por exemplo nomes de botões ou detalhes técnicos. Recomendamos que consulte a versão inglesa ou francesa do manual, caso tenha alguma dúvida. Se nos quiser ajudar a melhorar esta tradução, clique em "Contribuir" nesta página. -> - ## Objetivo Se atingiu a capacidade máxima do seu disco adicional, pode adicionar armazenamento aumentando o seu tamanho. @@ -29,7 +25,7 @@ Os passos abaixo sugerem que configurou um disco adicional seguindo as instruç Ligue-se à sua [Área de Cliente OVHcloud](/links/manager), vá à secção `Bare Metal Cloud`{.action} e selecione o seu servidor entre os `Servidores privados virtuais`{.action}. -No quadro **Resumo das opções**, clique no botão `...`{.action} na secção `Discos adicionais`. Selecione `Aumentar o tamanho do disco`{.action}. +No separador `Home`{.action}, aceda à secção rotulada **A sua configuração**. Clique em `...`{.action} junto à opção `Discos adicionais` e no respetivo menu clique em `Aumentar o tamanho do disco`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -213,4 +209,4 @@ O volume redimensionado inclui agora o espaço de disco adicional. ## Quer saber mais? -Junte-se à nossa comunidade de utilizadores em . +Fale com nossa [comunidade de utilizadores](/links/community). diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/images/increase_disk_vps01.png b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/images/increase_disk_vps01.png index d4d41a06beefbdc3172e5f2a488f8b17ba3a693e..a8359cb91f1fbad7c25c5effc6a3bb1eb4cff28a 100644 GIT binary patch literal 6786 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 W%4lxXMjtSCB29H2wX(-nAN~tapvVFM diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/meta.yaml b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/meta.yaml index dc99662c6e8..151cca9a657 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/meta.yaml +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/meta.yaml @@ -1,2 +1,3 @@ id: 8cc0effb-b655-468a-b24b-1dbc126d3182 -full_slug: vps-increase-size-additional-disk \ No newline at end of file +full_slug: vps-increase-size-additional-disk +translation_banner: true \ No newline at end of file From 60df3e039bb61536ab335845f6500a969cf99a1f Mon Sep 17 00:00:00 2001 From: benchbzh Date: Thu, 24 Jul 2025 10:51:32 +0200 Subject: [PATCH 2/3] proofreading --- .../config_additional_disk/guide.de-de.md | 4 ++-- .../config_additional_disk/guide.en-asia.md | 8 ++++---- .../config_additional_disk/guide.en-au.md | 8 ++++---- .../config_additional_disk/guide.en-ca.md | 8 ++++---- .../config_additional_disk/guide.en-gb.md | 4 ++-- .../config_additional_disk/guide.en-ie.md | 8 ++++---- .../config_additional_disk/guide.en-sg.md | 8 ++++---- .../config_additional_disk/guide.en-us.md | 8 ++++---- .../config_additional_disk/guide.es-es.md | 8 ++++---- .../config_additional_disk/guide.es-us.md | 8 ++++---- .../config_additional_disk/guide.fr-ca.md | 8 ++++---- .../config_additional_disk/guide.fr-fr.md | 8 ++++---- .../config_additional_disk/guide.it-it.md | 8 ++++---- .../config_additional_disk/guide.pl-pl.md | 8 ++++---- .../config_additional_disk/guide.pt-pt.md | 8 ++++---- .../configure-ipv6/guide.de-de.md | 9 +++++++-- .../configure-ipv6/guide.en-asia.md | 13 +++++++++---- .../configure-ipv6/guide.en-au.md | 13 +++++++++---- .../configure-ipv6/guide.en-ca.md | 13 +++++++++---- .../configure-ipv6/guide.en-gb.md | 13 +++++++++---- .../configure-ipv6/guide.en-ie.md | 13 +++++++++---- .../configure-ipv6/guide.en-sg.md | 13 +++++++++---- .../configure-ipv6/guide.en-us.md | 13 +++++++++---- .../configure-ipv6/guide.es-es.md | 17 +++++++++++------ .../configure-ipv6/guide.es-us.md | 15 ++++++++++----- .../configure-ipv6/guide.fr-ca.md | 17 +++++++++++------ .../configure-ipv6/guide.fr-fr.md | 19 ++++++++++++------- .../configure-ipv6/guide.it-it.md | 15 ++++++++++----- .../configure-ipv6/guide.pl-pl.md | 15 ++++++++++----- .../configure-ipv6/guide.pt-pt.md | 15 ++++++++++----- .../increase_additional_disk/guide.de-de.md | 2 +- .../increase_additional_disk/guide.es-es.md | 4 ++-- .../increase_additional_disk/guide.es-us.md | 4 ++-- .../increase_additional_disk/guide.fr-ca.md | 4 ++-- .../increase_additional_disk/guide.fr-fr.md | 4 ++-- .../increase_additional_disk/guide.it-it.md | 4 ++-- .../increase_additional_disk/guide.pl-pl.md | 2 +- .../increase_additional_disk/guide.pt-pt.md | 4 ++-- 38 files changed, 214 insertions(+), 139 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md index 0d7c4c7843b..d6eb2efdf30 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md @@ -33,7 +33,7 @@ Beachten Sie die Preisinformationen und klicken Sie dann auf `Bestellen`{.action > [!warning] > OVHcloud stellt Ihnen Dienste zur Verfügung, für deren Konfiguration und Verwaltung Sie verantwortlich sind. Sie sind also verantwortlich für das ordnungsgemäße Funktionieren dieser Systeme. > ->Sollten Sie Schwierigkeiten haben, diese Aktionen durchzuführen, kontaktieren Sie einen [spezialisierten Dienstleister](/links/partner) oder besprechen Sie das Problem mit unserer User Community unter https://community.ovh.com/en/. OVHcloud kann Ihnen hierzu keinen technischen Support bieten. +>Sollten Sie Schwierigkeiten haben, diese Aktionen durchzuführen, kontaktieren Sie einen [spezialisierten Dienstleister](/links/partner) oder besprechen Sie das Problem mit unserer [User Community](/links/community). OVHcloud kann Ihnen hierzu keinen technischen Support bieten. > #### Auf einem Linux VPS @@ -299,4 +299,4 @@ Im Tab `Start`{.action} finden Sie im Bereich **Ihre Konfiguration** den Abschni ## Weiterführende Informationen -Treten Sie unserer [User Community](/links/community) bei. +Treten Sie unserer [User Community](/links/community) bei. \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md index 36a175e7b9f..b2b1907cad2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md @@ -1,6 +1,6 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" updated: 2025-07-23 --- @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md index 36a175e7b9f..b2b1907cad2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md @@ -1,6 +1,6 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" updated: 2025-07-23 --- @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md index 36a175e7b9f..b2b1907cad2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md @@ -1,6 +1,6 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" updated: 2025-07-23 --- @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md index 4ff9720de7e..57ec83f4fb5 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md @@ -33,7 +33,7 @@ Take note of the pricing information, then click on `Order`{.action}. You will b > [!warning] > OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community](/links/community) if you experience any issues. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS @@ -293,7 +293,7 @@ In the last window, click `Finish`{.action} to format the disk. It will be avail ### How to cancel the additional disk option -In the `Home`{.action} tab, go to the section labelled **Your configuration**. Click on `...`{.action} next to the option `Additional disks` and in the context menu click on `Close`{.action}. +In the `Home`{.action} tab, in the **Your configuration** section, click `...`{.action} next to the `Additional disks` option, then click `Close`{.action}. ![canceldiskvps](images/disk_vps02.png){.thumbnail} diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md index 36a175e7b9f..b2b1907cad2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md @@ -1,6 +1,6 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" updated: 2025-07-23 --- @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md index 36a175e7b9f..b2b1907cad2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md @@ -1,6 +1,6 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" updated: 2025-07-23 --- @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md index 36a175e7b9f..b2b1907cad2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md @@ -1,6 +1,6 @@ --- -title: 'Configuring an additional disk' -excerpt: 'Find out how to add and configure additional storage space on a VPS' +title: "How to configure an additional disk" +excerpt: "Find out how to add and configure additional storage space on a VPS" updated: 2025-07-23 --- @@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b ### Mounting the new storage space > [!warning] ->OVHcloud is providing you with services for which you are responsible, with regard to their configuration and management. You are therefore responsible for ensuring they function correctly. +> OVHcloud provides services for which you are responsible with regard to their configuration and management. It is therefore your responsibility to ensure that they function correctly. > ->If you encounter any difficulties performing these actions, please contact a [specialist service provider](/links/partner) and/or discuss the issue with our community on https://community.ovh.com/en/. OVHcloud cannot provide you with technical support in this regard. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a [specialist service provider](/links/partner) or reaching out to [our community of users](/links/community) if you experience any issues. > #### On a Linux VPS diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md index c0599511404..cfa06a29e08 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md @@ -31,9 +31,9 @@ Tome nota de la información sobre los precios y haga clic en `Contratar`{.actio ### Montar el nuevo espacio de almacenamiento > [!warning] -> OVHcloud le ofrece los servicios que usted es responsable de configurar y gestionar. Usted es responsable de su buen funcionamiento. +> OVHcloud pone a su disposición servicios cuya configuración, gestión y responsabilidad recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. > ->Si necesita ayuda, póngase en contacto con un proveedor de servicios especializado o debata el problema con nuestra comunidad de usuarios en https://community.ovh.com/en/. OVHcloud no puede ofrecerle soporte técnico sobre este asunto. +> Si tiene problemas para realizar estas acciones, póngase en contacto con un [proveedor de servicios especializado](/links/partner) o hable del problema con nuestra [comunidad de usuarios](/links/community). OVHcloud no puede proporcionarle soporte técnico sobre este tema. > #### En un VPS Linux @@ -293,10 +293,10 @@ En la última ventana, haga clic en `Finalizar`{.action} para dar formato al dis ### Dar de baja la opción de disco adicional -En la pestaña `Inicio`{.action}, acceda a la sección **Su configuración**. Haga clic en `...`{.action} junto a la opción `Discos adicionales` y en el menú contextual haga clic en `Dar de baja`{.action}. +En la pestaña `Inicio`{.action}, en la sección **Su configuración**, haga clic en `...`{.action} junto a la opción `Discos adicionales` y seleccione `Dar de baja`{.action}. ![baja del disco adicional](images/disk_vps02.png){.thumbnail} ## Más información -Únase a nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md index a99d1722dd2..938e1f67c65 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md @@ -31,9 +31,9 @@ Tome nota de la información sobre los precios y haga clic en `Contratar`{.actio ### Montar el nuevo espacio de almacenamiento > [!warning] -> OVHcloud le ofrece los servicios que usted es responsable de configurar y gestionar. Usted es responsable de su buen funcionamiento. +> OVHcloud pone a su disposición servicios cuya configuración, gestión y responsabilidad recaen sobre usted. Por lo tanto, usted deberá asegurarse de que estos funcionen correctamente. > ->Si necesita ayuda, póngase en contacto con un proveedor de servicios especializado o debata el problema con nuestra comunidad de usuarios en https://community.ovh.com/en/. OVHcloud no puede ofrecerle soporte técnico sobre este asunto. +> Si tiene problemas para realizar estas acciones, póngase en contacto con un [proveedor de servicios especializado](/links/partner) o hable del problema con nuestra [comunidad de usuarios](/links/community). OVHcloud no puede proporcionarle soporte técnico sobre este tema. > #### En un VPS Linux @@ -293,10 +293,10 @@ En la última ventana, haga clic en `Finalizar`{.action} para dar formato al dis ### Dar de baja la opción de disco adicional -En la pestaña `Inicio`{.action}, acceda a la sección **Su configuración**. Haga clic en `...`{.action} junto a la opción `Discos adicionales` y en el menú contextual haga clic en `Dar de baja`{.action}. +En la pestaña `Inicio`{.action}, en la sección **Su configuración**, haga clic en `...`{.action} junto a la opción `Discos adicionales` y seleccione `Dar de baja`{.action}. ![baja del disco adicional](images/disk_vps02.png){.thumbnail} ## Más información -Únase a nuestra comunidad de usuarios en . +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md index 89d1d6117f0..42b32832a35 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md @@ -31,9 +31,9 @@ Prenez note des informations de tarification, puis cliquez sur `Commander`{.acti ### Monter le nouvel espace de stockage > [!warning] -> OVHcloud vous fournit des services dont vous êtes responsable en ce qui concerne leur configuration et leur gestion. Vous êtes donc responsable de leur bon fonctionnement. +> OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > ->Si vous rencontrez des difficultés pour effectuer ces actions, veuillez contacter un prestataire de services spécialisé et/ou discuter du problème avec notre [communauté d'utilisateurs](/links/community). OVHcloud ne peut pas vous fournir de support technique sur ce sujet. +> Si vous rencontrez des difficultés pour effectuer ces actions, veuillez contacter un [prestataire de services spécialisé](/links/partner) et/ou discuter du problème avec notre [communauté d'utilisateurs](/links/community). OVHcloud ne peut pas vous fournir de support technique sur ce sujet. > #### Sur un VPS Linux @@ -293,10 +293,10 @@ Dans la dernière fenêtre, cliquez sur `Terminer`{.action} pour formater le dis ### Résilier l'option de disque additionnel -Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Résilier`{.action}. +Depuis l'onglet `Accueil`{.action}, dans la section **Votre configuration**, cliquez sur `...`{.action} à côté de l'option `Disques additionnels` puis cliquez sur `Résilier`{.action}. ![résiliation disque additionnel](images/disk_vps02.png){.thumbnail} ## Allez plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md index 89d1d6117f0..42b32832a35 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md @@ -31,9 +31,9 @@ Prenez note des informations de tarification, puis cliquez sur `Commander`{.acti ### Monter le nouvel espace de stockage > [!warning] -> OVHcloud vous fournit des services dont vous êtes responsable en ce qui concerne leur configuration et leur gestion. Vous êtes donc responsable de leur bon fonctionnement. +> OVHcloud met à votre disposition des services dont la configuration, la gestion et la responsabilité vous incombent. Il vous revient de ce fait d'en assurer le bon fonctionnement. > ->Si vous rencontrez des difficultés pour effectuer ces actions, veuillez contacter un prestataire de services spécialisé et/ou discuter du problème avec notre [communauté d'utilisateurs](/links/community). OVHcloud ne peut pas vous fournir de support technique sur ce sujet. +> Si vous rencontrez des difficultés pour effectuer ces actions, veuillez contacter un [prestataire de services spécialisé](/links/partner) et/ou discuter du problème avec notre [communauté d'utilisateurs](/links/community). OVHcloud ne peut pas vous fournir de support technique sur ce sujet. > #### Sur un VPS Linux @@ -293,10 +293,10 @@ Dans la dernière fenêtre, cliquez sur `Terminer`{.action} pour formater le dis ### Résilier l'option de disque additionnel -Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Résilier`{.action}. +Depuis l'onglet `Accueil`{.action}, dans la section **Votre configuration**, cliquez sur `...`{.action} à côté de l'option `Disques additionnels` puis cliquez sur `Résilier`{.action}. ![résiliation disque additionnel](images/disk_vps02.png){.thumbnail} ## Allez plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md index aff6854dc3d..f2c08b5faf1 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md @@ -31,9 +31,9 @@ Annota le informazioni relative alla tariffazione e clicca su `Ordina`{.action}. ### Montare il nuovo spazio di storage > [!warning] -> OVHcloud fornisce i servizi di cui sei responsabile per la configurazione e la gestione. Sei quindi responsabile del loro corretto funzionamento. +> OVHcloud mette a disposizione i servizi ma non si occupa della loro configurazione e gestione. garantirne il corretto funzionamento è quindi responsabilità dell’utente. > ->In caso di difficoltà nell'effettuare queste azioni, contatta un fornitore di servizi specializzato e/o discuta il problema con la nostra Community di utenti all'indirizzo https://community.ovh.com/en/. OVHcloud non può fornirti assistenza tecnica su questo argomento. +> In caso di difficoltà nell'esecuzione di queste operazioni, contattare un [fornitore di servizi specializzato](/links/partner) e/o discutere il problema con la nostra [comunità di utenti](/links/community). OVHcloud non può fornirti assistenza tecnica su questo argomento. > #### Su un VPS Linux @@ -293,10 +293,10 @@ Nell'ultima finestra, clicca su `Terminare`{.action} per formattare il disco. Do ### Disattiva l'opzione di disco aggiuntivo -Nella scheda `Home`{.action}, accedi alla sezione **La tua configurazione**. Clicca su `...`{.action} accanto all'opzione `Dischi aggiuntivi` e nel menu di scelta rapida clicca su `Disattiva`{.action}. +Nella scheda `Home page`{.action}, nella sezione **La tua configurazione**, clicca su `...`{.action} accanto all’opzione `Dischi aggiuntivi` e poi clicca su `Disattiva`{.action}. ![disattivazione disco aggiuntivo](images/disk_vps02.png){.thumbnail} ## Per saperne di più -Unisciti alla nostra Community di utenti . +Contatta la nostra [Community di utenti](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md index c95a1b4f291..de366f064a6 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md @@ -31,9 +31,9 @@ Zapisz informacje dotyczące płatności i kliknij na `Zamów`{.action}. Po zain ### Zamontuj nową przestrzeń dyskową > [!warning] -> OVHcloud świadczy usługi, za które jesteś odpowiedzialny w związku z ich konfiguracją i zarządzaniem. Jesteś więc odpowiedzialny za ich prawidłowe funkcjonowanie. +> OVHcloud udostępnia różnorodne usługi, jednak to Ty odpowiadasz za ich konfigurację i zarządzanie nimi. Do Ciebie należy zatem zapewnienie ich prawidłowego działania. > ->Jeśli napotkasz trudności z przeprowadzeniem tych operacji, skontaktuj się z wyspecjalizowanym dostawcą usług i/lub przedyskutuj problem z naszą społecznością użytkowników na stronie https://community.ovh.com/en/. OVHcloud nie może udzielić Ci wsparcia technicznego w tym zakresie. +> Niniejszy przewodnik zawiera informacje pomocne przy wykonywaniu typowych zadań. Jednak w przypadku wystąpienia problemów zalecamy kontakt z [dostawcą usług specjalistycznych](/links/partner) lub kontakt z [naszą społecznością użytkowników](/links/community). > #### Na serwerze VPS Linux @@ -293,10 +293,10 @@ W ostatnim oknie kliknij `Zakończ`{.action}, aby sformatować dysk. Będzie on ### Zrezygnuj z opcji dodatkowego dysku -W zakładce `Strona główna`{.action} przejdź do sekcji **Twoja konfiguracja**. Kliknij `...`{.action} obok opcji `Dodatkowe dyski` i w menu kontekstowym kliknij na `Zrezygnuj`{.action}. +W zakładce `Strona główna`{.action}, w sekcji **Twoja konfiguracja** kliknij `...`{.action} obok opcji `Dodatkowe dyski` i kliknij `Rezygnacja`{.action}. ![rozwiązanie dodatkowego dysku](images/disk_vps02.png){.thumbnail} ## Sprawdź również -Dołącz do społeczności naszych użytkowników na . +Dołącz do [grona naszych użytkowników](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md index 67ebaf6cb8f..464fa09441a 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md @@ -31,9 +31,9 @@ Tome nota das informações de tarifação e clique em `Encomendar`{.action}. Se ### Montar o novo espaço de armazenamento > [!warning] -> A OVHcloud fornece-lhe serviços pelos quais é responsável em termos de configuração e gestão. Assim, é responsável pelo seu bom funcionamento. +> A OVHcloud oferece-lhe serviços cuja configuração, gestão e responsabilidade é da sua responsabilidade. Assim, deverá assegurar o seu bom funcionamento. > -> Se encontrar dificuldades para realizar estas ações, contacte um fornecedor de serviços especializado e/ou discuta o problema com a nossa comunidade de utilizadores em . A OVHcloud não lhe pode fornecer apoio técnico sobre este assumpto. +> Se tiver problemas na realização destas ações, contacte um [fornecedor de serviços especializado](/links/partner) e/ou discuta o problema com a nossa [comunidade de utilizadores](/links/community). A OVHcloud não pode fornecer-lhe suporte técnico sobre este assumpto. > #### Num VPS Linux @@ -293,10 +293,10 @@ Na última janela, clique em `Terminar`{.action} para formatar o disco. Ficará ### Rescindir a opção de disco adicional -No separador `Home`{.action}, aceda à secção rotulada **A sua configuração**. Clique em `...`{.action} junto à opção `Discos adicionais` e no respetivo menu clique em `Rescindir`{.action}. +No separador `Página Inicial`{.action}, na secção **A sua configuração**, clique em `...`{.action} ao lado da opção `Discos adicionais` e, a seguir, clique em `Rescindir`{.action}. ![rescisão de disco adicional](images/disk_vps02.png){.thumbnail} ## Quer saber mais? -Junte-se à nossa comunidade de utilizadores . +Fale com a nossa [comunidade de utilizadores](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index 2c9713c143a..a6e2f4a6bbb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -21,7 +21,7 @@ IPv6 ist die neueste Version des *Internet Protocol* (IP). Jeder OVHcloud VPS wi > [!warning] > OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für die Sie die alleinige Verantwortung tragen. Da wir keinen Zugriff auf diese Maschinen haben, können wir hierfür keinerlei Administrator-Aufgaben übernehmen oder sonstige Hilfeleistung anbieten. Es liegt daher in Ihrer Verantwortung, das Softwaremanagement und die tägliche Sicherheit zu gewährleisten. > -> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](/links/partner) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Servers haben. Sie können sich auch jederzeit an unsere [Community](https://community.ovh.com/en/) wenden, um sich mit anderen Benutzern auszutauschen. +> Wir stellen Ihnen diese Anleitung zur Verfügung, um Ihnen bei der Bewältigung alltäglicher Verwaltungsaufgaben zu helfen. Wir empfehlen Ihnen jedoch, sich an einen [spezialisierten Dienstleister](/links/partner) zu wenden, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Sicherheit eines Servers haben. Sie können sich auch jederzeit an unsere [Community](/links/community) wenden, um sich mit anderen Benutzern auszutauschen. > ## Voraussetzungen @@ -67,7 +67,12 @@ Die Ihrem Server zugewiesene IPv6-Adresse sowie das zugehörige IPv6-Gateway wer #### Über die OVHcloud API -Klicken Sie auf der [OVHcloud API Seite](/links/api) oben rechts auf `Login`{.action} ein. Geben Sie auf der nächsten Seite Ihre OVHcloud Kundenkennung ein. +Zur [OVHcloud Console API](/links/console)-Seite: + +- Klicken Sie oben links auf `Authentication`{.action}. +- Wählen Sie `Login with OVHcloud SSO`{.action}. +- Geben Sie Ihre Login-Daten für OVHcloud ein. +- Klicken Sie auf `Authorize`{.action}, um die Ausführung von API-Aufrufen über die Konsole zu erlauben. Verwenden Sie diesen Aufruf, um die zu Ihrem Server gehörige IPv6-Adresse zu erhalten: diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md index 7fe6197cf55..7ef9b7328ec 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md @@ -22,7 +22,7 @@ IPv6 is the latest version of the *Internet Protocol*. Each OVHcloud VPS server > > OVHcloud is providing you with services for which you are responsible, with regard to their configuration and security. Since we have no administrative access to your devices, it is your responsibility to manage the software and to ensure they function correctly. > -> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the “Go further” section of this guide. +> This guide is designed to assist you in common tasks as much as possible. Nevertheless, we recommend contacting a specialised provider and/or the software publisher for the service if you encounter any difficulties. We will not be able to assist you ourselves. You can find more information in the [Go further](#go-further) section of this guide. > ## Requirements @@ -66,7 +66,12 @@ The IPv6 address and the IPv6 gateway assigned to your server will appear in the #### Via the OVHcloud API -On the [OVHcloud API page](/links/api) click on `Login`{.action} in the top-right corner. On the following page, enter the credentials of your OVHcloud account. +Go to the [OVHcloud console API](/links/console) page: + +- Click `Authentication`{.action} in the upper left corner. +- Select `Login with OVHcloud SSO`{.action}. +- Enter your OVHcloud credentials. +- Click `Authorize`{.action} to allow performing API calls through the console. Use this call to retrieve the IPv6 address assigned to your server: @@ -481,6 +486,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw In order to return to automatic management of your network by Cloud-init, delete the newly created file or move it to another directory. -## Go further +## Go further -Join our [community of users](/links/community). +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md index 05a73057fda..3c6292f7639 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md @@ -20,15 +20,15 @@ El protocolo de internet versión 6 (IPv6) es la última versión del protocolo > [!warning] > -> La responsabilidad sobre las máquinas que OVHcloud pone a su disposición recae íntegramente en usted. Nuestros técnicos no son los administradores de las máquinas, ya que no tienen acceso a ellas. Por lo tanto, la gestión del software y la seguridad le corresponde a usted. Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene problemas o dudas sobre la administración, la utilización o la seguridad de su servidor, le recomendamos que contacte con un proveedor de servicios especializado. Para más información, consulte el apartado «Más información» de esta guía. +> La responsabilidad sobre las máquinas que OVHcloud pone a su disposición recae íntegramente en usted. Nuestros técnicos no son los administradores de las máquinas, ya que no tienen acceso a ellas. Por lo tanto, la gestión del software y la seguridad le corresponde a usted. Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene problemas o dudas sobre la administración, la utilización o la seguridad de su servidor, le recomendamos que contacte con un proveedor de servicios especializado. Para más información, consulte el apartado [Más información](#go-further) de esta guía. > ## Requisitos -- Tener un [VPS de OVHcloud](/links/bare-metal/vps){.external}. +- Tener un [VPS de OVHcloud](/links/bare-metal/vps). - Estar conectado al VPS por SSH (acceso root) o a través de un escritorio remoto (Windows). - Tener conocimientos básicos de redes. -- Estar conectado al [área de cliente de OVHcloud](/links/manager){.external} o a la [API de OVHcloud](/links/api). +- Estar conectado al [área de cliente de OVHcloud](/links/manager) o a la [API de OVHcloud](/links/api). ## Procedimiento @@ -67,7 +67,12 @@ En el apartado IP podrá ver la dirección IPv6 y la puerta de enlace IPv6 asign #### A través de la API de OVHcloud -Vaya al sitio web y conéctese a él con su ID de cliente de OVHcloud. Utilice las llamadas a la API que se indican a continuación. +Acceda a la página de las [API OVHcloud](/links/console): + +- Haga clic en `Authentication`{.action} en la parte superior izquierda. +- Haga clic en `Login with OVHcloud SSO`{.action}. +- Introduzca sus claves de acceso de OVHcloud. +- Haga clic en el botón `Authorize`{.action} para autorizar las llamadas a las API desde este sitio web. Para obtener la dirección IPv6 asignada al VPS: @@ -488,6 +493,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw Para que cloud-init vuelva a gestionar la red automáticamente, elimine dicho archivo o muévalo a otro directorio. -## Más información +## Más información -Interactúe con nuestra comunidad de usuarios en . +Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md index c8e16641669..e08b992c799 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md @@ -20,15 +20,15 @@ El protocolo de internet versión 6 (IPv6) es la última versión del protocolo > [!warning] > -> La responsabilidad sobre las máquinas que OVHcloud pone a su disposición recae íntegramente en usted. Nuestros técnicos no son los administradores de las máquinas, ya que no tienen acceso a ellas. Por lo tanto, la gestión del software y la seguridad le corresponde a usted. Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene problemas o dudas sobre la administración, la utilización o la seguridad de su servidor, le recomendamos que contacte con un proveedor de servicios especializado. Para más información, consulte el apartado «Más información» de esta guía. +> La responsabilidad sobre las máquinas que OVHcloud pone a su disposición recae íntegramente en usted. Nuestros técnicos no son los administradores de las máquinas, ya que no tienen acceso a ellas. Por lo tanto, la gestión del software y la seguridad le corresponde a usted. Esta guía le ayudará a realizar las operaciones más habituales. No obstante, si tiene problemas o dudas sobre la administración, la utilización o la seguridad de su servidor, le recomendamos que contacte con un proveedor de servicios especializado. Para más información, consulte el apartado [Más información](#go-further) de esta guía. > ## Requisitos -- Tener un [VPS de OVHcloud](/links/bare-metal/vps){.external}. +- Tener un [VPS de OVHcloud](/links/bare-metal/vps). - Estar conectado al VPS por SSH (acceso root) o a través de un escritorio remoto (Windows). - Tener conocimientos básicos de redes. -- Estar conectado al [área de cliente de OVHcloud](/links/manager){.external} o a la [API de OVHcloud](/links/api). +- Estar conectado al [área de cliente de OVHcloud](/links/manager) o a la [API de OVHcloud](/links/api). ## Procedimiento @@ -67,7 +67,12 @@ En el apartado IP podrá ver la dirección IPv6 y la puerta de enlace IPv6 asign #### A través de la API de OVHcloud -Vaya al sitio web y conéctese a él con su ID de cliente de OVHcloud. Utilice las llamadas a la API que se indican a continuación. +Acceda a la página de las [API OVHcloud](/links/console): + +- Haga clic en `Authentication`{.action} en la parte superior izquierda. +- Haga clic en `Login with OVHcloud SSO`{.action}. +- Introduzca sus claves de acceso de OVHcloud. +- Haga clic en el botón `Authorize`{.action} para autorizar las llamadas a las API desde este sitio web. Para obtener la dirección IPv6 asignada al VPS: @@ -488,6 +493,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw Para que cloud-init vuelva a gestionar la red automáticamente, elimine dicho archivo o muévalo a otro directorio. -## Más información +## Más información Interactúe con nuestra comunidad de usuarios en . \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md index 93432268f06..89acc8ab537 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md @@ -20,15 +20,15 @@ L'IPv6 est la dernière version de l'*Internet Protocol* (IP). Chaque serveur VP > [!warning] > -> OVHcloud met à votre disposition des machines dont la responsabilité vous revient. En effet, n’ayant aucun accès à ces machines, nous n’en sommes pas les administrateurs. Il vous appartient de ce fait d’en assurer la gestion logicielle et la sécurisation au quotidien. Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la sécurisation d’un serveur. Plus d’informations dans la section « Aller plus loin » de ce guide. +> OVHcloud met à votre disposition des machines dont la responsabilité vous revient. En effet, n’ayant aucun accès à ces machines, nous n’en sommes pas les administrateurs. Il vous appartient de ce fait d’en assurer la gestion logicielle et la sécurisation au quotidien. Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la sécurisation d’un serveur. Plus d’informations dans la section [Aller plus loin](#go-further) de ce guide. > ## Prérequis -- Disposer d'un [serveur VPS OVHcloud](/links/bare-metal/vps){.external}. +- Disposer d'un [serveur VPS OVHcloud](/links/bare-metal/vps). - Être connecté à votre VPS en SSH (accès root) ou via un bureau à distance (Windows). - Disposer de connaissances basiques en réseau. -- Être connecté à l'[espace client OVHcloud](/links/manager){.external} ou à l'[API OVHcloud](/links/api). +- Être connecté à l'[espace client OVHcloud](/links/manager) ou à l'[API OVHcloud](/links/api). ## En pratique @@ -66,16 +66,21 @@ L'adresse IPv6 et la gateway IPv6 assignées à votre serveur apparaissent dans #### Via les API OVHcloud -Rendez-vous sur le site et connectez-vous à ce dernier avec votre identifiant OVHcloud. Utilisez ensuite les deux API ci-dessous. +Rendez-vous sur la page des [API OVHcloud](/links/console) : -La première vous permet de récupérer l'adresse IPv6 assignée à votre serveur. +- Cliquez sur `Authentication`{.action} en haut à gauche. +- Cliquez ensuite `Login with OVHcloud SSO`{.action}. +- Saisissez vos identifiants OVHcloud. +- Cliquez sur le bouton `Authorize`{.action} pour autoriser les appels aux API depuis ce site. + +La première fonction vous permet de récupérer l'adresse IPv6 assignée à votre serveur. > [!api] > > @api {v1} /vps GET /vps/{serviceName}/ips > -La seconde vous permet de récupérer la gateway IPv6 assignée à votre serveur. +La seconde fonction vous permet de récupérer la gateway IPv6 assignée à votre serveur. > [!api] > diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md index 93432268f06..1be30f4f36d 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md @@ -20,15 +20,15 @@ L'IPv6 est la dernière version de l'*Internet Protocol* (IP). Chaque serveur VP > [!warning] > -> OVHcloud met à votre disposition des machines dont la responsabilité vous revient. En effet, n’ayant aucun accès à ces machines, nous n’en sommes pas les administrateurs. Il vous appartient de ce fait d’en assurer la gestion logicielle et la sécurisation au quotidien. Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la sécurisation d’un serveur. Plus d’informations dans la section « Aller plus loin » de ce guide. +> OVHcloud met à votre disposition des machines dont la responsabilité vous revient. En effet, n’ayant aucun accès à ces machines, nous n’en sommes pas les administrateurs. Il vous appartient de ce fait d’en assurer la gestion logicielle et la sécurisation au quotidien. Nous mettons à votre disposition ce guide afin de vous accompagner au mieux sur des tâches courantes. Néanmoins, nous vous recommandons de faire appel à un [prestataire spécialisé](/links/partner) si vous éprouvez des difficultés ou des doutes concernant l’administration, l’utilisation ou la sécurisation d’un serveur. Plus d’informations dans la section [Aller plus loin](#go-further) de ce guide. > ## Prérequis -- Disposer d'un [serveur VPS OVHcloud](/links/bare-metal/vps){.external}. +- Disposer d'un [serveur VPS OVHcloud](/links/bare-metal/vps). - Être connecté à votre VPS en SSH (accès root) ou via un bureau à distance (Windows). - Disposer de connaissances basiques en réseau. -- Être connecté à l'[espace client OVHcloud](/links/manager){.external} ou à l'[API OVHcloud](/links/api). +- Être connecté à l'[espace client OVHcloud](/links/manager) ou à l'[API OVHcloud](/links/api). ## En pratique @@ -66,16 +66,21 @@ L'adresse IPv6 et la gateway IPv6 assignées à votre serveur apparaissent dans #### Via les API OVHcloud -Rendez-vous sur le site et connectez-vous à ce dernier avec votre identifiant OVHcloud. Utilisez ensuite les deux API ci-dessous. +Rendez-vous sur la page des [API OVHcloud](/links/console) : -La première vous permet de récupérer l'adresse IPv6 assignée à votre serveur. +- Cliquez sur `Authentication`{.action} en haut à gauche. +- Cliquez ensuite `Login with OVHcloud SSO`{.action}. +- Saisissez vos identifiants OVHcloud. +- Cliquez sur le bouton `Authorize`{.action} pour autoriser les appels aux API depuis ce site. + +La première fonction vous permet de récupérer l'adresse IPv6 assignée à votre serveur. > [!api] > > @api {v1} /vps GET /vps/{serviceName}/ips > -La seconde vous permet de récupérer la gateway IPv6 assignée à votre serveur. +La seconde fonction vous permet de récupérer la gateway IPv6 assignée à votre serveur. > [!api] > @@ -484,6 +489,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw Pour revenir à une gestion automatique de votre réseau par Cloud-init, supprimez le fichier nouvellement créé ou déplacez-le dans un autre répertoire. -## Aller plus loin +## Aller plus loin Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md index 1c328bfa408..b358024b46c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md @@ -20,15 +20,15 @@ L’IPv6 è la versione più recente dell’*Internet Protocol*(IP). Ogni server > [!warning] > -> OVHcloud mette a disposizione i server, ma non è autorizzata ad accedervi e non si occupa quindi della loro amministrazione. Garantire quotidianamente la gestione software e la sicurezza di queste macchine è quindi responsabilità dell’utente. Questa guida ti aiuta a realizzare le operazioni più ricorrenti. Tuttavia, in caso di difficoltà o dubbi relativi ad amministrazione e sicurezza, ti consigliamo di contattare un fornitore specializzato. Per maggiori informazioni consulta la sezione “Per saperne di più”. +> OVHcloud mette a disposizione i server, ma non è autorizzata ad accedervi e non si occupa quindi della loro amministrazione. Garantire quotidianamente la gestione software e la sicurezza di queste macchine è quindi responsabilità dell’utente. Questa guida ti aiuta a realizzare le operazioni più ricorrenti. Tuttavia, in caso di difficoltà o dubbi relativi ad amministrazione e sicurezza, ti consigliamo di contattare un fornitore specializzato. Per maggiori informazioni consulta la sezione [Per saperne di più](#go-further). > ## Prerequisiti -- Disporre di un [server VPS OVHcloud](/links/bare-metal/vps){.external} +- Disporre di un [server VPS OVHcloud](/links/bare-metal/vps) - Essere connesso al tuo VPS in SSH (accesso root) o tramite desktop remoto (Windows) - Possedere conoscenze base di rete -- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager){.external} o all'[API OVHcloud](/links/api) +- Avere accesso allo [Spazio Cliente OVHcloud](/links/manager) o all'[API OVHcloud](/links/api) ## Procedura @@ -66,7 +66,12 @@ Nel riquadro `IP` è possibile visualizzare l’indirizzo IP e il gateway IPv6 a #### Tramite le API OVHcloud -Accedi al sito e inserisci il tuo identificativo OVHcloud. ed esegui le chiamate API indicate di seguito. +Accedi alla pagina delle [API OVHcloud](/links/console): + +- Clicca su `Autentication`{.action} in alto a sinistra. +- Clicca su `Login with OVHcloud SSO`{.action}. +- Inserisci le tue credenziali OVHcloud. +- Clicca sul pulsante `Authorize`{.action} per autorizzare le chiamate alle API da questo sito. Per ottenere l’indirizzo IPv6 assegnato al VPS: @@ -486,6 +491,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw Per ripristinare la gestione automatica del server tramite cloud-Init, rimuovi il file creato o spostalo in un’altra cartella. -## Per saperne di più +## Per saperne di più Contatta la nostra Community di utenti all’indirizzo . \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md index 70f2ba73203..92021df041f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md @@ -20,15 +20,15 @@ IPv6 to najnowsza wersja *Internet Protocol* (IP). Każdy serwer VPS OVHcloud je > [!warning] > -> OVHcloud oddaje do Twojej dyspozycji serwery, za które w pełni odpowiadasz - nie mając dostępu do tych maszyn, nie możemy być ich administratorem. Zarządzanie oprogramowaniem i wdrażanie środków bezpieczeństwa należy do klienta. Oddajemy w Twoje ręce przewodnik, którego celem jest pomoc w jak najbardziej optymalnym wykonywaniu bieżących zadań. W przypadku problemów z administrowaniem, użytkowaniem czy zabezpieczeniem serwera rekomendujemy skorzystanie z usług wyspecjalizowanej firmy. Więcej informacji znajduje się w sekcji “Sprawdź również”. +> OVHcloud oddaje do Twojej dyspozycji serwery, za które w pełni odpowiadasz - nie mając dostępu do tych maszyn, nie możemy być ich administratorem. Zarządzanie oprogramowaniem i wdrażanie środków bezpieczeństwa należy do klienta. Oddajemy w Twoje ręce przewodnik, którego celem jest pomoc w jak najbardziej optymalnym wykonywaniu bieżących zadań. W przypadku problemów z administrowaniem, użytkowaniem czy zabezpieczeniem serwera rekomendujemy skorzystanie z usług wyspecjalizowanej firmy. Więcej informacji znajduje się w sekcji [Sprawdź również](#go-further). > ## Wymagania początkowe -- Posiadanie [serwera VPS OVHcloud](/links/bare-metal/vps){.external}. +- Posiadanie [serwera VPS OVHcloud](/links/bare-metal/vps). - Połączenie z serwerem VPS przez SSH (dostęp root) lub przez zdalny pulpit (Windows). - Posiadanie podstawowej wiedzy w zakresie sieci. -- Dostęp do [Panelu klienta OVHcloud](/links/manager){.external} lub [API OVHcloud](/links/api). +- Dostęp do [Panelu klienta OVHcloud](/links/manager) lub [API OVHcloud](/links/api). ## W praktyce @@ -66,7 +66,12 @@ Adres IPv6 i brama IPv6 przypisane do Twojego serwera wyświetlają się w sekcj #### Za pośrednictwem API OVHcloud -Przejdź do strony WWW i zaloguj się do strony za pomocą identyfikatora OVHcloud. Następnie użyj dwóch podanych poniżej komend API. +Przejdź na stronę [API](/links/console) OVHcloud: + +- Kliknij `Authentication`{.action} w lewym górnym rogu. +- Wybierz opcję `Login with OVHcloud SSO`{.action}. +- Wprowadź dane identyfikacyjne OVHcloud. +- Kliknij `Authorize`{.action}, aby zezwolić na wykonywanie wywołań API za pomocą konsoli. Pierwsze umożliwia pobranie adresu IPv6 przypisanego do Twojego serwera. @@ -489,6 +494,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw Aby powrócić do automatycznego zarządzania siecią za pomocą cloud-init, usuń nowo utworzony plik lub przenieś go do innego katalogu. -## Sprawdź również +## Sprawdź również Przyłącz się do społeczności naszych użytkowników na stronie . \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md index a2c2f52bf30..0e2ddeb543d 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md @@ -20,15 +20,15 @@ O IPv6 é a versão mais recente do *Internet Protocol* (IP). Cada servidor VPS > [!warning] > -> A utilização e a gestão dos serviços da OVHcloud são da responsabilidade do cliente. A OVHcloud não tem permissões de acesso aos VPS e o cliente é o único responsável pela gestão e pela segurança do serviço. Este guia fornece as instruções necessárias para realizar as operações mais habituais. Se encontrar alguma dificuldade relacionada com o processo, deverá contactar um serviço especializado. Para mais informações, aceda à secção deste manual intitulada: “Quer saber mais?”. +> A utilização e a gestão dos serviços da OVHcloud são da responsabilidade do cliente. A OVHcloud não tem permissões de acesso aos VPS e o cliente é o único responsável pela gestão e pela segurança do serviço. Este guia fornece as instruções necessárias para realizar as operações mais habituais. Se encontrar alguma dificuldade relacionada com o processo, deverá contactar um serviço especializado. Para mais informações, aceda à secção deste manual intitulada: "[Quer saber mais?](#go-further)". > ## Requisitos -- Dispor de um [servidor VPS da OVHcloud](/links/bare-metal/vps){.external}. +- Dispor de um [servidor VPS da OVHcloud](/links/bare-metal/vps). - Ter acesso ao VPS através de SSH (acesso root) ou de um ambiente de trabalho remoto (Windows). - Ter conhecimentos básciso de rede. -- Ter acesso à [Área de Cliente OVHcloud](/links/manager){.external} ou à [API OVHcloud](/links/api). +- Ter acesso à [Área de Cliente OVHcloud](/links/manager) ou à [API OVHcloud](/links/api). ## Instruções @@ -66,7 +66,12 @@ O endereço IPv6 e a gateway IPv6 associados ao servidor aparecem na secção `I #### Através das API OVHcloud -Aceda ao site e ligue-se ao mesmo com o seu ID OVHcloud. A seguir, utilize as duas API abaixo. +Aceda à página [API OVHcloud](/links/console): + +- Clique em `Authentication`{.action} no canto superior esquerdo. +- A seguir, clique em `Login with OVHcloud SSO`{.action}. +- Introduza as suas credenciais OVHcloud. +- Clique no botão `Authorize`{.action} para autorizar as chamadas às API a partir deste site. A primeira permite-lhe obter o endereço IPv6 associado ao seu servidor. @@ -486,6 +491,6 @@ sudo echo "network: {config: disabled}" > /etc/cloud/cloud.cfg.d/98-disable-netw Para que o cloud-init volte a gerir a rede de forma automática, elimine o ficheiro recentemente criado e mova-o para outro diretório. -## Saiba mais +## Quer saber mais? Junte-se à nossa comunidade de utilizadores em . \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md index 6046e37f4bb..21bf4a4a53e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md @@ -211,4 +211,4 @@ Das erweiterte Volume beinhaltet nun den zusätzlichen Speicherplatz. Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support). -Treten Sie unserer [User Community](/links/community) bei. +Treten Sie unserer [User Community](/links/community) bei. \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md index 92f9eac0926..3cd3f4affb2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md @@ -25,7 +25,7 @@ Los pasos que se indican a continuación suponen que ha configurado un disco adi Conéctese al [Panel de configuración de OVHcloud](/links/manager), acceda a la sección `Bare Metal Cloud`{.action} y seleccione el servidor entre los `Servidores privados virtuales`{.action}. -En el cuadro **Resumen de las opciones**, haga clic en el botón `...`{.action} situado en la sección `Discos adicionales`. Seleccione `Aumentar el tamaño del disco`{.action}. +En la pestaña `Inicio`{.action}, en la sección **Su configuración**, haga clic en `...`{.action} junto a la opción `Discos adicionales` y seleccione `Aumentar el tamaño del disco`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -209,4 +209,4 @@ El volumen redimensionado incluye ahora el espacio en disco adicional. ## Más información -Interactúe con nuestra [comunidad de usuarios](/links/community). +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md index 92f9eac0926..3cd3f4affb2 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md @@ -25,7 +25,7 @@ Los pasos que se indican a continuación suponen que ha configurado un disco adi Conéctese al [Panel de configuración de OVHcloud](/links/manager), acceda a la sección `Bare Metal Cloud`{.action} y seleccione el servidor entre los `Servidores privados virtuales`{.action}. -En el cuadro **Resumen de las opciones**, haga clic en el botón `...`{.action} situado en la sección `Discos adicionales`. Seleccione `Aumentar el tamaño del disco`{.action}. +En la pestaña `Inicio`{.action}, en la sección **Su configuración**, haga clic en `...`{.action} junto a la opción `Discos adicionales` y seleccione `Aumentar el tamaño del disco`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -209,4 +209,4 @@ El volumen redimensionado incluye ahora el espacio en disco adicional. ## Más información -Interactúe con nuestra [comunidad de usuarios](/links/community). +Interactúe con nuestra [comunidad de usuarios](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md index b2e81a58c7f..b247d17be2c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md @@ -25,7 +25,7 @@ Les étapes ci-dessous supposent que vous avez configuré un disque additionnel Connectez-vous à votre [espace client OVHcloud](/links/manager), rendez-vous dans la section `Bare Metal Cloud`{.action} et sélectionnez votre serveur parmi les `Serveurs Privés Virtuels`{.action}. -Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Augmenter la taille du disque`{.action}. +Depuis l'onglet `Accueil`{.action}, dans la section **Votre configuration**, cliquez sur `...`{.action} à côté de l'option `Disques additionnels` puis cliquez sur `Augmenter la taille du disque`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -209,4 +209,4 @@ Le volume redimensionné inclut désormais l'espace disque additionnel. ## Aller plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md index b2e81a58c7f..b247d17be2c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md @@ -25,7 +25,7 @@ Les étapes ci-dessous supposent que vous avez configuré un disque additionnel Connectez-vous à votre [espace client OVHcloud](/links/manager), rendez-vous dans la section `Bare Metal Cloud`{.action} et sélectionnez votre serveur parmi les `Serveurs Privés Virtuels`{.action}. -Dans l'onglet `Accueil`{.action}, rendez-vous dans la section intitulée **Votre configuration**. Cliquez sur `...`{.action} à côté de l'option `Disques additionnels` et dans le menu contextuel cliquez sur `Augmenter la taille du disque`{.action}. +Depuis l'onglet `Accueil`{.action}, dans la section **Votre configuration**, cliquez sur `...`{.action} à côté de l'option `Disques additionnels` puis cliquez sur `Augmenter la taille du disque`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -209,4 +209,4 @@ Le volume redimensionné inclut désormais l'espace disque additionnel. ## Aller plus loin -Échangez avec notre [communauté d'utilisateurs](/links/community). +Échangez avec notre [communauté d'utilisateurs](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md index d4b1b2c9e08..9f1a9946d55 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md @@ -25,7 +25,7 @@ Negli step successivi è necessario aver configurato un disco aggiuntivo seguend Accedi allo [Spazio Cliente OVHcloud](/links/manager), clicca su `Bare Metal Cloud`{.action} e seleziona il tuo server tra i `Server Privati Virtuali`{.action}. -Nella scheda `Home`{.action}, accedi alla sezione **La tua configurazione**. Clicca su `...`{.action} accanto all'opzione `Dischi aggiuntivi` e nel menu di scelta rapida clicca su `Aumenta la dimensione del disco`{.action}. +Nella scheda `Home page`{.action}, nella sezione **La tua configurazione**, clicca su `...`{.action} accanto all’opzione `Dischi aggiuntivi` e poi clicca su `Aumenta la capacità del disco`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -209,4 +209,4 @@ Il volume ridimensionato include lo spazio disco aggiuntivo. ## Per saperne di più -Contatta la nostra [Community di utenti](/links/community). +Contatta la nostra [Community di utenti](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md index 2e02255b346..2d0eb155a77 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md @@ -209,4 +209,4 @@ Zmieniony rozmiar przestrzeni dyskowej zawiera teraz dodatkową przestrzeń dysk ## Sprawdź również -Dołącz do [grona naszych użytkowników](/links/community). +Dołącz do [grona naszych użytkowników](/links/community). \ No newline at end of file diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md index 440d3a4cb92..8a9ce3776cb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md @@ -25,7 +25,7 @@ Os passos abaixo sugerem que configurou um disco adicional seguindo as instruç Ligue-se à sua [Área de Cliente OVHcloud](/links/manager), vá à secção `Bare Metal Cloud`{.action} e selecione o seu servidor entre os `Servidores privados virtuais`{.action}. -No separador `Home`{.action}, aceda à secção rotulada **A sua configuração**. Clique em `...`{.action} junto à opção `Discos adicionais` e no respetivo menu clique em `Aumentar o tamanho do disco`{.action}. +No separador `Página Inicial` {.action}, na secção **A sua configuração**, clique em `...`{.action} ao lado da opção `Discos adicionais` e, a seguir, clique em `Aumentar o tamanho do disco`{.action}. ![size-disk-vps](images/increase_disk_vps01.png){.thumbnail} @@ -209,4 +209,4 @@ O volume redimensionado inclui agora o espaço de disco adicional. ## Quer saber mais? -Fale com nossa [comunidade de utilizadores](/links/community). +Fale com a nossa [comunidade de utilizadores](/links/community). \ No newline at end of file From 005e09da5e0f61178735cb7576e4847229d1d46e Mon Sep 17 00:00:00 2001 From: benchbzh Date: Thu, 24 Jul 2025 10:53:44 +0200 Subject: [PATCH 3/3] date update --- .../config_additional_disk/guide.de-de.md | 2 +- .../config_additional_disk/guide.en-asia.md | 2 +- .../config_additional_disk/guide.en-au.md | 2 +- .../config_additional_disk/guide.en-ca.md | 2 +- .../config_additional_disk/guide.en-gb.md | 2 +- .../config_additional_disk/guide.en-ie.md | 2 +- .../config_additional_disk/guide.en-sg.md | 2 +- .../config_additional_disk/guide.en-us.md | 2 +- .../config_additional_disk/guide.es-es.md | 2 +- .../config_additional_disk/guide.es-us.md | 2 +- .../config_additional_disk/guide.fr-ca.md | 2 +- .../config_additional_disk/guide.fr-fr.md | 2 +- .../config_additional_disk/guide.it-it.md | 2 +- .../config_additional_disk/guide.pl-pl.md | 2 +- .../config_additional_disk/guide.pt-pt.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.de-de.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-asia.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-au.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-ca.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-gb.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-ie.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-sg.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.en-us.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.es-es.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.es-us.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.fr-ca.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.fr-fr.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.it-it.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.pl-pl.md | 2 +- .../virtual_private_servers/configure-ipv6/guide.pt-pt.md | 2 +- .../increase_additional_disk/guide.de-de.md | 2 +- .../increase_additional_disk/guide.en-asia.md | 2 +- .../increase_additional_disk/guide.en-au.md | 2 +- .../increase_additional_disk/guide.en-ca.md | 2 +- .../increase_additional_disk/guide.en-gb.md | 2 +- .../increase_additional_disk/guide.en-ie.md | 2 +- .../increase_additional_disk/guide.en-sg.md | 2 +- .../increase_additional_disk/guide.en-us.md | 2 +- .../increase_additional_disk/guide.es-es.md | 2 +- .../increase_additional_disk/guide.es-us.md | 2 +- .../increase_additional_disk/guide.fr-ca.md | 2 +- .../increase_additional_disk/guide.fr-fr.md | 2 +- .../increase_additional_disk/guide.it-it.md | 2 +- .../increase_additional_disk/guide.pl-pl.md | 2 +- .../increase_additional_disk/guide.pt-pt.md | 2 +- 45 files changed, 45 insertions(+), 45 deletions(-) diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md index d6eb2efdf30..1964d99a062 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md @@ -1,7 +1,7 @@ --- title: Zusätzliche Disk konfigurieren excerpt: Erfahren Sie hier, wie Sie auf einem VPS externen Speicherplatz hinzufügen und konfigurieren -updated: 2025-07-23 +updated: 2025-07-24 --- ## Ziel diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md index b2b1907cad2..f5941fca335 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md index b2b1907cad2..f5941fca335 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md index b2b1907cad2..f5941fca335 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md index 57ec83f4fb5..ac8693a0f7b 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md index b2b1907cad2..f5941fca335 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md index b2b1907cad2..f5941fca335 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md index b2b1907cad2..f5941fca335 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "How to configure an additional disk" excerpt: "Find out how to add and configure additional storage space on a VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md index cfa06a29e08..dea7597b672 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-es.md @@ -1,7 +1,7 @@ --- title: 'Configurar un disco adicional' excerpt: 'Cómo añadir y configurar espacio de almacenamiento adicional en un VPS' -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md index 938e1f67c65..3b4f40bee61 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.es-us.md @@ -1,7 +1,7 @@ --- title: 'Configurar un disco adicional' excerpt: 'Cómo añadir y configurar espacio de almacenamiento adicional en un VPS' -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md index 42b32832a35..f03f8b9930c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: 'Configurer un disque additionnel' excerpt: "Découvrez comment ajouter et configurer de l'espace de stockage supplémentaire sur un VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objectif diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md index 42b32832a35..f03f8b9930c 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: 'Configurer un disque additionnel' excerpt: "Découvrez comment ajouter et configurer de l'espace de stockage supplémentaire sur un VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objectif diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md index f2c08b5faf1..25fc328a2e0 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.it-it.md @@ -1,7 +1,7 @@ --- title: 'Configura un disco aggiuntivo' excerpt: Come aggiungere e configurare spazio di storage aggiuntivo su un VPS -updated: 2025-07-23 +updated: 2025-07-24 --- ## Obiettivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md index de366f064a6..7bf0dff7313 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: 'Konfiguracja dodatkowego dysku' excerpt: "Dowiedz się, jak dodać i skonfigurować dodatkową przestrzeń dyskową na serwerze VPS" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Wprowadzenie diff --git a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md index 464fa09441a..cd5feaf22d3 100755 --- a/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: 'Configurar um disco adicional' excerpt: 'Saiba como adicionar e configurar espaço de armazenamento adicional num VPS' -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md index a6e2f4a6bbb..6eccdd09c9f 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "IPv6 auf einem VPS einrichten" excerpt: "Erfahren Sie hier, wie Sie IPv6 auf Ihrem OVHcloud VPS konfigurieren" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md index 7ef9b7328ec..a5cfc7e1ee9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "How to configure IPv6 on a VPS" excerpt: "Find out how to configure IPv6 on your OVHcloud VPS" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md index 3c6292f7639..a74ebecd040 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Configurar la IPv6 en un VPS" excerpt: 'Cómo configurar la IPv6 en un VPS de OVHcloud' -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md index e08b992c799..4e05958bdbd 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Configurar la IPv6 en un VPS" excerpt: "Cómo configurar la IPv6 en un VPS de OVHcloud" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md index 89acc8ab537..c4fc26327d0 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Configurer l'IPv6 sur un serveur VPS" excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md index 1be30f4f36d..20ce4334014 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Configurer l'IPv6 sur un serveur VPS" excerpt: "Apprenez à configurer l'IPv6 sur votre serveur VPS OVHcloud" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md index b358024b46c..1d0dc151aac 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Configurare IPv6 su un server VPS" excerpt: "Come configurare IPv6 sul tuo VPS OVHcloud" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md index 92021df041f..e4a86892e1e 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Konfiguracja IPv6 na serwerze VPS" excerpt: "Dowiedz się, jak skonfigurować IPv6 na VPS OVHcloud" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md index 0e2ddeb543d..edfa53a8da6 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/configure-ipv6/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Configurar o IPv6 num VPS" excerpt: "Saiba como configurar o IPv6 num VPS da OVHcloud" -updated: 2025-07-22 +updated: 2025-07-24 --- > [!primary] diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md index 21bf4a4a53e..4f0e89754cb 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.de-de.md @@ -1,7 +1,7 @@ --- title: "Die Größe einer zusätzlichen Disk erweitern" excerpt: "Erfahren Sie hier, wie Sie die Kapazität eines zusätzlichen Volumes vergrößern und die Hauptpartition anpassen" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Ziel diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-asia.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-au.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ca.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-gb.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-ie.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-sg.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md index 1cb227d9493..028eda20d8a 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.en-us.md @@ -1,7 +1,7 @@ --- title: "How to increase the size of an additional disk" excerpt: "Find out how to increase the size of an additional volume and enlarge its main partition" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objective diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md index 3cd3f4affb2..a265760ae7d 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-es.md @@ -1,7 +1,7 @@ --- title: "Aumentar el tamaño de un disco adicional" excerpt: "Cómo aumentar el tamaño de un volumen adicional y aumentar su partición principal" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md index 3cd3f4affb2..a265760ae7d 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.es-us.md @@ -1,7 +1,7 @@ --- title: "Aumentar el tamaño de un disco adicional" excerpt: "Cómo aumentar el tamaño de un volumen adicional y aumentar su partición principal" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objetivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md index b247d17be2c..904e57cfad9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-ca.md @@ -1,7 +1,7 @@ --- title: "Augmenter la taille d’un disque additionnel" excerpt: "Découvrez comment augmenter la taille d'un volume additionnel et agrandir sa partition principale" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objectif diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md index b247d17be2c..904e57cfad9 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.fr-fr.md @@ -1,7 +1,7 @@ --- title: "Augmenter la taille d’un disque additionnel" excerpt: "Découvrez comment augmenter la taille d'un volume additionnel et agrandir sa partition principale" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objectif diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md index 9f1a9946d55..a84002145dd 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.it-it.md @@ -1,7 +1,7 @@ --- title: "Aumenta la dimensione di un disco aggiuntivo" excerpt: "Scopri come aumentare la dimensione di un volume aggiuntivo e aumentare la sua partizione principale" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Obiettivo diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md index 2d0eb155a77..5e0c9931699 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pl-pl.md @@ -1,7 +1,7 @@ --- title: "Zwiększ rozmiar dodatkowego dysku" excerpt: "Dowiedz się, jak zwiększyć rozmiar dodatkowego wolumenu i powiększyć jego partycję główną" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Wprowadzenie diff --git a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md index 8a9ce3776cb..b3b341086c1 100644 --- a/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md +++ b/pages/bare_metal_cloud/virtual_private_servers/increase_additional_disk/guide.pt-pt.md @@ -1,7 +1,7 @@ --- title: "Aumentar o tamanho de um disco adicional" excerpt: "Descubra como aumentar o tamanho de um volume adicional e aumentar a sua partição principal" -updated: 2025-07-23 +updated: 2025-07-24 --- ## Objetivo