PA8 - IPMI Server - error -1073741515 / MSVCR110.dll
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 trough 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 Files\PA Server Monitor\ipmiutil.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:\Windows\SysWOW64"
(It is in "C:\Windows\System32")
I copied the .dll from my Windows 10 SysWOW64 folder into "C:\Program Files\PA Server Monitor" and it started to work (I could add the Server)
So my question, what is missing?