Skip to content

Commit 2daaac4

Browse files
authored
Merge pull request #7913 from ovh/jf-pic
Guide restructuring - Public Cloud - Shelve, Pause or Suspend an Instance
2 parents b483d28 + 76366f8 commit 2daaac4

File tree

15 files changed

+949
-226
lines changed

15 files changed

+949
-226
lines changed

pages/public_cloud/compute/suspend_or_pause_an_instance/guide.de-de.md

Lines changed: 56 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Aussetzen oder Pausieren einer Instanz
3-
updated: 2025-04-28
3+
updated: 2025-05-26
44
---
55

66
## Ziel
@@ -36,7 +36,27 @@ In der folgenden Tabelle finden Sie die auf Ihren Instanzen verfügbaren Optione
3636
|[Anhalten (*suspend*)](#stop-suspend-instance)|Speichert den Zustand der VM auf die Disk. Die der Instanz zugewiesenen Ressourcen bleiben reserviert.|An der Abrechnung der Instanz ändert sich nichts.|
3737
|[Pausieren (*pause*)](#pause-instance)|Speichert den Zustand der VM im RAM. Eine pausierte Instanz wird "eingefroren".|An der Abrechnung der Instanz ändert sich nichts.|
3838

39-
### Aussetzen einer Instanz (*shelve*) <a name="shelve-instance"></a>
39+
### Inhaltsübersicht
40+
41+
- [Aussetzen einer Instanz (*shelve*)](#shelve-instance)
42+
- [Im OVHcloud Kundencenter](#control-panel)
43+
- [Im Horizon-Interface](#horizon)
44+
- [Verwendung der OpenStack/Nova API](#openstack-nova)
45+
-[Reaktivieren einer Instanz (*unshelve*)](#unshelve-instance)
46+
- [Im OVHcloud Kundencenter](#control-panel-unshelve)
47+
- [Im Horizon-Interface](#horizon-unshelve)
48+
- [Verwendung der OpenStack/Nova API](#openstack-nova-unshelve)
49+
- [Anhalten einer Instanz (*suspend*)](#stop-suspend-instance)
50+
- [Im OVHcloud Kundencenter](#stop-control-panel)
51+
- [Im Horizon-Interface](#stop-horizon)
52+
- [Verwendung der OpenStack/Nova API](#stop-openstack-nova)
53+
- [Pausieren einer Instanz (*pause*)](#pause-instance)
54+
- [Im Horizon-Interface](#pause-horizon)
55+
- [Verwendung der OpenStack/Nova API](#pause-openstack-nova)
56+
57+
<a name="shelve-instance"></a>
58+
59+
### Aussetzen einer Instanz (*shelve*)
4060

4161
> [!alert]
4262
> Beachten Sie, dass das Aussetzen einer IOPS Instanz oder T1/T2-180 Instanz zu Datenverlust auf den NVMe-Passthrough-Disks führt.
@@ -46,17 +66,19 @@ In der folgenden Tabelle finden Sie die auf Ihren Instanzen verfügbaren Optione
4666
4767
Diese Option erlaubt es Ihnen, die dedizierten Ressourcen Ihrer Public Cloud Instanz freizugeben, während die IP-Adresse bestehen bleibt. Die Daten der lokalen Disk werden in einem automatisch erstellten Snapshot gespeichert, sobald die Instanz den Status *shelved* hat. Die im Arbeitsspeicher und anderswo gespeicherten Daten werden nicht gesichert.
4868

69+
<a name="control-panel"></a>
70+
4971
#### Im OVHcloud Kundencenter
5072

5173
Loggen Sie sich in Ihr OVHcloud Kundencenter ein und wählen Sie Ihr `Public Cloud`{.action} Projekt aus. Klicken Sie im linken Menü auf `Instanzen`{.action}.
5274

5375
Klicken Sie in der Instanzenverwaltung auf `...`{.action} rechts neben der Instanz und wählen Sie `Aussetzen`{.action}.
5476

55-
![suspend instance](images/suspend_an_instance_2024.png){.thumbnail}
77+
![suspend instance](images/suspend_an_instance.png){.thumbnail}
5678

5779
Nehmen Sie die Meldung im Dialogfenster zur Kenntnis und klicken Sie auf `Bestätigen`{.action}.
5880

59-
![confirm suspension](images/confirm_suspension.png){.thumbnail}
81+
![confirm suspension](images/suspend_an_instance_2024.png){.thumbnail}
6082

6183
Sobald der Vorgang abgeschlossen ist, erscheint die Instanz als *Ausgesetzt*.
6284

@@ -66,6 +88,8 @@ Um den Snapshot zu sehen, klicken Sie im linken Menü auf `Instance Backup`{.act
6688

6789
![snapshot tab](images/shelved_backup.png){.thumbnail}
6890

91+
<a name="horizon"></a>
92+
6993
#### Im Horizon-Interface
7094

7195
Um diese Methode zu verwenden, müssen Sie sich [in das Horizon-interface einloggen](https://horizon.cloud.ovh.net/auth/login/).
@@ -90,6 +114,8 @@ Um den Snapshot anzuzeigen, klicken Sie im Menü `Compute`{.action} auf `Images`
90114

91115
![snapshot](images/snapshothorizon.png){.thumbnail}
92116

117+
<a name="openstack-nova"></a>
118+
93119
#### Verwendung der OpenStack/Nova API
94120

95121
Bevor Sie fortfahren, empfehlen wir Ihnen folgende Anleitungen:
@@ -107,6 +133,8 @@ Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
107133
~$ nova shelve <UUID server>
108134
```
109135

136+
<a name="unshelve-instance"></a>
137+
110138
### Reaktivieren einer Instanz (*unshelve*)
111139

112140
Mit dieser Option können Sie Ihre Instanz aus dem ausgesetzten Zustand entfernen, um sie wieder verwenden zu können. Bitte beachten Sie, dass die Abrechnung nach Abschluss der Operation wieder regulär erfolgt.
@@ -118,6 +146,8 @@ Mit dieser Option können Sie Ihre Instanz aus dem ausgesetzten Zustand entferne
118146
> OVHcloud stellt Ihnen Dienstleistungen zur Verfügung, für deren Konfiguration und Verwaltung Sie die alleinige Verantwortung tragen. Es liegt somit bei Ihnen, sicherzustellen, dass diese ordnungsgemäß funktionieren. Wir empfehlen Ihnen, einen [spezialisierten Dienstleister](/links/partner) zu kontaktieren oder Ihre Fragen an die [OVHcloud Community](/links/community) zu richten, wenn Sie Schwierigkeiten oder Zweifel hinsichtlich der Verwaltung, Nutzung oder Implementierung der Dienste haben.
119147
>
120148
149+
<a name="control-panel-unshelve"></a>
150+
121151
#### Im OVHcloud Kundencenter
122152

123153
Loggen Sie sich in Ihr OVHcloud Kundencenter ein. Klicken Sie oben auf der Seite auf `Public Cloud`{.action} und wählen Sie anschließend Ihr Projekt aus. Klicken Sie im linken Menü auf `Instanzen`{.action}.
@@ -130,6 +160,8 @@ Nehmen Sie die Meldung im Dialogfenster zur Kenntnis und klicken Sie auf `Bestä
130160

131161
Sobald der Vorgang abgeschlossen ist, erscheint Ihre Instanz als *Aktiviert*.
132162

163+
<a name="horizon-unshelve"></a>
164+
133165
#### Im Horizon-Interface
134166

135167
Klicken Sie auf das Menü `Compute`{.action} auf der linken Seite und wählen Sie `Instances`{.action} aus. Wählen Sie `Unshelve Instance`{.action} in der Drop-down-Liste für die betreffende Instanz aus.
@@ -138,6 +170,8 @@ Klicken Sie auf das Menü `Compute`{.action} auf der linken Seite und wählen Si
138170

139171
Sobald der Vorgang abgeschlossen ist, erscheint Ihre Instanz als *Active*.
140172

173+
<a name="openstack-nova-unshelve"></a>
174+
141175
#### Verwendung der OpenStack/Nova APIs
142176

143177
Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
@@ -150,10 +184,14 @@ Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
150184
~$ nova unshelve <UUID server>
151185
```
152186

153-
### Anhalten einer Instanz (*suspend*) <a name="stop-suspend-instance"></a>
187+
<a name="stop-suspend-instance"></a>
188+
189+
### Anhalten einer Instanz (*suspend*)
154190

155191
Mit dieser Option können Sie Ihre Instanz anhalten und den Zustand der virtuellen Maschine auf der Disk sichern. Der Arbeitsspeicher wird ebenfalls auf die Disk geschrieben.
156192

193+
<a name="stop-control-panel"></a>
194+
157195
#### Im OVHcloud Kundencenter
158196

159197
Loggen Sie sich in Ihr OVHcloud Kundencenter ein. Klicken Sie oben auf der Seite auf `Public Cloud`{.action} und wählen Sie anschließend Ihr Projekt aus. Klicken Sie im linken Menü auf `Instanzen`{.action}.
@@ -168,6 +206,8 @@ Sobald der Vorgang abgeschlossen ist, erscheint die Instanz als *Ausgeschaltet*.
168206

169207
Um die Instanz wieder in Betrieb zu nehmen (*unsuspend*), klicken Sie in der Instanzenverwaltung auf `...`{.action} rechts neben der Instanz und wählen Sie `Starten`{.action}. In einigen Fällen müssen Sie möglicherweise einen Neustart durchführen.
170208

209+
<a name="stop-horizon"></a>
210+
171211
#### Im Horizon-Interface
172212

173213
Klicken Sie auf das Menü `Compute`{.action} auf der linken Seite und wählen Sie `Instances`{.action} aus. Wählen Sie `Suspend Instance`{.action} in der Drop-down-Liste für die betreffende Instanz aus.
@@ -178,6 +218,8 @@ Es erscheint eine Bestätigungsmeldung, die anzeigt, dass die Instanz gestoppt w
178218

179219
Um die Instanz wieder in Betrieb zu nehmen (*unsuspend*), wählen Sie in der Drop-down-Liste für die entsprechende Instanz `Resume Instance`{.action}.
180220

221+
<a name="stop-openstack-nova"></a>
222+
181223
#### Verwendung der OpenStack/Nova API
182224

183225
Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
@@ -200,10 +242,14 @@ Um die Instanz wieder in Betrieb zu nehmen, geben Sie in der Kommandozeile Folge
200242
~$ nova unsuspend <UUID server>
201243
```
202244

203-
### Pausieren einer Instanz (*pause*) <a name="pause-instance"></a>
245+
<a name="pause-instance"></a>
246+
247+
### Pausieren einer Instanz (*pause*)
204248

205249
Diese Aktion ist nur im Horizon-Interface oder über die OpenStack/Nova-API möglich. Damit können Sie eine Instanz "einfrieren".
206250

251+
<a name="pause-horizon"></a>
252+
207253
#### Im Horizon-Interface
208254

209255
Klicken Sie auf das Menü `Compute`{.action} auf der linken Seite und wählen Sie `Instances`{.action} aus. Wählen Sie `Pause Instance`{.action} Drop-down-Liste für die entsprechende Instanz aus.
@@ -214,6 +260,8 @@ Es erscheint eine Bestätigungsmeldung, die anzeigt, dass die Instanz pausiert w
214260

215261
Um die Instanz wieder in Betrieb zu nehmen (*unpause*), wählen Sie in der Dropdown-Liste der entsprechenden Instanz `Resume Instance`{.action}.
216262

263+
<a name="pause-openstack-nova"></a>
264+
217265
#### Verwendung der OpenStack/Nova API
218266

219267
Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
@@ -226,7 +274,7 @@ Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
226274
~$ nova pause <UUID server>
227275
```
228276

229-
Um die Instanz wieder in Betrieb zu nehmen, geben Sie in der Kommandozeile Folgendes ein:
277+
Um die Instanz **zu reaktivieren**, geben Sie in der Kommandozeile Folgendes ein:
230278

231279
```bash
232280
~$ openstack server unpause <UUID server>
@@ -240,4 +288,4 @@ Um die Instanz wieder in Betrieb zu nehmen, geben Sie in der Kommandozeile Folge
240288

241289
[OpenStack Dokumentation](https://docs.openstack.org/mitaka/user-guide/cli_stop_and_start_an_instance.html){.external}.
242290

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

pages/public_cloud/compute/suspend_or_pause_an_instance/guide.en-asia.md

Lines changed: 61 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Shelve or pause an instance
3-
updated: 2025-04-28
3+
updated: 2025-05-26
44
---
55

66
## Objective
@@ -36,7 +36,27 @@ The table below allows you to differentiate the options available on your instan
3636
|[Stop (*suspend*)](#stop-suspend-instance)|Stores the VM state on disk, the resources dedicated to instance are still reserved.|You will still be billed the same price for your instance.|
3737
|[Pause](#pause-instance)|Stores the state of the VM in RAM, a paused instance becomes frozen.|You will still be billed the same price for your instance.|
3838

39-
### Suspend (*shelve*) an instance <a name="shelve-instance"></a>
39+
### Content overview
40+
41+
- [Suspend (*shelve*) an instance](#shelve-instance)
42+
- [From the OVHcloud Control Panel](#control-panel)
43+
- [From the Horizon Interface](#horizon)
44+
- [Using Openstack/Nova APIs](#openstack-nova)
45+
-[Reactivate (*unshelve*) an instance](#unshelve-instance)
46+
- [From the OVHcloud Control Panel](#control-panel-unshelve)
47+
- [From the Horizon Interface](#horizon-unshelve)
48+
- [Using Openstack/Nova APIs](#openstack-nova-unshelve)
49+
- [Stop (*suspend*) an instance](#stop-suspend-instance)
50+
- [From the OVHcloud Control Panel](#stop-control-panel)
51+
- [From the Horizon Interface](#stop-horizon)
52+
- [Using Openstack/Nova APIs](#stop-openstack-nova)
53+
- [Pause an instance](#pause-instance)
54+
- [From the Horizon Interface](#pause-horizon)
55+
- [Using Openstack/Nova APIs](#pause-openstack-nova)
56+
57+
<a name="shelve-instance"></a>
58+
59+
### Suspend (*shelve*) an instance
4060

4161
> [!alert]
4262
> Please note that suspending an IOPS or T1/T2-180 instance will result in the loss of data on the NVMe passthrough drives.
@@ -46,17 +66,19 @@ The table below allows you to differentiate the options available on your instan
4666
4767
This option will allow you to release the resources dedicated to your Public Cloud instance, but the IP address will remain. The data on your local disk will be stored in a snapshot automatically created once the instance is shelved. Data stored in the memory and elsewhere will not be retained.
4868

69+
<a name="control-panel"></a>
70+
4971
#### From the OVHcloud Control Panel
5072

5173
In the OVHcloud Control Panel, select your project from the `Public Cloud`{.action} section. Click on `Instances`{.action} in the left side menu.
5274

5375
Click on the `...`{.action} button to the right of the instance you want to suspend, then click on `Suspend`{.action}.
5476

55-
![suspend instance](images/suspend_an_instance_2024.png){.thumbnail}
77+
![suspend instance](images/suspend_an_instance.png){.thumbnail}
5678

5779
In the pop-up window, take note of the message and click on `Confirm`{.action}.
5880

59-
![confirm suspension](images/confirm_suspension.png){.thumbnail}
81+
![confirm suspension](images/suspend_an_instance_2024.png){.thumbnail}
6082

6183
Once the process is completed, your instance will now appear as *Suspended*.
6284

@@ -66,6 +88,8 @@ To view the snapshot, click on `Instance Backup`{.action} underneath the **Compu
6688

6789
![snapshot tab](images/shelved_backup.png){.thumbnail}
6890

91+
<a name="horizon"></a>
92+
6993
#### From the Horizon Interface
7094

7195
To proceed, you need to [log in to the Horizon interface](https://horizon.cloud.ovh.net/auth/login/):
@@ -90,6 +114,8 @@ To view the snapshot, in the `Compute`{.action} menu, click on `Images`{.action}
90114

91115
![snapshot](images/snapshothorizon.png){.thumbnail}
92116

117+
<a name="openstack-nova"></a>
118+
93119
#### Using Openstack/Nova APIs
94120

95121
Before proceeding, it is recommended that you consult these guides:
@@ -107,6 +133,8 @@ openstack server shelve <UUID server>
107133
nova shelve <UUID server>
108134
```
109135

136+
<a name="unshelve-instance"></a>
137+
110138
### Reactivate (*unshelve*) an instance
111139

112140
This option will allow you to re-up your instance so that you can continue using it. Please note that once this is done, the regular billing will resume.
@@ -118,6 +146,8 @@ This option will allow you to re-up your instance so that you can continue using
118146
> OVHcloud is providing you with machines that you are responsible for. We have no access to these machines, and therefore cannot manage them. You are responsible for your own software and security management. If you experience any issues or doubts when it comes to managing, using or securing your server, we recommend that you contact a [specialist service provider](/links/partner).
119147
>
120148
149+
<a name="control-panel-unshelve"></a>
150+
121151
#### From the OVHcloud Control Panel
122152

123153
In the OVHcloud Control Panel, select your project from the `Public Cloud`{.action} section and click on `Instances`{.action} in the left side menu.
@@ -130,6 +160,8 @@ In the pop-up window, take note of the message and click on `Confirm`{.action}.
130160

131161
Once the process is completed, your instance will now appear as *Activated*.
132162

163+
<a name="horizon-unshelve"></a>
164+
133165
#### From the Horizon interface
134166

135167
In the Horizon interface, click on the `Compute`{.action} menu on the left and then select `Instances`{.action}. Select `Unshelve Instance`{.action} in the drop list for the corresponding instance.
@@ -138,6 +170,8 @@ In the Horizon interface, click on the `Compute`{.action} menu on the left and t
138170

139171
Once the process is completed, your instance will now appear as *Active*.
140172

173+
<a name="openstack-nova-unshelve"></a>
174+
141175
#### Using Openstack/Nova APIs
142176

143177
Once your environment is ready, type the following at the command line:
@@ -150,10 +184,14 @@ Once your environment is ready, type the following at the command line:
150184
~$ nova unshelve <UUID server>
151185
```
152186

153-
### Stop (*suspend*) an instance <a name="stop-suspend-instance"></a>
187+
<a name="stop-suspend-instance"></a>
188+
189+
### Stop (*suspend*) an instance
154190

155191
This option will allow you to shutdown your instance and store the VM state on disk, the memory will be written to the disk as well.
156192

193+
<a name="stop-control-panel"></a>
194+
157195
#### From the OVHcloud Control Panel
158196

159197
In the OVHcloud Control Panel, select your project from the `Public Cloud`{.action} section and click on `Instances`{.action} in the left side menu.
@@ -166,7 +204,9 @@ In the pop-up window, take note of the message and click on `Confirm`{.action}.
166204

167205
Once the process is completed, your instance will now appear as *Off*.
168206

169-
To resume the instance, perform the same steps as mentioned above. Click on the `...`{.action} button to the right of the instance and select `Boot`{.action}. In some cases, you might need to do a cold reboot.
207+
To **resume** the instance, perform the same steps as mentioned above. Click on the `...`{.action} button to the right of the instance and select `Boot`{.action}. In some cases, you might need to do a cold reboot.
208+
209+
<a name="stop-horizon"></a>
170210

171211
#### From the Horizon interface
172212

@@ -176,7 +216,9 @@ In the Horizon interface, click on the `Compute`{.action} menu on the left and t
176216

177217
The confirmation message will appear, indicating that the instance has been suspended.
178218

179-
To unsuspend the instance, perform the same steps as mentioned above. In the drop list for the corresponding instance select `Resume Instance`{.action}.
219+
To **resume** the instance, perform the same steps as mentioned above. In the drop list for the corresponding instance select `Resume Instance`{.action}.
220+
221+
<a name="stop-openstack-nova"></a>
180222

181223
#### Using Openstack/Nova API
182224

@@ -190,7 +232,7 @@ Once your environment is ready, type the following at the command line:
190232
~$ nova suspend <UUID server>
191233
```
192234

193-
To unsuspend the instance, type the following at the command line:
235+
To **resume** the instance, type the following at the command line:
194236

195237
```bash
196238
~$ openstack server unsuspend <UUID server>
@@ -200,19 +242,25 @@ To unsuspend the instance, type the following at the command line:
200242
~$ nova unsuspend <UUID server>
201243
```
202244

203-
### Pause an instance <a name="pause-instance"></a>
245+
<a name="pause-instance"></a>
204246

205-
This action is only possible in the Horizon interface or via the Openstack/Nova API. It allows you to *freeze* your instance.
247+
### Pause an instance
206248

207-
#### Using Horizon
249+
This action is **only** possible in the Horizon interface or via the Openstack/Nova API. It allows you to *freeze* your instance.
250+
251+
<a name="pause-horizon"></a>
252+
253+
#### From the Horizon Interface
208254

209255
In the Horizon interface, click on the `Compute`{.action} menu on the left and then select `Instances`{.action}. Select `Pause Instance`{.action} in the drop list for the corresponding instance.
210256

211257
![Pause instance](images/pauseinstancehorizon.png){.thumbnail}
212258

213259
The confirmation message will appear, indicating that the instance has been paused.
214260

215-
To unpause the instance, perform the same steps as mentioned above. In the drop list for the corresponding instance select `Resume Instance`{.action}.
261+
To **unpause** the instance, perform the same steps as mentioned above. In the drop list for the corresponding instance select `Resume Instance`{.action}.
262+
263+
<a name="pause-openstack-nova"></a>
216264

217265
#### Using Openstack/Nova APIs
218266

@@ -226,7 +274,7 @@ Once your environment is ready, type the following at the command line:
226274
~$ nova pause <UUID server>
227275
```
228276

229-
To unpause the instance, type the following at the command line:
277+
To **unpause** the instance, type the following at the command line:
230278

231279
```bash
232280
~$ openstack server unpause <UUID server>

0 commit comments

Comments
 (0)