Comments
-
Hi nexicom, I'm developer responsible for the Routing feature, I wrote you an email, can you please contact me directly? I'll be able to help you - vit.tauer@solarwinds.com.
-
The factor used in Top XX resources is 1000.
-
Looks like SWIS isn't running at all. c:\Users\All Users\SolarWinds\InformationService\v2.0\Orion.InformationService.log will probably contain valuable information, can you post it there? (it should be small). I'd recommend also opening support ticket, including diagnostics, and writing it's number there, so we can have a…
-
Hi, how long does running 'List resources' on that node take? And is the node on main poller, or additional? There is also known bug with nodes placed on additional pollers, which was addressed in SR1.
-
(taking back my previous comment - the change was done in NPM 10.2.1). See
-
Sorry for that, but not at this moment. We're trying to create fix that will disable the bias sensors at all.
-
Hi netlogix, I'm pretty sure that this won't help, as we're not importing technology (hardware health - I'm using shortcut HWH for that, ...) pollers in discovery for nodes already in database. The question is, if there is no HWH under ListResources at all, or just everything is unselected? If this is the second issue, you…
-
What version of NPM are you using? This works in NPM 10.2.2.
-
The table is called 'Interfaces', however, I do not recommend that approach. See t1n0m3n's answer, this is the best way how to go.
-
The 'mass disable' can be done via SQL. UPDATE APM_HardwareInfo SET IsDisabled=1 should do the trick (disabling HWH on everything).
-
The tool is used for doing SNMP walk, and Root OID is OID which is taken first. It doesn't matter in this case, as I thought that it would only give meaningful answer what is wrong. Timeout means that the Bluecoat device doesn't answer in time. There can be lot of reasons I can think out (in order of probability - my…
-
Well, this is probably nothing I can help you with, I pinged the PM for having a look :-) If you want to see actual utilization, you can create table using Custom Query resource: add resource on node details (Miscellaneous -> Custom Query), and write following query (in Edit): SELECT top 10 cps.RowID, cps.RawStatus FROM…
-
Have you tried running Configuration Wizard? The admin password resides in DB, so deleting line from netperfmon.db won't help. Running ConfigurationWizard should repair the problem.
-
Of 'Up'? Interesting, the alert is specifically designed to alert on Warning or Critical. Can you please open a support ticket? I would need to look at the diagnostics. Regards, -- Vita
-
John, thanks for the answer. Is there any pattern on which interfaces/modules the bias sensores are? I've tested it on c6509 and emulators for c3640 and c7200, but I was not able to find the module containing this sensor. Does the switch respond, at least, on the 1.3.6.1.4.1.9.9.13 subtree? If not, I'd suspect the SNMP…
-
The table you all are interested in is Pollers. DELETE FROM Pollers WHERE PollerType='N.EnergyWise.SNMP.Cisco' does the trick. HTH Vita
-
I've looked it up, and Orion is able to add (== passes the SNMP test) only nodes, that respond to the sysObjectID OID (1.3.6.1.2.1.1.2). Is your device responding to this one? If not, it cannot be easily added into Orion. (BTW, not responding to this OID is violation of SNMP protocol, as, AFAIK, it is mandatory. doesn't…
-
Well, it you can hack it little bit with some coding. I cannot send you proper files, as I don't know exact version you are using, but following steps may help you: (this is the simplest way) 1) go to c:\inetpub\solarwinds\orion\netperfmon\resources\misc, and there you can find UserHtml.ascx, and UserHtml.ascx.cs. 2) copy…
-
Cisco is not reporting '0' via SNMP, they are reporting rather weird numbers, on one device I've seen there are defined 4 thresholds, two of them alert on number smaller than 1310, two of them on bigger than 1310. (the numbers are different for every query). When there is no threshold, no one should be reported. Threshold…
-
Then, if you want alert on that UnDP, it is easier to refer to it by name, not OID (for tabular MIBs, the OID you have is wrong anyway - as it is not 1.3.6.1.2.1.15.3.1.2, but 1.3.6.1.2.1.15.3.1.2.[some id of the device, usually it's IP]). Try creating alert like (naming the poller bgpPeerState) Property to Monitor: Custom…
-
This is not the way how alerting works. You need first to create the Universal device poller on this OID, and then you can create alert on it. Have you tried NPM 10.5 beta? It contains routing feature, which is able to monitor your BGPs out of the box. HTH, -- Vita
-
Which version of NPM do you use? 10.2 should remove missing controllers from DB automatically.
-
Not directly, this information isn't usually published out by SNMP. I haven't any server available now to test it, but I'd say that if you use Syslog feature, it may contain some useful informations. HTH -- Vita
-
ad 1., it is not directly supported, but I don't see any problem, if you use name that is unlikely to be created in future by Orion. ad 2., Custom SWQL resource cannot support your own table, unless you do some more black-magic (= configuring information service), I don't recommend that, however, if you insist on it, I can…
-
Hi, this field relies on data fetched from SNMP. ICMP-only node won't have it populated.
-
Hi Kalyan, this topic should probably help you: Orion SDK Information -- Vita
-
Hi Chris, The supported way how to do this is using Multiple Object Chart, but if you want the graphs to be created separately, there is no easy way other than click-me-view-for-everything I'm aware of. When you're using Custom HTML resource, you can easily make it show charts for every interface: (use on your own risk,…
-
Hello, This KB article may help you: SolarWinds Knowledge Base :: Where is the SolarWinds MIB? How are SolarWinds OIDs defined? How are SolarWinds traps defined? Regards
-
Are you using correct credentials? I cannot say anything more from this description. Can you please open support ticket with diagnostics, and post the ticket ID here? I can have a look then.
-
Hi, what version of Orion NPM are you using? This stored procedure was deprecated a long time ago. Regards,