Skip to content

Commit 6077824

Browse files
Merge pull request #7477 from ovh/BoS_SK-1440-upd-rescue-win
Upd WinRescue SD
2 parents 022a54f + 32a22f7 commit 6077824

33 files changed

+2793
-901
lines changed
-867 Bytes
Loading

pages/bare_metal_cloud/dedicated_servers/rescue-customer-windows/guide.de-de.md

Lines changed: 184 additions & 57 deletions
Large diffs are not rendered by default.
Lines changed: 185 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,36 @@
11
---
2-
title: "Activating and using Windows rescue mode"
3-
excerpt: "Find out how to use the OVHcloud rescue-customer-windows mode to troubleshoot your dedicated server"
4-
updated: 2024-05-21
2+
title: "How to activate and use Windows rescue mode"
3+
excerpt: "Find out how to use the OVHcloud rescue system for Windows to troubleshoot your dedicated server"
4+
updated: 2025-01-28
55
---
66

7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
721
## Objective
822

9-
The *rescue-customer-windows* mode is a tool provided by OVHcloud that allows you to boot to a temporary operating system with the aim of diagnosing and resolving problems on your server.
23+
Rescue mode is a tool provided by OVHcloud that allows you to boot into a temporary operating system for the purpose of diagnosing and resolving issues on your server.
24+
The functionality of rescue mode in general is described on our guide page:
25+
26+
[How to activate and use rescue mode](/pages/bare_metal_cloud/dedicated_servers/rescue_mode)
1027

11-
Usual tasks this rescue mode is appropriate for include:
28+
The option **Windows customer rescue system** is only available for dedicated servers that have a **Windows Server** operating system installed. The following conditions apply:
1229

13-
- [Resetting the administrator password](/pages/bare_metal_cloud/dedicated_servers/rcw-changing-admin-password-on-windows)
14-
- Repairing a broken operating system
15-
- Fixing a software firewall misconfiguration
30+
- The rescue system for Windows (`rescue-customer-windows`) runs in a virtual machine (VM) launched from the customer rescue system (`rescue-customer`, based on Debian GNU/Linux).
31+
- The server disks are attached to the VM with *passthrough*, so it is possible to access them.
32+
- Other server components will not be accessible (CPU, RAM, network card, RAID card).
33+
- The network is mounted with *passthrough* but without direct access to the network card. The VM carries the IP address and the MAC address of the *bare metal* server.
1634

1735
> [!warning]
1836
>
@@ -21,101 +39,211 @@ Usual tasks this rescue mode is appropriate for include:
2139
> If you have any services still online, rescue mode will interrupt them as the machine is being rebooted into the auxiliary rescue environment.
2240
>
2341
24-
**This guide explains how to reboot a server into *rescue-customer-windows* mode.**
25-
42+
**This guide explains how to boot a server into the Windows customer rescue system.**
43+
2644
## Requirements
2745

2846
- Microsoft Windows installed on your [dedicated server](/links/bare-metal/bare-metal)
2947
- At least 16 GB of RAM installed on the server
3048
- Access to the [OVHcloud Control Panel](/links/manager)
3149

32-
## Functional information
50+
## Instructions
3351

34-
The *rescue-customer-windows* mode runs in a virtual machine (VM) launched from the *rescue* system (based on Debian GNU/Linux).<br>
35-
The server disks are attached to the VM with *passthrough*, so it is possible to access them.<br>
36-
Other server components will not be accessible (CPU, RAM, network card, RAID card).<br>
37-
The network is mounted with *passthrough* but without direct access to the network card, this implies that the VM carries the IP address and the MAC address of the *bare metal* server.
52+
### Activating rescue mode for Windows
3853

39-
> [!warning]
40-
>
41-
> Restarting or shutting down the VM of *rescue-customer-windows* will not reboot the server on its original OS.
42-
> To reboot on the original OS, please refer to the documentation below.
54+
Log in to your [OVHcloud Control Panel](/links/manager), open the `Bare Metal Cloud`{.action} section and then `Dedicated servers`{.action}.
4355

