The most recent content from our members.
I have a few "Windows PowerShell Monitor" components running PowerShell scripts on SQL Servers. These scripts were working fine but out of blue, many started failing with error "An error occurred while creating the pipeline". After 30 minutes or so most of these scripts started working again. Is there a way to find what…
Hi, We need schedule options in popovers to quickly unmanage the node/application for a specific time.
Hi Guys, I have scheduled my Solarwinds Certified Professional: Server & Application Monitor exam last Wednesday (24/10/2018) @ 15:00 (+05:30) and prepared for everything as mentioned by PSI Exams. They have done all the proctored checks before the exam (ex: checking shared desktop, checking my valid ID, checking the four…
Hello, We have SAM 6.7 in our environment along with other modules. Component monitoring was working fine earlier with all the servers. Since a week, SAM components on Linux servers on a specific poller go in unknown state. When trying to test it manually, it doesnot give any output, keeps loading. But if we do test the…
Hello, is anyone know to check oracle version from SAM? because I only find in appinsight SQL
Orion Platform 2018.2 HF6, SRM 6.7.0, IPAM 4.7.0, SAM 6.7.0, DPAIM 11.1.0, NCM 7.8, NetPath 1.1.3, NPM 12.3, NTA 4.2.3, WPM 2.2.2 I am working to build alerting for services but need to account for the recovery actions set on the service's properties on the server. I want to only alert if the service would still remain…
As the Orion Maps project continues to progress and make improvements, we are very excited to announce some new updates that we managed to sneak in with the latest Core Hotfix bundle released on August 20th (Hotfix 5). If you are not familiar with the original post around Intelligent Mapping in Orion, I might suggest that…
I have hundreds of nodes assigned to a template which has ~30 monitoring components. Each of these monitoring component is using [inherit credentials from node]. I want to change this to [inherit credentials from template] or to a specific credential. Is there a way to do this in bulk using SQL/SWQL/Solarwinds feature?…
Good afternoon, I have created this PowerShell script to monitor if a remote server has or has not Shadow Copies on the system. Function GetShadowCount { Get-WmiObject Win32_ShadowCopy -ComputerName ${IP} -Credential ${CREDENTIAL} | Select Count; } Function OnlyTrue { if(GetShadowCount) { Write-Host Statistic: 1;…
Is it possible to run a power shell script from the Windows Power shell monitor template on an Agent-less Node using the Remote host Execution mode inside SAM? When i try to run it now i'm getting a "Not Defined" error.
It looks like you're new here. Sign in or register to get started.