Comments
-
Brilliant ... saved me at least a day
-
Yeah that works fine, great Thanks Ian
-
m-milligan Thanks for this, works brilliantly, a couple more typos in the instructions but apart from that this is one on the most useful pieces of code I have seen recently... excellent Typos for ref: SYNTAX: set_solarwinds_unmanged.ps1 -server servername [(-group groupname) | (-node-hostname nodename)] [(-username…
-
Hi there, Tried that and got the same error, tried with user and password on command line no change. However with a Solarwinds Account it works fine, so must be an issue with calling Active Directory.
-
Looks really useful. Typo on Example 1,2 & 3 (-Action Ommited in front of unmanage) However cannot get past the Credential file function. Just get this. No idea where to look. Any ideas? this is the command line: C:\Users\UUUUUUUU>C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe…
-
I have IVIM 2.1.0 installed and I get the same errors? Not sure how to resolve this "Source entity [Orion.VIM.Nas] not found in catalog" "Source entity [Orion.VIM.Luns] not found in catalog
-
I get this error from the report and i do have SRM 6.2 and IVIM 2.1.0 "Source entity [Orion.VIM.Nas] not found in catalog" Source entity [Orion.VIM.Luns] not found in catalog
-
No Hanna, and nothing came of any investigation. I will just have to live without them I am afraid, but if you find a fix....I'm all ears....
-
No worries, I will raise a case with my IIS admin team and see what comes of it Thanks for your help Jon
-
1) Renamed Both 'PrecompiledApp.config' files in Solarwinds web (C:/inetpub/SolarWinds and C:/inetpub/SolarWinds/ui). 2) Ran the Config Wizard for web 3) re-copied the three files into C:\inetpub\Solarwinds\Orion\NetPerfmon\ 4) Created Custom HTML with appropriate Group ID And still get ... Unexpected Website Error The…
-
I found a second one at C:/inetpub/Solarwinds/ui/ ... have renamed that one and Ran the wizard, but that puts all of the web pages and files back to default? So thats not working for me.
-
I did exactly that based on previous post but get the same error... will check again but this could be more about other software I think ... Ian
-
I have exactly the same issue but only have Windows 2008 R2 with IIS7. The only site we have is on the poller. Copied all the files as detailed but getting. The file '/Orion/NetPerfMon/GroupMemberAggregateStatus.aspx' has not been pre-compiled, and cannot be requested. This may just end up never being implemented as all of…
-
We unmanage over time based on another query by generating xml and then using the command line to run the following batch or CMD echo off cd /d C:\ cd "C:\Program Files (x86)\SolarWinds\Orion\UnmanageUtility\Jobs\Runner" start /b /wait /min UnmanageRunner.exe "[My generated].xml" exit %ERRORLEVEL% Where [My generated].xml…
-
Also, there is a scheduled un-manage via the start menu on the solarwinds server. this allows you to un-manage nodes,interfaces,applicatioons and components. It uses the windows scheduler to un-manage the items, and you set the duration via the un-manage system. There are a few gotcha's with this but its pretty straight…
-
print "Message.Free_Memory: Amount of free memory in MB: $fm\n"; print "Statistic.Free_Memory: $fm\n"; The two lines above in perl will print out to solar winds each is called a message pair (you can have up to 10 The format is important. so the message pair is Message.Free_Memory this one is what will come back in the…
-
Best look in the Content exchange here : Server & Application Monitor
-
Did you ever get this sorted, a recent upgrade on our systems to ESX 5.1 are showing exactly the same. Hosts are reporting 50 to 70 percent packet loss, but continuous pings show nothing? What exactly is causing the packet loss metric?
-
We use the NOC in our service center with many displays. A couple of things to watch out for, are Monitors that time out. Make sure that the account used does not timeout. Better to use more pages with less content for speedier build. If using a MAP resource (Orion Network Atlas) Mark the screens as 'Display cached map…
-
Yes agree, the poller will need you to set that it can appear on a chart
-
You need to create a template to run a perl script. In the perl script you need to process the output from whatever command you would usually use, and send output back as a message pair. You can have up to 10. therefore if you have many users then you only want to return ones above a set criteria %? Then you can create…
-
Where are you testing it from. It sounds like you are using a template that already has outputs defined?
-
IBM TS3100 Tape Unit
-
Me, I think I would hit the video section of any of the Product Forums on Thwack. I have found those really useful. SAM Video's on bottom right of this page, but NPM and LEM ones are good. Server & Application Monitor (SAM) Training - SolarWinds Worldwide, LLC. Help and Support
-
Hi, Had same problem. Stopped 'Worldwideweb Publishing Server' on Poller and stopped all 'Solarwinds' services, restarted all of them, no server restart required and problem fixed for me.
-
In your template do you have any #Outputs defined?
-
In my systems the escalation can email after a reasonable time. If the script fixes the issue then the reset actions should trigger and acknowledge the alert
-
Its Okay I have produced a report to give me this info now. Simple SQL query. Here it is if it is of any interest: SELECT ALL [SolarWindsOrion].[dbo].[Nodes].[NodeID] , [SolarWindsOrion].[dbo].[Nodes].[Caption] ,[SolarWindsOrion].[dbo].[AssetInventory_OSUpdates].[Name]…
-
Also get it into a variable and test the contents when it fails? <span class="pln" style="font-style:inherit;font-weight:inherit;font-size:inherit;font-family:inherit;color:#303336;">$Command </span><span class="pun"…
-
have you got an example of your script. If you are sure the script is running then it is not a problem with Set-executionpolicy. If you are targeting a 64-bit system it may be an idea to use powershell in the SYSWOW64 windows directory not the System32