Skip to content

Commit 7c3338f

Browse files
author
tcpdumpfbacke
committed
Upd CP screens & steps
1 parent d1765f8 commit 7c3338f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+258
-301
lines changed

pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.de-de.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
---
22
title: Zusätzliche Disk konfigurieren
33
excerpt: Erfahren Sie hier, wie Sie auf einem VPS externen Speicherplatz hinzufügen und konfigurieren
4-
updated: 2023-02-15
4+
updated: 2025-07-23
55
---
66

7-
> [!primary]
8-
> 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.
9-
>
10-
117
## Ziel
128

139
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
219215

220216
In der Eingabeaufforderung starten Sie DISKPART:
221217

222-
```powershell
218+
```console
223219
C:\> diskpart
224220
```
225221

226222
Verwenden Sie folgende Befehle in DISKPART, um die Disk als "Online" zu konfigurieren:
227223

228-
```powershell
224+
```console
229225
DISKPART> san
230226

231227
SAN Policy : Offline Shared
232228
```
233229

234-
```powershell
230+
```console
235231
DISKPART> san policy = OnlineAll
236232

237233
DiskPart successfully changed the SAN policy for the current operating system.
@@ -245,19 +241,19 @@ Disk 0 Online 200 GB 0 B
245241
* Disk 1 Offline 10 GB 1024 KB
246242
```
247243

248-
```powershell
244+
```console
249245
DISKPART> select disk 1
250246

251247
Disk 1 is now the selected disk.
252248
```
253249

254-
```powershell
250+
```console
255251
DISKPART> attributes disk clear readonly
256252

257253
Disk attributes cleared successfully.
258254
```
259255

260-
```powershell
256+
```console
261257
DISKPART> attributes disk
262258

263259
Current Read-only State : No
@@ -269,7 +265,7 @@ Crashdump Disk : No
269265
Clustered Disk : No
270266
```
271267

272-
```powershell
268+
```console
273269
DISKPART> online disk
274270

275271
DiskPart successfully onlined the selected disk.
@@ -297,10 +293,10 @@ Klicken Sie im letzten Fenster auf `Beenden`{.action}, um die Disk zu formatiere
297293

298294
### Zusätzliche Disk kündigen
299295

300-
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}.
296+
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}.
301297

302-
![Kündigung der zusätzlichen Festplatte](images/disk_vps02.png){.thumbnail}
298+
![Kündigung](images/disk_vps02.png){.thumbnail}
303299

304300
## Weiterführende Informationen
305301

306-
Für den Austausch mit unserer User Community gehen Sie auf <https://community.ovh.com/en/>.
302+
Treten Sie unserer [User Community](/links/community) bei.

pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-asia.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring an additional disk'
33
excerpt: 'Find out how to add and configure additional storage space on a VPS'
4-
updated: 2023-02-15
4+
updated: 2025-07-23
55
---
66

77
## Objective
@@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application.
215215

216216
At the command prompt, open DISKPART:
217217

218-
```powershell
218+
```console
219219
C:\> diskpart
220220
```
221221

222222
Use the following series of DISKPART commands to set the disk to online:
223223

224-
```powershell
224+
```console
225225
DISKPART> san
226226

227227
SAN Policy : Offline Shared
228228
```
229229

230-
```powershell
230+
```console
231231
DISKPART> san policy = OnlineAll
232232

233233
DiskPart successfully changed the SAN policy for the current operating system.
@@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B
241241
* Disk 1 Offline 10 GB 1024 KB
242242
```
243243

244-
```powershell
244+
```console
245245
DISKPART> select disk 1
246246

247247
Disk 1 is now the selected disk.
248248
```
249249

250-
```powershell
250+
```console
251251
DISKPART> attributes disk clear readonly
252252

253253
Disk attributes cleared successfully.
254254
```
255255

256-
```powershell
256+
```console
257257
DISKPART> attributes disk
258258

259259
Current Read-only State : No
@@ -265,7 +265,7 @@ Crashdump Disk : No
265265
Clustered Disk : No
266266
```
267267

268-
```powershell
268+
```console
269269
DISKPART> online disk
270270

271271
DiskPart successfully onlined the selected disk.

pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-au.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring an additional disk'
33
excerpt: 'Find out how to add and configure additional storage space on a VPS'
4-
updated: 2023-02-15
4+
updated: 2025-07-23
55
---
66

77
## Objective
@@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application.
215215

216216
At the command prompt, open DISKPART:
217217

218-
```powershell
218+
```console
219219
C:\> diskpart
220220
```
221221

222222
Use the following series of DISKPART commands to set the disk to online:
223223

224-
```powershell
224+
```console
225225
DISKPART> san
226226

227227
SAN Policy : Offline Shared
228228
```
229229

230-
```powershell
230+
```console
231231
DISKPART> san policy = OnlineAll
232232

