Comments
-
serena; Running Upgrades for a client this week. Started with; 1 Primary and 2 Pollers Windows server 2012 R2 SQL 2008 R2 SP2 (v10.0.4) NPM 12.0 NTA 3.1.1 SAM 6.2 NCM 7.4.1 IPAM 4.3 PM 2.1 (patch manager) IVIM 2.1.2 QoE 2.1.0 UDT - not installed. First step was an in place upgrade to SQL 2014 then, We were able to update…
-
Alertconfigurations is the table, but your trigger and reset queries are stored in XML syntax in a nvarchar data cell...... There is a thread where someone was able to pick this out with a report they created. It is something that I have been trying to figure out for a cleaner read all around. I will post the link if I can…
-
What details are missing from your view, or not being returned via SNMP? I have had to use some UnDP's for the 5500's Series in the past to get more details. Specifically Power Supply Details.
-
My version is nologo.gif ; and works fine.. what I do not like is that it is across the board. I would like to have 1 page header for some users, and another for our NOC views(to display more on the page) ... anyone know how to do this or should I create a feature request?
-
Try reinstalling the agent...if there is a seperate FW setup for the second site, make sure the proper ports are open. 17778
-
Congrats! Just keep swimming!
-
It may depend on where you are filling this in... your SQL wildcards will be the % (Percent) sign. This might work - if the app name does not start with SQL then add a % before SQL... WHERE PercentMemoryUsed > 90 AND (Application NOT LIKE 'SQL%' OR Application_Secondary NOT LIKE 'SQL%') or Application <> 'MSSQLSERVER' if…
-
Create the template, by adding at least one Powershell Component Monitor for your script. Then from the Mgmt apply template to nodes. Select all your nodes. OR Use the option to Apply the Application Template to a Group if all your nodes are in a group already*. You can also use a Service Monitor component (service Status…
-
I am trying to figure that out as well, as I would prefer to filter on Serial #'s or other specific information that either may be there or not be there.
-
All rewards are earned. No place else have I ever seen such reward for participation and insight that we would most likely provide to someone anyways, possibly at the water cooler. Here I get points, and a continual process of Leveling Up! Mario would be proud!
-
If you have a group member alert, and want a Group Detail you might need that table joined. If you build your query using the dynamic query are you able to select all the details needed in the end, or do you have some details that you want to grab that get grayed out after selection of some data? <- when building your…
-
If you have double checked your login credentials and template for Affirmative Validation's then check your NCM Settings. Settings(Menu)- All Settings - Product Specific Settings (Section of page) - NCM Settings (Link) - Config Settings Check the 'Config Min Length'. The default is 11 lines, but if someone pushed it up…
-
Initial Adding of this resource to a Network Summary Page is BLANK!
-
Check out this resource : https://support.solarwinds.com/Success_Center/Network_Performance_Monitor_(NPM)/List_of_NPM_NTA_VNQM_MIBs_and_OIDs_used_… I have pasted the interface details Interface Information Interface Errors and Discards: OID = ifInDiscards1.3.6.1.2.1.2.2.1.13. OID = ifInErrors1.3.6.1.2.1.2.2.1.14. OID =…
-
So printing a 'selection' after higlighting just the table did not work.... I would expect solarwinds to have a stored value for the configs? node.configmatchvariable = 1 or whatever values they put in to show match or not. A sql report should be easy if they could tell you the value you need to look up. C'mon SW!
-
This is an error on the Web Interface? Can you screenshot the error?
-
I am also looking for a solution to this issue. I am seeing this on a few of our 6500 Series VSS Paired distribution boxes. A case with Cisco resulted in us turning back our polling frequency. We have not seen this issue until running NPM 10.2/10.3; and it persists even after adjusting the polling frequency. Cisco also…
-
My description matches wbrown's but my machine type says F5, not linux. May be different version MIBs.cfg causing that.
-
Are these new additions or has the machine type disappeared? Make sure the snmp is still responding (tests green), You may want to check the last time your MIBs.cfg (MiB Database) was updated.
-
Initial thought is that these controllers are on the same subnet. And the one taking all the AP's is the master. So I found the following for you - ref : Cisco Wireless LAN Controller Configuration Guide, Release 7.2 - Chapter 1 - Overview [Cisco Wireless LAN Controller Sof… Cisco Wireless LAN Controllers When you are…
-
Oh man, I forgot about this one. We were in the middle of a migration to NPM 12.0, and this was happening after installing and after most of the build out was in place. We were having issues with licensing at the time - some expired, and waiting on temp licensing from Sales. Overall, once we got the permanent licensing in…
-
Are your devices dropping any packets? Check your snmp stats on the switch in question to see how many requests make it to the box and if any are dropped. show snmp Turn off Prime for this node to see SW counts, and since you can not reset the snmp counters without a reset check those #'s first for reference. -CharlesH…
-
I think this would cut back on the alerts that I see - I actually turned my alert off today until I could find a better way to hone this Multicast Monitoring & Alerting.
-
$CurrentDate = get-date -format yyyy-MM-dd; $FilepathPart2 = $args.get(0); $logfile_path = $CurrentDate + $FilepathPart2; ------------------------------------------ use the args to put your file name detail into the equation, _BusinessServiceLog.log -CharlesH Loop1 Systems: SolarWinds Training and Professional Services *…
-
You want to monitor a node or volume within a group. Keep the group argument, but change your property type to alert on. Volume or something as such related to the values you are inputting.
-
Without cracking open the alerts this may be hard to tell. I would have to see the xml breakout of that alert to even be able to tell you if there is an empty or incomplete data set, as I do not think any report I have would highlight a 'blank'. More than likely the detail would not be there, so the condition might seem…
-
The version you are on you need to Sync your NCM with NPM. This will bring the node back into NPM. then Remove the node from NCM Management, then you can delete the node from NPM (or update credentials and rediscover). * NPM 11 - I would say once synched, just do a rediscover of the node (after editing the snmp/polling…
-
Anything I have done for these has been a custom template. The application owner/issues at hand dictated which of the applications processes to monitor. Just as well using the command line filter, and RPC Fetching is what worked to monitor each process starting with it's respective configuration file. The command line gets…
-
I like to use the Top XX Errors This Hour & Top XX Errors Today with Filters - ( inerrorsthishour > 0 or outerrorsthishour > 0 ) and interface type/name/etc AND THEN inerrorstoday > 0 or outerrorstoday > 0 This will filter out the interfaces only showing discards and no errors. - CAHUNT Loop1 Systems: SolarWinds Training…