Hello everyone,
I have installed Hyper-V connector on SNOW Inventroy Server version 5. In the Management and Configuration Center, the Hyper-V configuration is not displayed under All Devices. I would now check the logs. Unfortunately, I can't find the location of these logs.
Does anyone know the file location?
Hi Julian,
just be sure: in the documentation "User Guide: Microsoft Hyper-V Connector" you can find in the Support Portal knowledge base there are prerequisites for this connector on the Server side of Hyper-V:
When running Snow Integration Manager on Windows 7 or Windows Server 2008, Windows
Management Framework 3.0 must be installed.
▪ Logon credentials for standalone Hyper-V servers:
◦ Use either a domain user account or a local user account.
◦ The user account must be member of the Hyper-V Administrators group of the
Hyper-V server.
◦ The credentials must have access to the server’s WMI interface.
▪ Logon credentials for VMM servers:
◦ Use a domain user account.
◦ The user must be member of the local Administrators group of the VMM server.
◦ The user must be assigned a role that has the Read-Only Administrator profile with
the All Hosts scope assigned to it.
To create the role and set the scope, open the Virtual Machine Manager Console on
the VMM server, and then go to Settings|Security|User roles.
▪ For VMM servers: Make sure that PowerShell Remoting is enabled on the server.
Example of PowerShell script:
Enable-PSRemoting -Force
If the connection fails to a server that is not a member of the domain, or if connection by IP
address is used, the server’s IP address (or name) might need to be added to “TrustedHosts” on
the local computer. Example of PowerShell script:
set-Item wsman:\localhost\Client\TrustedHosts -Value “xxx.xxx.xxx.xxx,
xxx.xxx.xxx.xxx, …”
Did you already cross check all the prereqs?
Hope this leads somewhere for you.
Best regards,
Michael