Comments
-
Also a LOT has changed for the better since 10.6.1 in more ways than one.
-
My workaround to this has been to print to pdf with the pdf995 printer driver and then send the page to people... not the best but it works for now... but it's a manual process.
-
Which SNNPv3 agent did you use? If you found some gotcha's other's should be aware of... go 4 it :}
-
Is that inside the regular old SNMPv2-MIB::sysDescr.0 = .1.3.6.1.2.1.1.1.0 ??? By default on Fedora something like: snmpwalk -v2c -c public localhost system SNMPv2-MIB::sysDescr.0 = STRING: Linux localhost.localdomain 2.6.32-122.el6.x86_64 #1 SMP Wed Mar 9 23:54:34 EST 2011 x86_64 SNMPv2-MIB::sysObjectID.0 = OID:…
-
There are so many variables involved when doing this. Are they all running the exact same version of NPM? Do they all have the exact same layout and custom properties? When you have different database schema in different databases I don't care who you are... even for the best DBA's out there this is not a trivial…
-
You sure can as long as your NPM can resolve the names through DNS. You can test by either trying to add the nodes by name or by going to the command line from your NPM machine and trying to ping by name to make sure DNS is working from your NPM. You could have a problem with reverse DNS lookups if you added the nodes by…
-
I'd verify that you don't have a GPO that's resetting the permissions wrong... I also run everything on VM's and have seen this but it doesn't seem to affect me. I may check myself and see if I have the same problem. I could always use better performance in the web interface.
-
On what OS W2k3? And these are in c:\windows ? I checked and I don't have any of these... what kind of names do the temp files have?
-
These are current product Cisco 1400's... My guess is you are right and the main SolarWinds mib file might not have these in there yet. Have you tried downloading the latest updated MIB from the customer portal, installing it and checking again? If that doesn't work then you need to post this under the tell us your unknown…
-
Still can't get the service to run under fully patched up windows 2012 R2 server VM. I even watched the service try to start with sysinternals process monitor and I can't understand why it just gives up at one point... all of a sudden there are a bunch of out of bounds errors then it hits wer.exe We all know what that…
-
We still cannot get the kiwi syslog service to run under windows 2012R2. The windows EMET will NOT allow the service to start. We have had a case open for while now and sent the debug output to the support team under case 999667. We require this to work to satisfy multiple STIG requirements and this is causing the multiple…
-
I really like the idea of having it work with Infoblox appliances. We have a lot of InfoBlox appliances now and it would be great to have them supported by IPAM. It would also be nice to be integrated more into Orion. Also in the first example for the Get first available IP from subnet I think there's a typo: string…
-
What kind of device is this? Usually for me with Cisco devices I always have snmp, icmp, and netflow data reported through a loopback address on the device. Is there really more than one agent in the device? If not then there's no reason to need to have more than one instance of the device I don't believe because you…
-
was the alternative to wordpad just typing in the message box?
-
We do run both and VMan goes much further into not only the data you see but what you can control using the tool directly in your environment! Byron is correct though we want NPM to show the data correctly as it's the main original place people are going to look at first.
-
Here's a good place to search for specific vendor MIB's or when you are trying to find a specific OID for creating a custom poller: www.oidview.com/.../detail.html
-
Have you seen this UnDP with a good explaination on how to use it: It's called Cisco 6500 Fabric Utliziation: These UnDPs poll values from the Cisco-CAT6K-CROSSBAR-MIB. They will return inbound and outbound percent utilization for the switch fabric.
-
I'd like to know how this works out byrona and will do some of my own investigation. I have NPM, VMAN, and VCops + vCenter (obviously). Polling interval couldn't miss a peak that wide... unless the group of cores is somehow different.
-
There may be a way to do it with a filter but you could also easily do it with a report sorting descending on the OutPercentUtil in one and then InPercentUtil in the other. You can use the limit to limit it to top how every many you want for each. This way with report you could even limit it to certain groups of devices or…
-
Can't you just setup the level of syslog messages you want sent to Orion on the ASA's like this: logging host interface_name ip_address [tcp[/port] | udp[/port]] [format emblem] logging trap severity_level logging facility number Choose what severity level based on the following:…
-
Aparently this is not a new problem:
-
I think it's just the total of all Sent and Received... so yes it double and triple counts the same traffic... how else could it do this? It's an interesting observation though.
-
I would look for the destinations listed there from your flows. Once you figure out which you are talking to you can filter on all the traffic going to and from that endpoint.
-
What's the easiest way to get rid of these... luckily I didn't do the latest upgrade to NPM so I still have the actual custom property editor app :}
-
My advice for utilizing the server agent part of OpenManage is to download the snmp reference guide here: support.dell.com/.../index.htm All the MIB info is explained... you can setup traps to be sent from OpenManage and poll for any of the OID's they give in the guide. All the power supply and disk traps / oids are in the…