Comments
-
It's something we have discussed from time to time. The challenge is that it would require deploying code to all of your desktops. That's a management challenge. How many of you would do that?
-
The logic of the alert won't work. You've set up all the volumes names as an "AND"--that's what "all" does in your first trigger statement. So you're saying that the volume name has to be X and Y and Z to trigger, and that can't happen. You need to reconfigure so that the names are set up under "any", which will give you a…
-
We're working on it, but I don't have a timeline.
-
I know a lot of you have expressed interest in the beta. If you would like to participate, please visit this site to sign-up: www.surveymonkey.com/s.asp Please note - this is a third party site that we are using to collect this information. Their privacy policy is available at www.surveymonkey.com/.../Privacy.asp You must…
-
From the NCM administrator's guide: If you are deploying SolarWinds NCM on one server and integrating with Orion Platform products on a different server, then you must install the SolarWinds NCM license on the server running the other Orion Platform product. I deactivated the license on the ncm server and upgraded the 1000…
-
Orion APM might be the easiest way. Printer services publish performance counters, and APM monitors performance counters.
-
I've just been told this MIB file is available through the EMC portal. I will investigate to confirm.
-
I frequently make calls to SW Support on behalf of customers and observe that the hold times are longer during the EMEA working hours than the US. If you call later in the day, there seems to be shorter hold times for support. If you call in the evening, the wait is even less, but you then have the coverage of the US sites…
-
Not just for those links.
-
Thanks all for your suggestions! You have given me more than I think I had expected. The community seems to live up to it's hype!
-
I think there's some confusion. NetFlow Traffic Analyzer is a module of Orion. There are several hotfixes available for NTA 2.2. NetFlow Realtime is a completely separate tool delivered as part of the Engineer's Toolset. The hotfixes for NTA will not work on Toolset. If you are having issues with NetFlow Realtime, you…
-
You should install SP3 before we try to troubleshoot.
-
bump?
-
We can't see your text.
-
I get a very similar issue with the company list. When I use LDAP sync, the list within company options shows the company as being pulled through. When I try to log a ticket against the company, it does not show up anywhere within the drop downs, I can however search for a client within that company and it shows the…
-
Just to clarify though I am a total SW Noob. I appreciate any and all feedback. Thanks much for you help.
-
Hi karedia, Check this thread for some directions and advice regarding checkpoint monitoring. Kind regards, Maria
-
I had received an e-mail message from support this morning stating that there aren't any issues with SQL Server 2005 SP2 and Orion version 8.0. I performed a successful installation today without any issues.
-
It's high on the list for the next release, but still, I make no promises.
-
I can't be the only one using bandwidth monitoring...???
-
Hi Andrew, Glad to have you on board. Since you're a newbie, you might want to get familiar with thwack and what it has to offer. So, go ahead and check You Don't Know thwack - The Onboarding Mission It's a great way to learn a few things about our forum and to gain some points. Kind regards, Maria
-
why doesn't Solarwinds continue to develop new reports and make them available? But we do. We shipped half-a-dozen new reports with v9.1. Could we do more reports? Sure. We could always do more. But we can't really consider reports in isolation. Reports are just one feature, and we have to rank a report against all other…
-
it should be as simple as having the user delete the interfaces off the node and then swap to wmi. All you gain from snmp is interface monitoring and you can get that from the switch side. and since the user is the one deleting the interfaces there is no worry about data loss occuring with out user permission.
-
Please provide us a little more detail on what you are trying to accomplish and what you're seeing. What are the steps we we would need to execute to reproduce your problem? What is the expected result? What are your observed results? One question first: Have you applied all of the hotfixes?
-
The challenge with the backup and convert from VMware to HyperV Just Work(tm)-ing might at the least be state files that are stored on the appliance. Fundamentally they are the same appliance, same software, but once you boot an appliance it "remembers" things like MAC addresses and interfaces, they'd require manual effort…
-
Hi! This isn't possible at present. I'd suggest logging this as a Feature Request with support.
-
I'm glad to see I wasn't the only one that really wanted to see a possibility for differentciating an Orion Alert. Like the last poster, I get a lot of alerts that I do want to get, but when something is happening and I am getting a lot of informational alerts, I would like the ones I have designated as really important to…
-
You can upgrade NPM directly to the latest release (NPM 10.2) via NPM 10.0. Please see this KB: http://knowledgebase.solarwinds.com/kb/questions/1888/ Note that you will need SQL 2005 (SP1 minimum) with CLR enabled if you want to get to NPM 9.5 or NPM 10.0. The download links are in your Customer Portal.
-
Job done I have added a wher eclause to the SQL and it works like a charm so Nodes.NodeID = ${NodeID} then boom...
-
Just FYI in case anyone else ever encounters this error, this is the exact command I ran on the SQL server to fix the problem and let the configuration wizard complete everything. I'm good to go now. IF EXISTS (SELECT * FROM sys.indexes WHERE object_id = OBJECT_ID(N'[dbo].[APM_Tag]') AND name = N'PK_APM_Tag') ALTER TABLE…