The most recent content from our members.
Hello, I was curious if Swis Powershell supports/works well with Multithreading? I use poshrsjob module to perform the multithreading, and I tried using it yesterday in a fairly simple way to update a status on a bunch of interfaces, but it seems to take a really long time. I'll share my code below. #=================…
Hoping I can get some insight on an issue I am running in to. I am using powershell and the swis module to automate several tasks in regards to creating a new node. Everything seems to work properly for me, however despite me adding a new volume (fixed disk), it doesn't automatically check that box under "List Resources" I…
I see a few posts with NCM queries to run in SWQL but all are many years old. In SW version 2023.2.1.2035 and connection to SWQL studio as Orion (v3), running a simple query like "SELECT TOP 10 NodeID FROM Cirrus.Nodes" doesn't return anything. Is Cirrus.Nodes table not used anymore? and there is different table to query?…
ForEach ($node in $list) { $swis = Connect-Swis -host $orion_server -UserName $username -Password $passwd $nodeID = Get-SwisData $swis "Select NodeID From Orion.Nodes where Caption = '$node'" Invoke-SwisVerb $swis Orion.Nodes Unmanage @("N:$nodeID",$StartDate,$EndDate,"false") } In the above script am storing the node…
I am interested in leveraging SWQL and SDK but my knowledge is lacking in these two areas. Any advise about training resources for theses both would be greatly appreciated.
Can anyone please let me know where the UnDP poller historical data is kept in the Orion Database. I need to create a dashboard table for a user comparing poller data from 24 hour ago to the current value. Any help would be greatly appreciated.
How to use SWQL query nodes Polling IP Address ONLY? I have some manage nodes which have more than 10 IP addresses, after SRM DR failover, if I can write a SWQL query to retrieve the nodes Polling IP Address ONLY, then I can use PowerShell to update the Polling IP Address in Solarwinds.
Greetings, we would like to know if Orion can be integrated through an API or another method, with the Spectrum monitoring tool. The idea is to be able to send the alerts generated by Orion to Spectrum
suppose if there are 100 nodes in the environment and 23 nodes are down then the query should give the output as 23%, i will be building on the base query but the base query is giving me some errors i have made a draft SWQL query but the output is giving me some errors about aliases missing Base Query <span>select (select…
I have been working on automating the node creation in my org. I am running a single test case to test the functionality and running into a snag. The issue I am running into is that I have followed the steps carefully to create the node, I am adding the specific pollers I want for the node, adding the interfaces, adding…
It looks like you're new here. Sign in or register to get started.