Comments
-
Sorry, missed that bit. That node is listed as Unknown in our case. Shouldn't it be listed as net-snmp?
-
This device doesn't offer much in the way of monitoring. Only a few objects stand out as usefull. 1.3.6.1.4.1.50001.1.201.0 for CPU usage or frequency. 1.3.6.1.4.1.50001.1.241.1.4.1.0 is a counter of some sort, maybe volume usage. I would contact the vendor and ask them for a MIB corresponding to your device, model and…
-
Try this: DECLARE @startPeriod datetime DECLARE @endPeriod datetime SET @startPeriod='2014-7-29 23:00:00' SET @endPeriod='2014-7-30 09:43:45.830' SELECT [T1].[C18] AS Controller,[T1].[C17] AS APname,[T1].[C9] AS MACaddress, DateAdd(second,DateDiff(second,GetUtcDate(),GetDate()),MIN([T1].[C10])) AS Connected,…
-
No worries Jeff, You can still make use of the forum if you need help and info with management stuff. You would however, get more concise input - forum and monitoring wise - if you're using a SolarWinds product.
-
www.solarwinds.com/.../OrionQuickStartGuide.pdf Page 15. This is the only good starting point. Software and settings tweaking follows hereafter along with network/client tuning.
-
Hi Jiri, Not what I was expecting but I do understand. Could we at least get a default out of the box UnDP that could be enabled and used to get these values? It would be much easier to do this than to code the inventory in NCM, no? Could we get the UnDP made right away, with correct conversion of values to MB?
-
Hi wluther CPU, MEM, VOL, Latency and Packet Loss all work fine. It's just the interface metrics that are missing on nodes polled by the PPE. The APE servers have stats for interfaces showing up without issues.
-
The error definition is as follows: This problem occurs if the Windows Installer process has insufficient contiguous virtual memory to verify that the .msi package or the .msp package is correctly signed. Microsoft has released a hotfix to address this issue here:…
-
No, it's still only 12.000 element per Primary Polling Engine (the main engine). The PPE can not handle more than 12.000 elements. As for the second question, you are right in both cases. It depends on the polling load and or number of monitored elements. If the polling load is too high or the elements count is too high,…
-
If you have a minute then you can send the following list of OIDs to the provider and ask whether these are included in their MIB. Also, do you happen to know if this SDN solution/appliance supports LLDP?
-
You cannot change the ports that Orion uses to monitor with but you can redirect all traffic to a specific port through the firewall, in your case port 443. This is something that you have to configure on your end. On the customer's end, they'll need to make sure that all traffic returned gets redirected through port 443…
-
Hi Scott, Could you Edit one the blades (ESXi server) in Orion and click on Test to confirm that SNMP is still reachable? If the test is successfull, you'll need to start by looking at interface persistence status. To do that, issue the following command in enable mode: show snmp mib ifmib ifindex detail
-
I regretfully don't have the resources to perform this type of test Maybe JiriPsota could help?
-
noobes, Have a look here. Do you have hardware specifications for the additional polling engine?
-
Hi Francois, Thanks for the swift reply. I think everyone is wondering about one more detail and that is; will the coming version releases of the other Orion modules (NPM 10.7, SAM 6.X, IPAM 3.X etc etc) be backwards compatible with the 32bit version of NTA? Is it too early to tell?
-
Sorry been AWOL for a week. I can confirm that the test as David suggested works.
-
Hi Francois, This particular setup is currently polling around 20 some nodes and 400 odd interfaces, all SNMP. Setting a custom bandwidth does work but only when done through Manage Nodes > check interface > Edit Properties. When done through Manage Nodes the changes stick even after repeated polls :-) However, changes…
-
Hi Michal, If By Remote Probe you mean Additional Polling Engine then yes. Here's a scenario of the issue with the latest version of IPAM (was also an issue in past versions). - Primary Polling Engine is monitoring DHCP server A (Node monitoring with NPM). - Additional Polling Engine is monitoring DHCP server B (Node…
-
What you describe seems like a good baseline for matching newer hardware. I'd go for the same hardware or better when getting a newer server. Do keep in mind though, that you can get much better performance if you split the applications in use on to several servers. You haven't mentioned whether everything, including the…
-
Thanks!
-
Vendore: Network Technologies, Inc. (3699) Mode: Enviromux SEMS 16 (1.3.6.1.4.1.3699.1.1.2) MIB file found here: http://www.networktechinc.com/download/sems-16-v1.11.mib
-
Thanks for confirming!
-
For those of you that don't see the Orion.UDT.Port line in the table after an upgrade to NPM v10.3, you'll have to manually add it. Here's the SQL query: insert into NodeChildStatusParticipation (EntityType, ModuleName, Enabled, Installed) values ('Orion.UDT.Port', 'UDT', 0, 1) Thanks Jamie
-
Has any PM had a chance to look at this and escalate?
-
Go it. I think it is best to create a support ticket. That way you can get some hands on or eyes on assistance.
-
Sorry to hear that... You won't be able to merge the two databases together or retain any historical data... All the nodes in the database(s) have a NodeID and several other attributes that are used for classifying and licensing. Typically you would run reports for everything on the to be defunct server and export to a…
-
There are too many to go through here. I would advise you to get in touch with support and have a set of diagnostics ready to upload.
-
Excellent! If i may pick your brain a little further... What if the Agent that is assigned the task of collecting data is not running or has an issue such as a specific module being offline, how do i report on these two? I'd like to get an alert when the storage manager agent itself is not running and if possible, include…
-
Yes, you need WMI in order to pull these metrics as they are not pollable through SNMP. Remember to relist and select the elements to monitor after changing polling type.
-
Go it, Thanks!