44-
## Instructions
56+
Click on your server's name to open the `General information`{.action} tab.
57+
58+
<a name="netboot"></a>
59+
60+
In the **General information** box, click the button `...`{.action} next to `Boot`. Click on `Edit`{.action} in the context menu.
61+
62+
![Modify boot mode](images/rescue-mode-001.png){.thumbnail}
63+
64+
On the page **Change the netboot**, select `Boot in rescue mode`{.action}.
65+
66+
Select `Windows customer rescue system`{.action} in the drop-down menu.
67+
68+
![Modify boot mode](images/manager-rescue-windows-menu.png){.thumbnail width="800"}
69+
70+
The rescue mode notification email including its login details will be sent to the contact email address of your OVHcloud account. To use a different email address, enter it in the field `Send new login details to the following email address`.
4571

46-
You can only activate rescue mode from your [OVHcloud Control Panel](/links/manager). Go to the `Bare Metal Cloud`{.action} section and select the server from `Dedicated servers`{.action}.
72+
Click `Next`{.action}.
4773

48-
Look for "Boot" in the **General information** box and click on `...`{.action}, then on `Edit`{.action}.
74+
In the **Summary** step, click `Confirm`{.action}.
4975

50-
![Change boot mode](images/rescue-mode-001.png){.thumbnail}
76+
![Summary](images/winresc_summ.png){.thumbnail}
5177

52-
On the next page, select **Boot in rescue mode**.
78+
You should now have a notification regarding the `Netboot` setting in the `General information`{.action} tab.
5379

54-
Choose `rescue-customer-windows`{.action}. Specify an alternative email address below if you do **not** want the login credentials sent to your customer account's primary address.
80+
![Netboot](images/rescue-mode-006.png){.thumbnail}
5581

56-
Click `Next`{.action} and `Confirm`{.action}.
82+
The final step is to restart the server. Click the button `...`{.action} next to "Status" in the **Service status** box, then click `Restart`{.action}. Click `Confirm`{.action} in the popup window.
5783

58-
![Rescue-customer mode](images/manager-rescue-windows-menu.png){.thumbnail}
84+
![Reboot](/pages/assets/screens/control_panel/product-selection/bare-metal-cloud/dedicated-servers/general-information/rebooting-your-server.png){.thumbnail}
5985

60-
Once the modification is complete, click the `...`{.action}' button to the right of "Status" in the box labelled **Service status**.
86+
This "hard reboot" will take a few minutes to complete. You can check the current status in the tab named `Tasks`{.action}.
6187

62-
Click `Restart`{.action} and the server will reboot into rescue mode. This may take a few minutes.
88+
> [!primary]
89+
>
90+
> After you have finished your actions in rescue mode, remember to change the `Netboot` setting back to `Boot from the hard disk`{.action} before restarting the server.
6391
64-
You can check the progress in the `Tasks`{.action} tab. Once the rescue system is available, you will be sent an email containing the credentials (including the login password) of the rescue mode Administrator user.
92+
### Accessing your server in rescue mode
6593

66-
![Reboot the server](images/rescue-mode-02.png){.thumbnail}
94+
Once you have received the email informing you that rescue mode is enabled, you can log on to the Windows rescue mode system and access your server.
95+
This email is also available in your [OVHcloud Control Panel](/links/manager) as soon as it is sent. Click on the name associated with your NIC handle (Customer ID) in the menu bar in the top right-hand corner, then select `Service emails`{.action}.
6796

68-
Once you have finished your tasks in rescue mode, please remember to reset the boot mode (netboot) to `Boot from the hard disk`{.action}, then reboot your server.
97+
To establish a remote session to the Windows rescue mode system, you will need these credentials:
6998

70-
### Connection to *rescue-customer-windows*
99+
- IP address of the server
100+
- Username of the temporary admin account (`Administrator`)
101+
- Password for the temporary admin account
71102

