Comments
-
The content type looks more like application/json variables are different on SWO. I have to look those up…
-
Thanks for the additional info. I’ll let my clients know in the future and see if they can disable ZSCALER this way.
-
Did you see this article here? help.sdpondemand.com/solarwinds-integration
-
Maybe put a plate of extra cookies aside, ones you don’t like, if it’s oatmeal raisin cookies, I might be tempted to steal them… on a serious note: what product, how did you observe that, what makes you think that this is happening, how is the error manifesting. More info please
-
Did you check the registry values on the servers? did you check this article for rebuilding the pools? solarwindscore.my.site.com/.../How-to-rebuild-SolarWinds-High-Availability
-
If you want to show the individual devices in a map, they need to be an individual entity in the database. The „list“ you mentioned is only one entity with multiple sub-entries. having said this, unfortunately you need to add the APs at least as an ICMP node to the Platform. The tricky part will be adding the information…
-
Powershell script to monitor all automatic services on server There’s a link to a discussion here on the forum. The template I am referring to, seems to be from one of my customers and is not shared publicly.
-
I would use a Powershell monitor that checks if all services on Automatic are running. You also need an exclusion list for services that are on automatic but stopped by default. There is a SAM template in the forum somewhere if I remember correctly. cheers
-
The reason are discarded packets on the interface. This is often caused by incorrect VLAN settings/congestion situations or others. if this is an external interface (which I suspect) I would either switch off discard packages completely (this will unfortunately also switch off error packages) or set the threshold to a high…
-
Non native English speaker here, glad we got this figured out.
-
And maybe this here: documentation.solarwinds.com/.../core-secure-configuration.htm
-
I still have no idea what the requirements are. Does this document help? support.solarwinds.com/.../IIS-handler-mapping-requirements
-
Where are you expecting to upload files or what are you expecting to do with files. Which modules are you using?
-
I am pretty agnostic about this. Whatever you pick as your „source of truth“ is the tool that needs to have proper „data hygiene“. if you do „network discovery“ in SWI you need to make sure you reach all your devices, they are configured correctly etc. Mostly you will have devices in SNOW, if you also have your purchasing…
-
From what I read it has not been updated to reflect the SWIS Port Changes to Port 17774, so I am guessing the integration will most likely not work out-of-the-box but you need to tweak it. having said this, I would rather do the integration manually via MID Server and custom REST calls. This will require some work, but in…
-
Is this regarding tips/assistance for the SCP exam? I would answer those questions as @"giovana.prado" did. hth
-
Collation conflict is something that needs to be resolved on the Database Level. Have you performed a Database Migration in the past, where you have changed the default collation of your SQL Server? Check the property of the tables you are using in your query via SQL management Studio. There you should see the collation.…
-
Ah, the good old Cartesian Product. Let me check if I have access to a system with SRM Data in it. My dev-system does not have any data in SRM to test with. Maybe I can cobble together a query then.
-
Add the L.Statistics.ObservationTimeStamp to your group by clause in Line 4 Group by L.Caption, L.StorageArray.caption, L.Statistics.ObservationTimeStamp
-
What do you want to compare it to?
-
Ok, so this rules out my first theory. Are other SNMP based devices working fine and is it just for Solaris Servers where you see the issue?
-
customerportal.solarwinds.com it will come with a hefty out of maintenance fee, might be worth checking if a fresh buy of the license might be even cheaper shameless self promotion: we are a global reseller and happy to assist with this task
-
This does not answer question 1. was the name change before or after running the configuration wizard of Solarwinds on the new server for the first time. From your description I would suppose before you even installed the Solarwinds binaries, which would be the correct way. If you did it the other way around, this is an…
-
Is this when loading a specific page in Solarwinds? Looks like a query has NULL as a result where it maybe should have ‚0‘ as a result. would need more details when this is happening, but from the very complex query I suspect there is some „counting“ issue as the error message indicates a NULL field for a counter
-
Did you switch name and IP before or after running the configuration wizard on your new machine? Try the following 2 commands to check the Engine assignment in Database manager: (I might need to check tomorrow as I am writing this from memory on my mobile) select * from engines GO select engineid, count(*) as [Assigned…
-
Did you install on a new server with a different IP? Maybe ACLs? Firewall? Did you also select a new database and did you then enter the correct SNMP Credentials? many possibilities there given the information provided.
-
If your MPE is down, there is no Monitoring. Technically you should at least have the MPE in a HA Pool. If this is not possible, I usually opt for an external tool that’s watching the watcher.
-
I believe you are looking for compliance rules and remediation scripts in NCM. if I understand the requirements correctly, this should be the very core function of NCM. No SWQL etc needed documentation.solarwinds.com/.../ncm-update_view_policy_reports.htm
-
Looks like you are running into a Cartesian product type of joins where the multiple interfaces on a node get joined back to the ip addresses table. Try doing the select FROM the IPAddresses Table, joining the other tables around that one
-
The assignment is not auto-assigning for client operating systems, that could be a reason why a group assigned template might not get assigned