Comments
-
I would also be VERY interested in a method to complete the same management of Interfaces. We are about to begin implementing NPM, and our world-wide count of Interfaces is more than 55,000! I sure don't want to have to go through and manage them one at a time. We only want to manage and collect data on about 8000. Any…
-
Yes they resolved the issue. You're not going to believe this... But their installation program requires access to the Internet (from the SCOM server!) to complete. The solution was to fool the install program with false redirects in the host file. Add the 2 entries below to you server's host file. Then try the install…
-
Thanks for the reply. If it is one of our core switches, even adding the single node exceeds our total license limit (because the several hundred Interfaces included). In this case I don't even get through the Discovery process before the license limit stops the process.
-
On the software (Orion) side. When I am installing the NPM software, how do you tell the application to use a port other than 1433. I didn't see any options for this during the install. If we configure the SQL server to use a different port the install just seems to fail without finding the SQL server.
-
I have read this paragraph in the docs. It makes no sense to me. The only thing that I can think that it means is to not have an individual user account in NPM with a password that does not match the user's current password in AD, when you implement the AD integration. This is not the case in the issue that I posted. The…
-
Thank you very much. This solution does work on the custom Node properties. But it does not work on the custom Interface properties. None of these queries work: Interface.CustomProperty.WAN = 'false' InterfaceCustomProperty.WAN = 'false' Interface.CustomProperty.WAN = '0' InterfaceCustomProperty.WAN = '0' The first of…
-
I too have seen this same issue several time with EOC v1.2, and at least once with v1.3. I would also like to see an offical answers as to why EOC some times does not update node status correctly.
-
Just to communicate the answer to our issue: The problem turned out to be something in the SolarWinds folder of the website. Something that was left over from when we upgraded from verion 9.5 and 10. Deleted this folder, and creating it from scratch through the config wizard corrected our issue.
-
There was also an issue with using custom properties on Interfaces. I support case was opened with SW. It turns out that is a bug (or several) in SP1 for EOC v1.3. I patch was supplied by tech support to correct this, but it a one-off patch for anyone having this issue. With the patch the syntax turned out to be: For…
-
I also am currently having the same issue. I also am local and domain admin. So a permissions issue is unlikely. I also tried Microsoft's workaround from the knowledge base article. No luck. * Orion NPM 9.5 SP5 * MS SCOM 2007 R2* Windows 2003 32-bit SP2 * MS SQL 2005 Any ideas? I will also be opening a support case. But it…