Skip to main content

Install Hyper-V Agent on Hyper-V Server 2012

Thread needs solution

Dear community,

i try to install the Hyper-V agent remote on a Hyper-V Server 2012 (Core)
I opened following ports in the firewall on the Hypervisor: TCP 9876, 25001
The user account has administrative rights and the right to logon as service (The Server is not in Domain)
the connectivity test is succeslful but the management server tries to gather information
from server i get following error:

Code: 18.087.938(0x01140002)
Zeileninfo: 0x8FEADEA9B9A879B;

Modul: management_server_vs_39029
Nachricht: Erhalten von Informationen über Remote-Maschine '10.0.1.20' fehlgeschlagen.

Code: 18.087.958(0x01140016)
Zeileninfo: 0x67BE6875CD4600F9;

Modul: management_server_vs_39029
Nachricht: Abrufen von Informationen über die Remote-Maschine '10.0.1.20' ist fehlgeschlagen (Windows-Betriebssystem wurde erwartet).

Code: 18.087.941(0x01140005)
Zeileninfo: 0xAC0572B83EE95C18;

Modul: management_server_vs_39029
Nachricht: Verbindung zum Dienst fehlgeschlagen.

Code: 18.087.940(0x01140004)
Zeileninfo: 0xAC0572B83EE95C0E;

Modul: management_server_vs_39029
Nachricht: Installation des Dienstes fehlgeschlagen.

Code: 4.522.045(0x0045003D)
Zeileninfo: 0x935A2B77507E56E5;

Modul: management_server_vs_39029
Nachricht: Installation des Dienstes fehlgeschlagen.

Code: 4.522.002(0x00450012)
Zeileninfo: 0xD4B32A925E8F6B93;

Modul: management_server_vs_39029
Nachricht: Start des Dienstes fehlgeschlagen.

Code: 4.522.002(0x00450012)
Zeileninfo: 0xDE9D823FC6EFF4CD;

Modul: management_server_vs_39029
Nachricht: Start des Dienstes fehlgeschlagen.

Code: 65.520(0x0000FFF0)
Zeileninfo: 0xBD28FDBD64EDB8EE;

Modul: management_server_vs_39029
Nachricht: The dependency service or group failed to start

0 Users found this helpful

the eventlog of the hyper-v server shows one error

The Acroinst service depends on the Netlogon service which failed to start because of the following error:
The operation completed successfully.

If it's not crucial to install it using remote install, it's possible to install it from command-line extracting msi packages for Agent Core and Agent for Hyper-V and install them using msiexec.

Hallo Fedor Larin,

thank you very much for your tip! In the meantime I found the resolution for my problem.
I entered the username for the login on the Hyper-V Server with a leading
backslash that indicates the Acronis Service to use the netlogon service for
authentification. Because the Hyper-V server is not part of the domain the
netlogon service is stopped. Without the leading "\" it worked!!