Comments
-
Hello, yes... It's possible by using Orion SDK connected to Orion API via Information Service V3. Just install latest version of SDK on some machine, which can connect to Orion Server (pingable + opened ports 17777 and 17778). Here's snippet for PowerShell (you need to have allowed scripts execution on your system - if…
-
Hi Silence, maybe there exists some better solution, but I have following idea: 1. Create some Custom property, let's say "TextBox" 2. You can assign this custom property values for the Nodes you need to comment. 3. Add to the NodeDetails page Custom Query resource (area Miscellaneous) and use following query: Select…
-
Problem found in installer and fixed. Thanks to Thomas for help. SDK 1.10 available here
-
Hello, it's not very usual. Are there some leftovers in the install folder (c:\Program Files (x86)\SolarWinds\Orion SDK\) if so, can you delete them and try to install again? Moreover the uninstall before installing is not required. Classic upgrade using the installer should work without issues.
-
Hello, what you describe is designed behavior (as far as I remember), however I confess this can be misunderstood. Alert conditions are always evaluated under the owner account. This causes also application of the owner's account limitations. In other ways - objects, which the owner can't access, won't trigger the alerts.…
-
Sorry for maybe being Captain obvious - have you tried this on web servers? SolarWinds Knowledge Base :: Turning Off Automatic Root Certificates Update It already helped in a lot of cases. H.
-
Hello, looks like some previous Configuration wizard didn't finish properly. Active CW session is stored in DB in the Settings table. If you check that table like SELECT * FROM Settings WHERE SettingID LIKE 'CW-ActiveInstance-%' and it returns you some results, we got it. In case no CW is really running on your machines,…
-
Hi, Orion connects primarily to the AD controller, which belongs to the domain, of which the Main server (or ad. web server, because the authentication is done by webserver) is member. To access other domains, the trust between those domains must be established.
-
Not sure about full list of supported macros, but n.nodeid = ${NodeID} condition should work fine.
-
Hello, Press F4 key (or menu Query ->Parameters) to define the query parameters dictionary. I hope it helps. Regards, Honza.
-
Hi mazydizzle2K10, about the migration: I think the documentation you are looking for is http://www.solarwinds.com/documentation/Orion/docs/OrionServerMigration.pdf . - The migration is possible ONLY within the same version. To the integration part: Unfortunately NTA is not the only module that should be upgraded before…
-
Hello, the CRUD is currently not supported on all the SWIS entities. The list of the entities, which fully support the CRUD you'l get by query SELECT FullName, CanCreate, CanRead, CanUpdate, CanDelete FROM Metadata.Entity where CanCreate = 'True' and CanRead = 'True' and CanUpdate = 'True' and CanDelete = 'True' and…
-
Hi, Please take a look at the Report Scheduler (can be found also in the start menu) - this one is able export the page to pdf and send it to email at specific schedule. By the way already available NPM 10.6, introduces web-based reporting, which supports also charts. Regards, Honza Pelousek
-
Hello, you have more options here. If you have set the dependencies and the parent goes down, the children will go to unreachable state, so you can filter only to down status: 1. Use the filtering abilities of the web resources (click on Edit) and set the condition to Status=2 - 2. Use the View limitation (Customize page)…
-
Hello, the second appearance of Configuration wizard is a known bug, which was decided to fix later to release the HF as soon as possible. The Hotfixes are done the way, so they aren't removed by CW or by repair. Ad upgrade of module question: The hotfixes are targeted for Orion Platform 2015.1.2, which is the latest…
-
Hello, that looks like damage of the AgentManagement service, which takes care about remote agents polling. First steps I'd take would be: 1. Run the OrionPermissionChecker.exe (by default in c:\Program Files (x86)\SolarWinds\Orion\) and resolve the conflicts (some doesn't matter. Just click repair) 2. Repair AMS (it's…
-
Hello, Orion SDK is the right way to go. It's possible by invoking the swis verb Acknowledge over the "Orion.AlertStatus" entity. The parameters are: AlertDefID, ObjectType, ActiveObject and Notes (which you want to add to the alert when acknowledging). For acknowledging the alerts it's then possible e.g. to run the script…
-
Hello, few information: - HA pool consists of the Active server and the standby server. The standby server can be theoretically (if this makes sense is another thing, but for testing purposes it's ok) on the different VM on the same host or on entirely different host.Requirement for this version is, that the active and…
-
I'd say the cleanest way will be to unmanage the affected nodes for planned maintenance window. Wouldn't it work for you?
-
I assume you don't have enabled the index defragmentation within th DB maintenance. To enable it, please follow this article: SolarWinds Knowledge Base :: Critical index fragmentation detected during database maintenance, I think the only tables excluded from index defragmentation are NetFlow statistical tables. After you…
-
Hello, this is scenario, which is the group management not ready for, however you're able to simply achieve this by using Orion SDK. Some info is here: Orion SDK Information and is hosted currently on GitHub GitHub - solarwinds/OrionSDK: SDK for the SolarWinds Orion platform, including tools, documentation, and samples in…
-
Hi, ad 1: SWIS, taken as query engine is really read-only, but provide interface for calling the operations, which have Create, update, delete nature. Those operations must be implemented on different layer (not on SWIS side), so this is the reason why typically newer product versions support such operations on more types…
-
Hello, it's possible via "Custom query" resource, you can add to the view via "Customize page". This resource is using SWQL, which is very similar to SQL, but the objects are named a bit different. The query for you will be like: SELECT Caption from Orion.Nodes WHERE Nodes.Status=2
-
Hi, Jamilhs, do you mean something like this? (Modify target to the Orion machine and uncomment add-PSSnapin sequence in case you haven't added it yet) #Add-PSSnapin SWISSnapin $Target="localhost" $Credentials = get-credential $swis = Connect-Swis -host $Target -Credential $Credentials Get-SwisData $swis "Select NodeID,…
-
Hello Stuart, if I understand you well, your need from Custom Query resource to create expandable tree, or just displaying of the parent entity only once. AFAIK this is at other places in Node Management, etc. it's done by the JavaScript. The Custom query resource everytime gives you the table of results defined by the…
-
Well there could exist just one world map, but you have more choices I feel: A. Create 1 world map with both technologies and filter them by View limitations on separate views B. Create those maps by using the Network Atlas - here you can have as many maps as you need
-
Hello, can you, please, paste here also the part where you're creating the Orion.Nodes object? dbo.Nodes became a View in NPM 11.5 (before it was table), but that should be handled within the CRUD operation. Regards, H.
-
Hi gupta, in case you need to know about recovery from alert (the other way then just check if the alert is still active), you can define reset actions. If you use the action log to NetPerfMon Log, then desired message is sent to events.
-
Hi Jeremy, there was minor incompatibility issue between NPM 10.5 SWIS and SDK (released originaly for 10.4). We finally have fix in the latest Orion SDK build. Release of SDK is planned in several weeks. In case it is a big problem for you, please raise the ticket on SWI support to get pre-release SDK build (should be…
-
Hi Jeremy, we discovered this issue (tracking nr. 246848) few days ago and the investigation is in progress. We'll keep you updated. Regards and huge sorry for the inconvenience. -Honza-