72-
Once you have retrieved your password, you have three options for connecting to the server:
103+
You can use the following connections methods to access your server via the Windows rescue mode system:
73104

74105
- Remote Desktop Protocol (RDP)
75-
- SSH (official Windows OpenSSH Server component)
76-
- KVM IP (if your server allows it)
106+
- KVM over IP (if your server allows it)
107+
- OpenSSH (official Windows Server component)
77108

78-
> [!warning]
79-
>
80-
> In any case, you will be asked to enter your password.
81-
>
82-
> The user to log in is `Administrator`.
83-
>
84-
> The password is sent via a `secret-as-a-service` link.
109+
#### RDP
110+
111+
/// details | Unfold this section
112+
113+
To connect, use the `Remote Desktop Connection` client of Windows or any compatible application.
114+
115+
![rdp connection](/pages/assets/screens/other/windows/windows_rdp.png){.thumbnail}
85116

86-
#### KVM IP usage
117+
///
118+
119+
#### KVM
120+
121+
/// details | Unfold this section
87122

88123
From the KVM login screen, you can select a different keyboard language.
89124

90-
![KVM Login Screen](images/rescue-kvm-login-screen.png){.thumbnail}
125+
![KVM Login Screen](images/rescue-kvm-login-screen.png){.thumbnail width="800"}
91126

92-
![KVM Language Screen](images/rescue-kvm-login-language.png){.thumbnail}
127+
![KVM Language Screen](images/rescue-kvm-login-language.png){.thumbnail width="800"}
93128

94129
You can change the accessibility options and enable the virtual keyboard:
95130

96-
![KVM accessibility Screen](images/rescue-kvm-login-accessibility.png){.thumbnail}
131+
![KVM accessibility Screen](images/rescue-kvm-login-accessibility.png){.thumbnail width="800"}
97132

98-
![KVM keyboard screen](images/rescue-kvm-login-keyboard.png){.thumbnail}
133+
![KVM keyboard screen](images/rescue-kvm-login-keyboard.png){.thumbnail width="800"}
99134

100-
### Mounting disks
135+
You can find further information in our guide: [How to use the IPMI console with a dedicated server](/pages/bare_metal_cloud/dedicated_servers/using_ipmi_on_dedicated_servers)
101136