233233
DiskPart successfully changed the SAN policy for the current operating system.
@@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B
241241
* Disk 1 Offline 10 GB 1024 KB
242242
```
243243

244-
```powershell
244+
```console
245245
DISKPART> select disk 1
246246

247247
Disk 1 is now the selected disk.
248248
```
249249

250-
```powershell
250+
```console
251251
DISKPART> attributes disk clear readonly
252252

253253
Disk attributes cleared successfully.
254254
```
255255

256-
```powershell
256+
```console
257257
DISKPART> attributes disk
258258

259259
Current Read-only State : No
@@ -265,7 +265,7 @@ Crashdump Disk : No
265265
Clustered Disk : No
266266
```
267267

268-
```powershell
268+
```console
269269
DISKPART> online disk
270270

271271
DiskPart successfully onlined the selected disk.

pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-ca.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 'Configuring an additional disk'
33
excerpt: 'Find out how to add and configure additional storage space on a VPS'
4-
updated: 2023-02-15
4+
updated: 2025-07-23
55
---
66

77
## Objective
@@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application.
215215

216216
At the command prompt, open DISKPART:
217217

218-
```powershell
218+
```console
219219
C:\> diskpart
220220
```
221221

222222
Use the following series of DISKPART commands to set the disk to online:
223223

224-
```powershell
224+
```console
225225
DISKPART> san
226226

227227
SAN Policy : Offline Shared
228228
```
229229

230-
```powershell
230+
```console
231231
DISKPART> san policy = OnlineAll
232232

233233
DiskPart successfully changed the SAN policy for the current operating system.
@@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B
241241
* Disk 1 Offline 10 GB 1024 KB
242242
```
243243

244-
```powershell
244+
```console
245245
DISKPART> select disk 1
246246

247247
Disk 1 is now the selected disk.
248248
```
249249

250-
```powershell
250+
```console
251251
DISKPART> attributes disk clear readonly
252252

253253
Disk attributes cleared successfully.
254254
```
255255

256-
```powershell
256+
```console
257257
DISKPART> attributes disk
258258

259259
Current Read-only State : No
@@ -265,7 +265,7 @@ Crashdump Disk : No
265265
Clustered Disk : No
266266
```
267267

268-
```powershell
268+
```console
269269
DISKPART> online disk
270270

271271
DiskPart successfully onlined the selected disk.

pages/bare_metal_cloud/virtual_private_servers/config_additional_disk/guide.en-gb.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: 'Configuring an additional disk'
3-
excerpt: 'Find out how to add and configure additional storage space on a VPS'
4-
updated: 2023-02-15
2+
title: "How to configure an additional disk"
3+
excerpt: "Find out how to add and configure additional storage space on a VPS"
4+
updated: 2025-07-23
55
---
66

77
## Objective
@@ -31,9 +31,9 @@ Take note of the pricing information, then click on `Order`{.action}. You will b
3131
### Mounting the new storage space
3232

3333
> [!warning]
34-
>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.
34+
> 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.
3535
>
36-
>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.
36+
> 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.
3737
>
3838
3939
#### On a Linux VPS
@@ -215,19 +215,19 @@ Type `cmd` and click `OK`{.action} to open the command line application.
215215

216216
At the command prompt, open DISKPART:
217217

218-
```powershell
218+
```console
219219
C:\> diskpart
220220
```
221221

222222
Use the following series of DISKPART commands to set the disk to online:
223223

224-
```powershell
224+
```console
225225
DISKPART> san
226226

227227
SAN Policy : Offline Shared
228228
```
229229

230-
```powershell
230+
```console
231231
DISKPART> san policy = OnlineAll
232232

233233
DiskPart successfully changed the SAN policy for the current operating system.
@@ -241,19 +241,19 @@ Disk 0 Online 200 GB 0 B
241241
* Disk 1 Offline 10 GB 1024 KB
242242
```
243243

244-
```powershell
244+
```console
245245
DISKPART> select disk 1
246246

247247
Disk 1 is now the selected disk.
248248
```
249249

250-
```powershell
250+
```console
251251
DISKPART> attributes disk clear readonly
252252

253253
Disk attributes cleared successfully.
254254
```
255255

256-
```powershell
256+
```console
257257
DISKPART> attributes disk
258258

259259
Current Read-only State : No
@@ -265,7 +265,7 @@ Crashdump Disk : No
265265
Clustered Disk : No
266266
```
267267

268-
```powershell
268+
```console
269269
DISKPART> online disk
270270

271271
DiskPart successfully onlined the selected disk.
@@ -291,9 +291,9 @@ Label the volume (optional) and confirm the formatting options by clicking `Next
291291

292292
In the last window, click `Finish`{.action} to format the disk. It will be available as a drive in File Explorer after the operation.
293293

294-
### Cancelling the additional disk option
294+
### How to cancel the additional disk option
295295

296-
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}.
296+
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}.
297297

298298
![canceldiskvps](images/disk_vps02.png){.thumbnail}
299299

0 commit comments

Comments
 (0)