Hello again :) So I installed PA Satellite on a pretty much fresh MS Server 2016 Standard
The default Monitors all work, and I wanted to add iLO through IPMI Adding the Server results in this error: Failed to access X.X.X.X via IPMI protocols. Error: Unrecognized error -1073741515 from ipmi probeYou can test these credentials directly by running: "C:Program FilesPA Server Monitoripmiutil.exe" sensor -N {hostname/IP_address} -U {username} -P {password}
Running that command gave me the error: Programm could not be started, "MSVCR110.dll" missing
I see: Microsoft Visual C++ 2017 (x64 and x86) redist got installed today Microsoft Visual C++ 2010 (x64 and x86) redist were allready installed
However, the MSVCR110.dll is not in "C:WindowsSysWOW64" (It is in "C:WindowsSystem32")
I copied the .dll from my Windows 10 SysWOW64 folder into "C:Program FilesPA Server Monitor" and it started to work (I could add the Server)
So my question, what is missing?