102-
Attached disks may be displayed as `Dynamic Volumes`. To access them, please refer to the [official Microsoft documentation](https://learn.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/troubleshoot-disk-management#a-dynamic-disks-status-is-foreign).
137+
///
103138

104-
### Recommended utilities
139+
#### SSH
140+
141+
/// details | Unfold this section
142+
143+
Open the command line application on your local device and enter the following command:
144+
145+
```bash
146+
ssh Administrator@SERVER_IP
147+
```
148+
149+
Example:
150+
151+
```bash
152+
153+
```
154+
155+
Enter the temporary rescue mode password when prompted. Example:
156+
157+
```console
158+
[email protected]'s password:
159+
administrator@WINRESCUEOVH C:\Users\Administrator>
160+
```
161+
162+
Find more information on SSH connections in our [SSH introduction guide](/pages/bare_metal_cloud/dedicated_servers/ssh_introduction).
163+
You can also use any SSH connection tool, such as [PuTTY](/pages/web_cloud/web_hosting/ssh_using_putty_on_windows).
164+
165+
///
166+
167+
### Importing disks to access your files
168+
169+
Once logged in to the Windows customer rescue system, you need to import (mount) the Windows server's disks before you can access the file system.
170+
171+
/// details | Unfold this section
105172

106173
> [!warning]
174+
> The following exemplary instructions and screenshots will illustrate the mounting process based on a server with two mirrored disks (RAID1). The details displayed by the Disk Management tool depend on your server's disk configuration.
175+
> For additional information, consult the [official Microsoft documentation](https://learn.microsoft.com/en-us/windows-server/storage/disk-management/overview-of-disk-management).
176+
>
177+
> If you require professional assistance with server administration, consider the details in the [Go further](#gofurther) section of this guide.
178+
179+
| ![Windows disk management](images/rescue-disk-mgmt1.png){.thumbnail} |
180+
|---|
181+
| Right-click on the `Start Menu`{.action} button and open `Disk Management`{.action}. |
182+
183+
| ![Windows disk management](images/rescue-disk-mgmt2.png){.thumbnail width="700"} |
184+
|---|
185+
| `Disk 0` contains the rescue system (volume `C:`). The disks of your Windows server will be displayed as `Offline`. |
186+
187+
| ![Windows disk management](images/rescue-disk-mgmt3.png){.thumbnail} |
188+
|---|
189+
| Right-click on each disk and select `Online`{.action} from the context menu. |
190+
191+
| ![Windows disk management](images/rescue-disk-mgmt4.png){.thumbnail} |
192+
|---|
193+
| The server disks are now [recognized by the rescue system as `Foreign`](https://learn.microsoft.com/en-us/troubleshoot/windows-server/backup-and-storage/troubleshoot-disk-management#a-dynamic-disks-status-is-foreign), a status indicating in this case that the attached disks belong to a different operating system. |
194+
195+
| ![Windows disk management](images/rescue-disk-mgmt5.png){.thumbnail} |
196+
|---|
197+
| Right-click on a disk and select `Import Foreign Disks...`{.action} from the context menu. |
198+
199+
| ![Windows disk management](images/rescue-disk-mgmt6.png){.thumbnail} |
200+
|---|
201+
| If applicable, select the disks to import. Click `OK`{.action}. |
202+
203+
| ![Windows disk management](images/rescue-disk-mgmt7.png){.thumbnail} |
204+
|---|
205+
| Click `OK`{.action}. |
206+
207+
| ![Windows disk management](images/rescue-disk-mgmt8.png){.thumbnail} |
208+
|---|
209+
| In this example, the two disks of the server are mirrored, therefore the status `Resynching` will be displayed. This is the normal process; the resynchronisation will continue once the server is rebooted into its installed OS. |
210+
211+
| ![Windows disk management](images/rescue-disk-mgmt9.png){.thumbnail} |
212+
|---|
213+
| To access your files, right-click on the Windows partition of your `Disk 1` and select `Open`{.action} from the context menu. |
214+
215+
///
216+
217+
### Recommended utilities
218+
219+
> [!primary]
107220
>
108-
> Below is a list of recommended software for certain use cases.
109-
> This software is not installed by default on the *rescue* image and are easily available on the internet.
221+
> Additional software is not preinstalled on the rescue mode system. Below is a list of recommended tools, available from the respective website of their developers.
110222
111223
| Software | Description |
112224
| --- | --- |
113-
| CrystalDiskInfo | Disk Diagnostics Tool |
114-
| 7Zip | Archive Management Tool |
115-
| FileZilla | Open source FTP client |
225+
| CrystalDiskInfo | Disk diagnostics tool |
226+
| 7-Zip | Archive management tool |
227+
| FileZilla | FTP client |
228+
229+
### Exiting rescue mode
230+
231+
In the [OVHcloud Control Panel](/links/manager), [change the boot mode](#netboot) back to `Boot from the hard disk`{.action} and confirm.
232+
233+
![Netboot Disk](images/rescue-mode-007.png){.thumbnail width="800"}
234+
235+
Then use the `Restart`{.action} function in your OVHcloud Control Panel.
236+
237+
<a name="gofurther"></a>
116238

117239
## Go further
118240

119241
[How to activate and use rescue mode](/pages/bare_metal_cloud/dedicated_servers/rescue_mode)
120242

121-
Join our [community of users](/links/community).
243+
[How to change the admin password on a Windows dedicated server](/pages/bare_metal_cloud/dedicated_servers/rcw-changing-admin-password-on-windows)
244+
245+
For specialized services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).
246+
247+
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
248+
249+
Join our [community of users](/links/community).

0 commit comments

Comments
 (0)