Comments
-
That happened to me as well -- but if you go back to the page, it still marked the question as correct.
-
This is existing functionality. I’ve used NCM for quite some time to manage all realms of Dell Networking running all firmware (PowerConnect, Force10, Dell Networking OS9 which is FTOS and newer OS10). Yours is running OS9 (FTOS) I see... The catch is you just need to build a custom device template — once you have that in…
-
Note this is very similar and near duplicate of https://thwack.solarwinds.com/t5/NPM-Feature-Requests/Auto-Load-balance-of-devices-and-other-functions/idi-p/559992 - please do upvote the original if interested.
-
Looking forward to seeing this functionality. Sadly... this was the largest deciding factor in why I manage multiple orion instances for our datacenters, and not one with multiple ape's.
-
Great questions, thanks and happy birthday to Thwack! Grab the blowouts and noisemakers!
-
Issue still exists in Orion 2020.2.6 HF1
-
This would be great for dynamic workloads where there should be an expected minimum for example. Certainly plenty of real-world examples where this could be applicable and very useful. Nice @"KMSigma.SWI"!
-
I sympathize with you... I had to do exactly that for a temperature alert I was trying to create for our labs. It ended up being 3 separate alerts as well (two normal and one custom SQL). Quite the same scenario though. The custom SQL alerts don't allow anything outside of select statements. I'd even go for allowing more…
-
Unfortunate this even has to be a feature request @"jblankjblank", should have been in releases of Orion maps from the start.
-
Got my vote
-
SolarWinds needs this functionality, it's got my vote. WMI is going away, and CIM is the new standard, coupling that with utilizing WS-MAN to communicate to a server provides an easily manageable, secure and supported solution to poll Windows servers moving forward.
-
No impact to SolarWinds Platform services when upgrading the ODBC driver and never ran into any issues. I'd recommend reaching out to SolarWinds support if you use SCM however to determine what exactly it uses it for potentially and what the impact to that product may be. Otherwise - the process is easy, download the…
-
This is untested but here's an attempt at editing the powershell to do what you need. The basic powershell to concat the data you need is on line 20. I'd recommend testing this with the Set-SwisObject command removed or commented out at first. # Connect to SolarWinds Information Service $SwisHost =…
-
Maybe query what is using it via SWQL? Node assigned credentials SWQL query - Custom Queries - The Orion Platform - THWACK (solarwinds.com)
-
To do this with the API, get and install SwisPowerShell (https://www.powershellgallery.com/packages/SwisPowerShell/) on a system you could connect to your solarwinds server with. Since you have a valid list of interface ID's you could plug that easily into the query or the powershell below to remove those interfaces. Below…
-
As far as I'm aware the latest versions of the SolarWinds Platform installs OpenJDK - I believe for the SAM (Server and Application Monitor) product specifically used for the SolarWinds JMX Bridge service. So with the basics - that service will likely not start. Might not be an issue if you don't license that product and…
-
Go to the node details view and list the resources, and under status and response time is how status is polled. documentation.solarwinds.com/.../core-viewing-node-resources-sw2375.htm Edit: Thinking about this now - if snmpv3 configuration is broke to the node you won't be able to list the resources (unless there's a…
-
Is the device status polled by SNMP? Could be that there's an issue or mismatch with the configuration in SolarWinds compared to the device
-
Yep, same!
-
Howabout if you try this? Adding single-quotes around the text and an escape character to escape it in hopes it treats it like a string. This might not be necessary, maybe it's the query as noted below. ?filters=0_Orion.NodesCustomProperties_GROUPTAG:eq:''OSICorp'' The documentation has an example of using it with custom…
-
That is interesting... but note that's in the Database Manager which is using SQL queries directly against the database. SWIS queries use SWQL (SolarWinds Query Language) which is different and queries the SolarWinds Information Service (aka the API). They are not the same and won't always be in direct relation to one…
-
Looks like there isn't a FirstSeen property on the Orion.UDT.AllEndpoints entity as shown in the latest schema docs --> https://solarwinds.github.io/OrionSDK/2020.2/schema/Orion.UDT.AllEndpoints.html I don't have experience with UDT however these other entities within UDT do appear to have that property -->…
-
Have you created a support ticket?
-
If you edit the AD admin group that provisions your personal admin account with access to the SolarWinds Platform, do you have NCM access under the "NETWORK CONFIGURATION MANAGER SETTINGS" header? NCM is provisioned access separately than being a SolarWinds Platform Admin. SolarWinds Platform Admin: NCM Admin:
-
My initial thought is yes, however I'm not sure if LA can be a standalone product or not, anyone confirm? If it were possible (which heavily hinges on the ability to install/license standalone), you'll likely need to follow various bits of the migration guide with a mix of new install in there too. I wouldn't venture down…
-
Edited this response... This definitely seems like a bug, I'd submit a ticket to support because it works perfectly fine in SWQL studio. Tried a number of adjustments to the query, but ultimately the changes worked in SWQL studio but nothing in the Modern Dashboards. Was able to replicate the same errors of "Subqueries are…
-
[quote userid="305422" url="~/products/network-performance-monitor-npm/f/forum/100891/create-modify-maps-using-the-rest-api/316430"]What make you think SW will not document this ? I'm new to SW, never did anything outside of the easy CRUD NPM/NCM.[/quote]SolarWinds has a blanket response to the SDK and API of "we don't…
-
What's the DNS solution you use? If it's Microsoft or a BIND based solution you could use the native functionality. https://documentation.solarwinds.com/en/success_center/orionplatform/content/ha_set_up_ha_pools.htm But what you're using for DNS will certainly determine if you even need to script it. If you really do…
-
I'd try turning some log levels up to verbose, to start on OrionWeb and replicate the issue. From there, potentially enable hubble temporarily to see if it helps identify any issues (it's a longshot…
-
I'd reach out to support on this one if you haven't already.. What version are you on?