Comments
-
So, I attach the error message to you. Same error as before. Is there anything need to modify in target update server for language?
-
The TCP port might be missing from the link: http://NPM_server_name_or_IP:8787/Orion/VIM/Admin/VMwareServers.aspx
-
We don't have a timeframe for this feature. It's not really a matter of "adding" it to Report Writer. Report Writer creates SQL reports. To add graphs is a big deal. We'll need to deliver that in a different way. We have some ideas, but it's probably not to happen in 2009. But I won't say it's impossible.
-
You should be able to get a list via the AppBuilder. Go through the AppBuilder wizard, select a process monitor, and browse to your HP server. It should show you a list of processes.
-
Execute using which APM Monitor?
-
byron, Click Support on the menu bar at top of this forum page. Here under NCM Tutorials.
-
Thanks for the reply… multi-edit is problematic because 100 of my interfaces are the same name… each site has a DC (Domain Controller) and that’s the name of the interface. In NPM this makes sense because it’s a hierarchical display such that “DC” is displayed under each site name. But in the web interface there is no…
-
We're working on some performance improvements to the UnDP. We couldn't get them in for SP1, but they will be in the next service pack.
-
Nevermind, you said ICMP-only. Sorry, there isn't any way to do it programmatically.
-
I just got off the phone with Support and they said that this is a bug in NPM 10.3. They will submit this case to the developers and hopefully it will be fixed in the next release.
-
If you experienced problems on installing SP3, my first recommendation is to re-run the config wizard. If that doesn't work, please open a Support ticket and include diagnostics.
-
Hi I have one last question, the SerialNumber column in your NCM database, how was this populated, via a custom poller, as out of the box NCM Nodes tables does not have this column. I see this data in the Entity_ Physical only Thanks James
-
For Option #2, if you select the FailedAuthentication alert as your inferred alert, the fields should be nearly identical to the UserLogonFailure alert so you don't lose any field data (until you get to the SNMP step, which relates to your second point ). Rule #1: 2 UserLogonFailures in 40 seconds, action Infer Alert, use…
-
Jiri, how do I go about testing the code? Al
-
I would also like to have the ability to change from SNMP monitoring to ICMP only. We heard this once before, but we could never get details on the usage scenario? Could you explain the use case that leads you to need to do this?
-
sorry, just found another issue.... i made 2 new reports last night, name "_dan - blah blah blah desktops" and one for servers. i exported one and still have the PDF, but when i go in today the reports are gone... any thoughts on why this might happen?
-
SolarWinds has solved the problem in NPM 10.1.2 The OIDValue has now the form: 0100.5E00.237D.4A64.3D00.2E00 where 005E is the VLAN in hex (-> 94 dec), 00.237D.4A64.3D is the MAC and 002E is the interface number in hex (-> 46 dec) The following SQL statement lists the entries from the NetPerfMon database: SELECT TOP 10…
-
Mark - the OrionReportWriter.Schema file on the web server was the issue. Everything was setup with SP1. Is this file editable? I want to be able to show the CustomerName field and not the MinutesUp when adding/editing nodes.
-
What do you mean when you say "not able to manage the nodes"?
-
But does the resource support expanding the variable, or is expanding the variable ASP? I'm not familiar with ASP. Are you asking about the on in the product? It does not. This is clearly a feature that would benefit advanced users. It's on my list for the next release, which means there's a better-than-even chance that…
-
Hmm. If you're looking for a list of VMs, it's not something possible in APM at this time. You're right that it's designed for pulling performance data. We have the functionality you're talking about for VMware ESX. If we start to see more adoption of Hyper-V, we'll want to add that functionality as well.
-
I don't have the problem now. I just followed the following instuctions. SolarWinds Knowledge Base :: LEM Reports Error: "Logon failed. Database Vendor Code 210" Hope that this helps you to.
-
Thought of that after my last post. DL'd 8.5 then I get this error when using SSL: Orion Website Error An error has occurred with the Orion website. Additional Information System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: The handshake failed…
-
We fixed this by enabling "Forms" authentication in IIS along with Windows authentication. This is not a supported setup by IIS. When you log in initially, you will be presented with the SolarWinds log in page instead of a Windows pass through. After that, you will be automatically logged in. While this is not an ideal…
-
I'm curious as to which vendors you see us as falling short on. Orion is very much a multi-vendor product. We support pretty much everything that Cisco has, but that's just a reflection of their market dominance, but we also support most other vendors such as Juniper, HP, etc. And we're expanding that multi-vendor support.…
-
The thing i am experiencing is that the fees where professionalized bud it is unclear what we can expect for our money. I would expect some clear statements like e.g. Orion will have (at least) 4 Servicepacks and 1 new version update in 2 years time. This way we now what you're minimum of delivery is, all extra updates and…
-
Ahhh...that is a beta protected thread. The gist of the discussion is as follows: I recommend double-checking that the interface, index #xx for <ip address>, referenced in the Event Log is added in Orion. You can verify the interface is monitored in Orion by clicking on View > Interfaces within the System Manager,…
-
I've been waiting over 2 years to see these mark-ups. Still waiting for a simple reporting change...... In fact, over 6 years.
-
It's been 18 months and I'm still waiting to see the mock ups. It's been 5 years since the feature request. I've seen tons of useless features put out in the interim.
-
Try this... repost SELECT TOP 10000 CONVERT(DateTime,LTRIM(MONTH(DateTime)) + '/01/' + LTRIM(YEAR(DateTime)),101) AS Month, Nodes.ITN AS Branch, AVG(ResponseTime.Availability) AS AvgAvail, sum((downtime)) as Down_Min FROM Nodes INNER JOIN ResponseTime ON (Nodes.NodeID = ResponseTime.NodeID) inner JOIN (SELECT…