Comments
-
We had a somewhat similar experience, though not exactly the same. After the upgrade to 2025.4, we found that certain WMI queries failed because they were run against the root\microsoftDFS namespace and no matter what we entered Solarwinds was forcing them to run against root\CIMv2. The fix in this case was to wait as it…
-
One way to do it is via the Powershell cmdlets "Export-CliXML" and "Import-CliXML." Assuming the script is running from the poller, log in as the userid running the script, then use Get-Credentials/Export-CliXML to create the file. Once it is created, you can use Import-CliXML in the script to read the credentials. The…
-
I would imagine that you could build an alert using complex conditions to do this.
-
There was more than that. We were instructed to bring down the poller, update the database to remove polling jobs that appeared to be hung, and then stop polling on the servers & restart it. There really isn't a good explanation as to why it was specifically affecting Hyper-V, other than the possibility that there may have…