You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/public_cloud/compute/suspend_or_pause_an_instance/guide.de-de.md
+56-8Lines changed: 56 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Aussetzen oder Pausieren einer Instanz
3
-
updated: 2025-04-28
3
+
updated: 2025-05-26
4
4
---
5
5
6
6
## Ziel
@@ -36,7 +36,27 @@ In der folgenden Tabelle finden Sie die auf Ihren Instanzen verfügbaren Optione
36
36
|[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.|
37
37
|[Pausieren (*pause*)](#pause-instance)|Speichert den Zustand der VM im RAM. Eine pausierte Instanz wird "eingefroren".|An der Abrechnung der Instanz ändert sich nichts.|
38
38
39
-
### Aussetzen einer Instanz (*shelve*) <aname="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)
- [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
+
<aname="shelve-instance"></a>
58
+
59
+
### Aussetzen einer Instanz (*shelve*)
40
60
41
61
> [!alert]
42
62
> 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
46
66
47
67
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.
48
68
69
+
<aname="control-panel"></a>
70
+
49
71
#### Im OVHcloud Kundencenter
50
72
51
73
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}.
52
74
53
75
Klicken Sie in der Instanzenverwaltung auf `...`{.action} rechts neben der Instanz und wählen Sie `Aussetzen`{.action}.
Bevor Sie fortfahren, empfehlen wir Ihnen folgende Anleitungen:
@@ -107,6 +133,8 @@ Sobald Ihre Umgebung bereit ist, geben Sie in der Kommandozeile Folgendes ein:
107
133
~$ nova shelve <UUID server>
108
134
```
109
135
136
+
<aname="unshelve-instance"></a>
137
+
110
138
### Reaktivieren einer Instanz (*unshelve*)
111
139
112
140
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
118
146
> 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.
119
147
>
120
148
149
+
<aname="control-panel-unshelve"></a>
150
+
121
151
#### Im OVHcloud Kundencenter
122
152
123
153
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ä
130
160
131
161
Sobald der Vorgang abgeschlossen ist, erscheint Ihre Instanz als *Aktiviert*.
132
162
163
+
<aname="horizon-unshelve"></a>
164
+
133
165
#### Im Horizon-Interface
134
166
135
167
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
138
170
139
171
Sobald der Vorgang abgeschlossen ist, erscheint Ihre Instanz als *Active*.
140
172
173
+
<aname="openstack-nova-unshelve"></a>
174
+
141
175
#### Verwendung der OpenStack/Nova APIs
142
176
143
177
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:
150
184
~$ nova unshelve <UUID server>
151
185
```
152
186
153
-
### Anhalten einer Instanz (*suspend*) <aname="stop-suspend-instance"></a>
187
+
<aname="stop-suspend-instance"></a>
188
+
189
+
### Anhalten einer Instanz (*suspend*)
154
190
155
191
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.
156
192
193
+
<aname="stop-control-panel"></a>
194
+
157
195
#### Im OVHcloud Kundencenter
158
196
159
197
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*.
168
206
169
207
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.
170
208
209
+
<aname="stop-horizon"></a>
210
+
171
211
#### Im Horizon-Interface
172
212
173
213
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
178
218
179
219
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}.
180
220
221
+
<aname="stop-openstack-nova"></a>
222
+
181
223
#### Verwendung der OpenStack/Nova API
182
224
183
225
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
200
242
~$ nova unsuspend <UUID server>
201
243
```
202
244
203
-
### Pausieren einer Instanz (*pause*) <aname="pause-instance"></a>
245
+
<aname="pause-instance"></a>
246
+
247
+
### Pausieren einer Instanz (*pause*)
204
248
205
249
Diese Aktion ist nur im Horizon-Interface oder über die OpenStack/Nova-API möglich. Damit können Sie eine Instanz "einfrieren".
206
250
251
+
<aname="pause-horizon"></a>
252
+
207
253
#### Im Horizon-Interface
208
254
209
255
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
214
260
215
261
Um die Instanz wieder in Betrieb zu nehmen (*unpause*), wählen Sie in der Dropdown-Liste der entsprechenden Instanz `Resume Instance`{.action}.
216
262
263
+
<aname="pause-openstack-nova"></a>
264
+
217
265
#### Verwendung der OpenStack/Nova API
218
266
219
267
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:
226
274
~$ nova pause <UUID server>
227
275
```
228
276
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:
230
278
231
279
```bash
232
280
~$ openstack server unpause <UUID server>
@@ -240,4 +288,4 @@ Um die Instanz wieder in Betrieb zu nehmen, geben Sie in der Kommandozeile Folge
Copy file name to clipboardExpand all lines: pages/public_cloud/compute/suspend_or_pause_an_instance/guide.en-asia.md
+61-13Lines changed: 61 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Shelve or pause an instance
3
-
updated: 2025-04-28
3
+
updated: 2025-05-26
4
4
---
5
5
6
6
## Objective
@@ -36,7 +36,27 @@ The table below allows you to differentiate the options available on your instan
36
36
|[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.|
37
37
|[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.|
38
38
39
-
### Suspend (*shelve*) an instance <aname="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)
> 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
46
66
47
67
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.
48
68
69
+
<aname="control-panel"></a>
70
+
49
71
#### From the OVHcloud Control Panel
50
72
51
73
In the OVHcloud Control Panel, select your project from the `Public Cloud`{.action} section. Click on `Instances`{.action} in the left side menu.
52
74
53
75
Click on the `...`{.action} button to the right of the instance you want to suspend, then click on `Suspend`{.action}.
Before proceeding, it is recommended that you consult these guides:
@@ -107,6 +133,8 @@ openstack server shelve <UUID server>
107
133
nova shelve <UUID server>
108
134
```
109
135
136
+
<aname="unshelve-instance"></a>
137
+
110
138
### Reactivate (*unshelve*) an instance
111
139
112
140
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
118
146
> 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).
119
147
>
120
148
149
+
<aname="control-panel-unshelve"></a>
150
+
121
151
#### From the OVHcloud Control Panel
122
152
123
153
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}.
130
160
131
161
Once the process is completed, your instance will now appear as *Activated*.
132
162
163
+
<aname="horizon-unshelve"></a>
164
+
133
165
#### From the Horizon interface
134
166
135
167
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
138
170
139
171
Once the process is completed, your instance will now appear as *Active*.
140
172
173
+
<aname="openstack-nova-unshelve"></a>
174
+
141
175
#### Using Openstack/Nova APIs
142
176
143
177
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:
150
184
~$ nova unshelve <UUID server>
151
185
```
152
186
153
-
### Stop (*suspend*) an instance <aname="stop-suspend-instance"></a>
187
+
<aname="stop-suspend-instance"></a>
188
+
189
+
### Stop (*suspend*) an instance
154
190
155
191
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.
156
192
193
+
<aname="stop-control-panel"></a>
194
+
157
195
#### From the OVHcloud Control Panel
158
196
159
197
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}.
166
204
167
205
Once the process is completed, your instance will now appear as *Off*.
168
206
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
+
<aname="stop-horizon"></a>
170
210
171
211
#### From the Horizon interface
172
212
@@ -176,7 +216,9 @@ In the Horizon interface, click on the `Compute`{.action} menu on the left and t
176
216
177
217
The confirmation message will appear, indicating that the instance has been suspended.
178
218
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
+
<aname="stop-openstack-nova"></a>
180
222
181
223
#### Using Openstack/Nova API
182
224
@@ -190,7 +232,7 @@ Once your environment is ready, type the following at the command line:
190
232
~$ nova suspend<UUID server>
191
233
```
192
234
193
-
To unsuspend the instance, type the following at the command line:
235
+
To **resume** the instance, type the following at the command line:
194
236
195
237
```bash
196
238
~$ openstack server unsuspend <UUID server>
@@ -200,19 +242,25 @@ To unsuspend the instance, type the following at the command line:
200
242
~$ nova unsuspend <UUID server>
201
243
```
202
244
203
-
### Pause an instance <aname="pause-instance"></a>
245
+
<aname="pause-instance"></a>
204
246
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
206
248
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
+
<aname="pause-horizon"></a>
252
+
253
+
#### From the Horizon Interface
208
254
209
255
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.
The confirmation message will appear, indicating that the instance has been paused.
214
260
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
+
<aname="pause-openstack-nova"></a>
216
264
217
265
#### Using Openstack/Nova APIs
218
266
@@ -226,7 +274,7 @@ Once your environment is ready, type the following at the command line:
226
274
~$ nova pause <UUID server>
227
275
```
228
276
229
-
To unpause the instance, type the following at the command line:
277
+
To **unpause** the instance, type the following at the command line:
0 commit comments