Comments
-
What can be considered a "Large environment" for this to happen?
-
www.dell.com/.../isilon-cluster-discovered-as-oid
-
Until this is implemented, you can use something like https://thwack.solarwinds.com/product-forums/the-orion-platform/f/forum/92835/mib-database-distributor-and-checker Please cast your vote for this feature request:…
-
To add MIBs to database, you'll need to be a standing customer. See https://support.solarwinds.com/SuccessCenter/s/article/Add-MIBs-to-the-SolarWinds-MIB-database?language=en_US
-
The trial version should contain the latest version at the time they compiled the package. No need to worry then. You can disregard MIB DB related warnings. Basically, it just tell you it wasn't able to check if any new DB version exists, but you already have v. 1.3.0.50082 installed.
-
If it's offline, you must download the file from your Customer Portal, transfer it over to your lab server, then run the installer. You can find detailed instructions at: https://documentation.solarwinds.com/en/success_center/orionplatform/content/core-downloading-the-solarwinds-mib-database-sw3581.htm
-
Are you saying that you can't (or shouldn't) receive SNMPv1 or v2 trap when polling using v3? or simply that if you receive v3 Traps they should be using the same credential set as SNMPv3 polling? If it's the latter, I would understand but the first scenario is a big no-no for us, to a point where SolarWinds would not be…
-
as per the "Information and Warning section": The change outlined below requires you to have your Orion website running with 'Precompiledwebsitedisabled="true", which is beautifully detailed…
-
Here's the script I have on my end. It's slightly more complicated than yours, but has a few simple checks... It's made on 2020.2.6, so any newer release would have to change the path and most likely the $findstr & $newStr variables. # Tested on Orion 2020.2.6 #Requires -RunAsAdministrator #Set File Location: $FileLocation…
-
Should you want to have the hostname displayed with the original letter case, you can use "System.Net.Dns.GetHostName().ToString()" instead of "System.Environment.MachineName.ToString()". Call me OCD, but I hate when all is uppercase ;) . The nomenclature of our hostnames contains a lot of information, hence it's easier to…
-
see #4 in the Information and Warning section. You have to modify the file, then run config wizard before being able to see the file.
-
Are you installing it in a HA setup? It happened to me once, and after a while, I discovered that I was not running the install on the active engine. If so, either flap your services to the server you are working on, or run the executable on the other server.
-
It'd be nice if this was relaxed for people with a certain standing (i.e. # of points, days since registration, number of badges, etc... ). Finding the right balance is so hard!!
-
Try something like this: SELECT TOP 1000 a.NodeID, n.Caption, a.ApplicationID, a.Name as ApplicationName, a.DetailsUrl, a.Status, a.StatusDescription, cp.Mode --Change accordingly with Custom Property name FROM Orion.APM.Application a INNER JOIN Orion.Nodes n ON n.NodeID = a.NodeID INNER JOIN Orion.NodesCustomProperties cp…
-
What do you want to see on that report?
-
Out of curiosity, what's the vendor and model of RTU?
-
The rows represent VDOMs. Technically, #1 should be root, which, in most cases, is pretty much the one you'd care about. If you need to do this alert on a per VDOM basis, you would have to poll each row separately instead of the whole table. Thanks Stuartd for making this easy for us ;) I didnt had to reverse engineer the…
-
Kudos to @"sum_giais" for shedding some light and providing a solution
-
Created issue #323
-
It worked on my end :) 5c3d98d9-96c9-4e8d-b406-39a258cbbdec That GUID can be used to download the file. To search through all nodes config, you then need to loop through your node ID list. That said, I will open a GitHub ticket for this verb as it's not documented either in the Wiki, Swagger…
-
I believe I was able to get that done using the following query: SELECT S1.Node, S1.DetailsUrl AS [_LinkFor_Node], '/Orion/images/StatusIcons/small-' + ToString(S1.StatusIcon) AS [_IconFor_Node], S1.IP, S1.DetailsUrl AS [_LinkFor_IP], --S1.Area, S1.MachineType, S1.Version, S1.Serial, S1.LastBoot, S1.LoginStatus,…
-
I have not tried it personally, but https://github.com/solarwinds/OrionSDK/wiki/NCM-Config-Search mentions "Running" or "Startup" with a capital letter. Also, it looks like you have three quotes on line #3, this is most likely another source of issue. Also, I suggest you try directly in SWQL studio to see if you get any…
-
Looks like there's a typo... "loander" should'nt be "loaner"?
-
Thanks for jumping in @"donrobert5", i'll be away for two weeks, will not be able to check in as often as I usually do.
-
See my message above, especially that part: "Could you provide the whole error message? There are usually added information about the issue. "
-
The discovery profiles are sitting in the SQL database and are not available using the API / SWQL. This would definitely be a plus to have. To view the profiles, you can query the DiscoveryProfiles table of your Orion database. In a column called PluginConfiguration, you should have XML data with the profile settings. Once…
-
Yes, If it's only for a proof of concept, you can run everything on one server/VM. You can even use SQL Express if you are not concerned about performance and storing lot's of data (https://support.solarwinds.com/SuccessCenter/s/article/SQL-server-limitations?language=en_US ). You can even install on a desktop operating…
-
You can refer to this page: https://documentation.solarwinds.com/en/success_center/orionplatform/content/migrate_solarwinds_to_a_new_server_using_the_same_ip_and_hostname.htm It should be feasible and an easy way if your MPE is running in a VM and you don't have much customization. Keep in mind that if your main server is…
-
if you go locally on your server, using http://localhost/ what do you get as the result?
-
You would need to go to the Report admin section of Orion (hostname/Orion/Reports/Default.aspx) and then click on "Export/Import", then "Import" and then specify the file you downloaded from the referenced post.