Comments
-
We had a few more changes happen this weekend so I looked through the RTCD logs and have found another instance of it cutting off the config at 73 characters. I looked at the downloaded config and it is correct at 183 characters long. I'll keep my eye out for more instances of this to see if I can see a pattern.
-
I got the same thing at first then followed this document and it started working: http://support.microsoft.com/kb/820847 I believe this document also helps... http://www.solarwinds.com/support/apm/docs/APMWMITroubleshooting.pdf Is there any way we can read the data like a counter? From what I see those values will just be…
-
In the past we narrowed down things like this by looking at all the ports. We would see the same amount of traffic on the ports but one would always be send and the others receive. That's one reason I was working to get a page that shows all interfaces. There is a thread about migrating asp to asp.net that has the code in…
-
Karlo, can you provide the SQL statement that can be used inside the Database Manager to make this change? I'd like to do it but I'm not real familure with SQL. Thanks!
-
You're very welcome! The import doesn't create duplicats. Here's a sample from the last email I got: 8/22/2009 12:00:01 PM : Started NPM Import : Job-680360 Imported/merged 0 devices Skipped 1038 devices 8/22/2009 12:00:11 PM : Completed NPM Import : Job-680360 So from this note there were no devices added but 1038 devices…
-
So if you go under web node management you can show interfaces instead of nodes and then use the group by and/or search feature to narrow down the list and then select all the interfaces you want to set to unplugged and edit and select unplugged and submit. How were you doing it? I tried that once and IE locked up on me…
-
Support Case # 80811 opened...
-
Not a problem. Hopefully it will help others find that thread as well! I know it helped me!
-
We just started using it today but have noticed the same thing. The funny thing is we are trying to use the built in APM 2.0 monitor for the Orion server and none of the processes are showing any CPU time. If I check them through task manager, I see they are using quite a bit of processor.
-
What version of code are you running? We're running 4.1.185.0 and I've been able to back them up without a problem. I used the template that was provided in the sharing zone.
-
I think we're getting hit by a double whammy. The actual login page is on an IFRAME and it uses javascript to do the authentication. We've got another HP Product that does some monitoring that can do "traced" events. (Meaning that it can login, click here, do this, do that, etc and watch and time the whole path.) We're…
-
I wanted to bump this because we are seeing the same thing. At first we thought it was a rights issue, but we are able to get data using the same account and perfmon. We are just starting to play with the APM and it seems cool but the fact that we're not getting data is not good. We ran the "wmiadap.exe /f" command above…
-
Thanks for your opinions. ~sm Thank you for the rating!
-
What I usually do is hit an OID that I know works correct to verify proper connection to the device. Then I go after my targeted OID. In my cause, we get traps sent when data is in the table so after getting the trap I checked it and got the data I was looking for. I checked later and got "OID not supported."
-
Thanks Chris! We have one device for dial-in clients that we want them to be prompted for "Passcode" instead of "password" when they login and it changed it for all longins.
-
I'm on 9.5 SP3. I know they are different but is there any chance we can still access them by name? The links look much better and they are easier to work with.
-
I was just told by our server group that the new servers will be ready next week. Any one have any other things to look for when it comes to moving? I want to do my best to get the servers up and running the same as they are today as fast as possible. I found some things about EOC that will need to be moved that will be…
-
Maybe it would help if you suggested it... ;o)
-
I agree, the side by side is nice when I'm sitting infront of my widescreen laptop but most of the emails I get I read on my blackberry first. It can be quite difficult to understand what is going on... I would also like the abilty to not include any devices that haven't changed in the scheduled jobs.
-
We're currently using the VMWare vSwitch but have considered the 1000v. I would love to get more detail about the networking side of things. Right now, we monitor the NICs on the ESX servers and then the NICs on the hosts. We get a little information but we have one Blade Chassis that would be great to monitor in more…
-
We time stamp our logs as well and the message looks the same for us. I have to say, I'm very excited about this!!!
-
That's a good point. The AP can be up but both radios can be down and at that point, I would consider the AP down but it technically isn't.
-
I did notice one thing. I hadn't played with the "Group By" setting much as I usually searched for devices to find them since it was much quicker. Now that we have the paging, I've been using it more to enable the unplugged feature. I've seen cases where it still takes a long time to load if I select the "wrong" group by…
-
Are you still seeing this problem? We've seen the same thing and had done the JobEngine replace earlier.
-
I want to note that if you're using EOC or plan to use EOC you will need to know that password or have the client know it. When you add the server, you have to add the password that is in the database in order for them to see any data.
-
Right now we're using MOS because that's what VoIP monitor is giving us. From my experience it seems that certain papers use MOS while others use ICPIF. If we had the ability to either pick one or show both, I think it could be helpful.
-
Thank you both for the response. Here is what I'm currently using. SELECT AvgDiskQueueLength FROM Win32_PerfFormattedData_PerfDisk_PhysicalDisk WHERE Name="_Total" Is this what I'm looking for or do I need to break it out more. Also, what is considered a "bad" value. I'd like to set the warning and critical states. The…
-
I'm interested in doing this as well but haven't found a way to do it yet. SW Staff, is this possible? Our database server has been a little unstable and it gets "fixed" sometimes but Orion hangs and won't update. I have to end up killing the NetPerfMon service to get it back. We ran almost all day yesterday like this and…
-
It should allow more than one. For instance, we monitor our Cisco Wireless LAN Controllers. We poll for the AP model that is a number like you mentioned. IE, 1 = ap1000, etc. Now we are doing a get table to get the data but I've seen other places where people have done multiple enumerations like that. I believe in this…
-
I had a similiar problem today... The service was running and the polling status page looked ok but I lost a days worth of stats from some devices. I had to restart the NPM service to get them back.