IaaS First Aid

Aus TERRA CLOUD WIKI
Version vom 23. September 2026, 12:27 Uhr von Christian Toedtmann (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „# Enter the following command to start Diskpart:<br><code>diskpart</code> # List the available disks:<br><code>list disk</code> # Identify the disk containing the Windows installation based on the displayed size. # Select the appropriate disk:<br><code>select disk <disk number></code> # Then, list the available volumes:<br><code>list volume</code> # Identify the volume where Windows is installed. # Select the appropriate volume:<br><code>select volu…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

On this page we would like to provide you with assistance in the area of IaaS so that you can act quickly in an emergency.
If you are missing a point, please give us feedback:
Support@terracloud.de.

IaaS order is pending

If your IaaS order is stuck, one reason may be the missing Securepoint link in the Technical Center.
This must be done at both the reseller and end customer level.
This also applies to NFR orders.

Please see the following wiki article:

VM no longer starts up

In order to get back to work as quickly as possible, two employees should work through the following steps in parallel:

Employee 1

An employee can attempt to boot the OS into recovery mode and perform a repair using the installation ISO.

Implementation:


  • Navigate to Virtual Machines.


  • Select the respective package and VM.
  • Insert the appropriate installation ISO and check the boot order using the respective button.



  • Open the console connection and boot from the installation ISO.


  • You can then try to repair the existing installation.


Note: If you do not have authorization to access the above points, please contact the colleague who was created as Reseller Admin in the Technical Center.

Employee 2

The other employee should book a DR-VM (Disaster Recovery VM) in parallel so that the restore from the Terra Cloud Backup can be carried out in parallel.
This has the advantage that a restore can be started while employee 1 is attempting to repair.
This way you don't waste any time if employee 1 is not successful.

Note:
If you use another backup solution, e.g. Acronis or Veeam Backup, a different approach such as Mig-VM (Migrations VM) may be necessary.

Implementation:


  • Navigate to your customer in the appropriate IaaS/MIaaS package.
  • Add another VM there. Please pay attention to the following:
  • Same configuration as the original VM
  • Other name e.g. SRV-DC-New or SRV-DC-DR
  • Operating system: Disaster Recovery VM Windows
  • Please pay attention to the correct generation of the VM here.
    This is not about the generation of the IaaS package, which refers to the underlying hardware, but about the VM generation.
    If you are not sure, book two DR VMs, one with generation 1 and one with generation 2.
    The wrong VM can be canceled later.
  • Save the order and wait for notification from us that the DR VM is ready.
  • Please make sure that you always save from right to left' and only click on the save button once.



  • Select the respective package and VM.
  • Open the console connection and then follow the following instructions: Perform a restore



Note: If you do not have authorization to access the above points, please contact the colleague who was created as Reseller Admin in the Technical Center.

Control VM

The latest VM status is not displayed in the Technical Center.

It may happen that you do not always see the most current status of your VM in the Technical Center.
This can also mean that it is not possible to control the VM and you receive an error message:

Error changing status [..]

To solve both, you must update the VM status.
You will find an arrow symbol in the top right for this.

<br

When I access a Windows VM via console connection, the CTRL+ALT+DEL keyboard shortcut doesn't work.

Our Terra Cloud is based on Hyper-V. In a Hyper-V console connection, the key combination CTRL+ALT+END is used instead of CTRL+ALT+DEL.

My VM is having performance issues.

The cause of poor performance can be very diverse.
Therefore, we need to get precise information about the problem from you.
Please write us an email at support@terracloud.de and answer the following questions:

  • Which VM is affected by the issue? (All VMs, all terminal servers, SQL etc.)
  • How does the problem manifest itself? Please explain in detail (with screenshots if necessary).
  • Is there a dependency on another system? (E.g. access to a database;
    • How is the other system connected OnPremise <-> Cloud?)
  • When exactly do the problems occur? (please state exact time/period)
  • Has anything been changed in the system? (More users, different programs, etc.)
  • Were updates installed and did the problem occur afterwards? If so, is it perhaps a known problem?
  • What troubleshooting options have you already carried out?
  • Are or were there any interruptions in the connection?
  • Is access via RDP, console (Technical Center), TeamViewer etc.?
  • What type of VPN do you use (SSL VPN, IPSec IKEv2, etc.)?
  • What software or hardware do you use to establish the VPN connection? (OpenVPN Client, Cloud Connector, etc.)

The administrator password for a Windows VM has been lost.

If the stored administrator password is no longer available, it can be reset using a workaround.
The following instructions describe the necessary steps, using an IaaS VM and Windows Server 2025 as an example.

Mount Windows Server ISO

  1. Log in to the TERRA CLOUD Technical Center.
  2. In the left-hand menu, under "Products," open the "Virtual Machines" section.
  3. Select the relevant virtual machine.
  4. In the VM details, click the plus icon under "Mounted Images."
  5. Select a current Windows Server 2025 ISO.
  6. Click "Mount" and confirm the action.

Boot the VM from the Windows Server ISO

  1. Start the virtual machine using the previously mounted Windows Server ISO.
  2. In the subsequent windows, select the desired language and keyboard layout, clicking "Next" for each step.

  3. In the Windows Setup screen that appears next, select the "Repair your computer" option.
  4. Click "Next" and select the appropriate keyboard layout again.
  5. The "Choose an option" screen will then appear. Select "Troubleshoot".
  6. Next, open the "Command Prompt".

Identify Windows partition using Diskpart

  1. Enter the following command to start Diskpart:
    diskpart
  2. List the available disks:
    list disk
  3. Identify the disk containing the Windows installation based on the displayed size.
  4. Select the appropriate disk:
    select disk <disk number>
  5. Then, list the available volumes:
    list volume
  6. Identify the volume where Windows is installed.
  7. Select the appropriate volume:
    select volume <volume number>
  8. Assign an available drive letter to the volume if necessary:
    assign letter=<drive letter>
  9. Finally, exit Diskpart:
    exit

Preparing the "utilman.exe" file

  1. Switch to the partition where Windows is installed.
  2. Then navigate to the Windows directory and into the "System32" subdirectory.
  3. Rename the file "utilman.exe" using the following command:
    ren utilman.exe utilman.old.
  4. To replace "utilman.exe" with a copy of "cmd.exe", run the following command:
    copy cmd.exe utilman.exe
  5. Then close the Command Prompt.
  6. The "Choose an option" window will appear again.
  7. Click "Continue".
  8. The VM will then restart. Allow the normal boot process to complete fully.

Reset administrator password

  1. After restarting, open the Windows sign-in screen.
  2. Click the accessibility icon in the bottom-right corner. Instead of the utilman.exe window, cmd.exe opens.
  3. To change the password, use the following command:
    net user Administrator NEW_PASSWORD
  4. Close the Command Prompt.
  5. Log in to the server using the newly set administrator password.
  6. Verify that the login is successful.

Restore the "utilman.exe" file

After successfully changing the administrator password, the changes made during the recovery process must be reverted.

  1. Restart the VM from the Windows Server ISO, open a command prompt, and reassign a drive letter to the appropriate drive if necessary.
  2. Switch back to the Windows partition and then navigate to the Windows\System32 directory.
  3. Restore the original utilman.exe file using the following command:
    copy utilman.old utilman.exe.
  4. Verify that the original file has been successfully restored.
  5. Close the command prompt by typing:
    exit
  6. Open the affected VM in the TERRA CLOUD Technical Center and detach the Windows Server ISO.
  7. Then, restart the VM.
  8. After the restart, log in using the newly set administrator password.