Comments
-
Ran into the same issue this morning... Config Wizard fixed it right up.
-
I recently ran into the same issue in 9.1 and was supprised to see that this could not be done with a mass edit through the WebConsole. This query seemed to do the trick. update nodes set Community = '<your community>'', ObjectSubType = 'SNMP', SNMPVersion = '1' where SNMPVersion = 0 and <insert your criteria here>
-
1.3.6.1.4.1.9.1.923 Cisco ASR
-
In system manager you want to open up your alerts. For the one you are talking about i believe the alert is called "Interface Transmit Utilization". Under the Triger Condition change the % number to what you want. Dont forget to change the reset.
-
When you use "contains" you will also want to remove the * unless your hostname actually contains a * since "contains" will automatically throw the wildcards on both sides of your text.
-
Ahhh if your looking for the most rapid notification of a node down here is what you do. In service manager settings change the icmp polling interval to 10 seconds. apply that to all. Be aware that the faster you poll the nodes the fewer you will be able to support on a single polling engine. After you set your nodes to 10…
-
No really... check the location of your tempdb and move it off c: if that is where it still is. Then check if the new location is getting hit hard. Here is the query to move it. Just put the location you want it to be in there. Just make sure the location you specify can be written to since MSSQL must create those files to…
-
You are talking about 2 different things. In Admin-Settings-NPM Settings all you did by setting the high and warning level was tell Orion when to color the interface/node information Red and/or add it to a problems page. The alerts you are getting have absolutely nothing to do with that and are controled via System…
-
Nice even better since a trixy user who had node/Interface/Volume id's could still find their way to the details pages. You might want to set all of them to none.
-
Ok so this one is a bit tricky but it can be done... The first thing you need to do is create a new Universal Device Poller that will return a numeric value. I chose ifNumber (1.3.6.1.2.1.2.1). Assign that to your node but dont store history or add any web display. Next create a new transform and for your formula enter…
-
Did this get addressed in sp4?
-
Orion will keep 30 days of events by default. This is configurable and can be changed in the System Manager via "File->Orion Network Performance Monitor Settings" Database tab under "Statistics Summarization"
-
It looks like this issue is with the "Current Percent Utilization of each interface" resource. If you go into admin and add the "Traffic and percent Utilization of each Interface" to the node details view your interfaces will show back up.
-
The account can have all the permissions it needs but you can create a view that has a limitation and include the chart in that view. On any other view the user should be able to see all devices, but your custom view with the global charts alone would be limited.
-
Most likely your tempdb is still on c: try moving this off to another drive
-
The account limitation builder is a separate tool found in "Start->Programs->SolarWinds Orion->Grouping and Access Control". Once you are in the tool you will need to add a new limitation and select your custom property from the drop down menu. Once you add it here it should be available in the web console.
-
Same chart as in the titles match? or Same chart as in the resource was duplicate cause some one mucked around with the view?
-
Are they snmpv3 nodes?
-
Over all i like the way you guys are going with 9.5. One thing i have noticed is that since you moved the maps to the database they are incredibly slow to load... When i open up my Network Summary Home every thing on the page loads in no time flat except the maps. Maps seem to take between 30 and 45 seconds longer to load…
-
PS: when you create any new maps or reports dont forget to copy them over to the Adtl Web Console. Also if you create any new custom properties you will want to copy the OrionReportWriter.Schema file as well or any reports and or filters etc will not work from your adtl web console.
-
Better question... Is there a way to change that?
-
will re-upload this weekend.
-
blanked it temp. Researching possible issue.
-
hrm... i actually built a brand new server and installed NCM 7.1.1 to make sure that part was fixed... I'll reach out to you this afternoon and we can take a look.
-
That hasn't been tested by me yet, but i'll see if i can find the time to try it out next week.
-
Try opening SWQL Studio and selecting v2. Let me know if that query still fails. I ran into the same thing which is why i connect -v2 for the ncm queries in the script. I also split the scripts into individual products so i will be posting an update shortly anyway.
-
What version of NCM? Also is NCM on the same server as the rest of the modules?
-
Those need to be setup as Custom Properties in Orion
-
ArpRouter is a custom property i created Community is the SNMP Community assigned to the device in Orion
-
So they arent meant to run from the win32 app which is what i assume is giving you the error. And today i was looking into them for someone else and it seems like something changed on the NCM report backend so these no longer work...