Comments
-
Hi trebor11584, Thanks! But I noticed that the MIB walk results (after renaming to .xls) is showing the HOST-RESOURCES-MIB, but only 4.. and it looks incomplete. Volume elements are once again not showing in the results. Are you able to confirm if the one that you are seeing continues the HOST-RESOURCES-MIB after…
-
Kiran, There are too many possibilities of what might go wrong. Also, you might not have any issues on upgrading. To be safe, just backup the Orion database and keep it safe. Most of your settings and statistics are stored within it. The \Reports folder (or if NCM is in the picture, maybe custom device templates that you…
-
Hi Warlynx, The perfmon results looks low, which is good. How big is the database? I would suggest that it will be best to create a support a ticket for us to investigate on it. HTH.
-
Hi Ciaran, Thanks for your update ;) Yes, I think uploading sharing the Advanced SQL report with the users of the community will be most helpful! And I might learn a thing or 2 from you also. Cheers!
-
ahthomas, I managed to get based on LogDateTime >= (GetDate() - 7) The following is what I did: 1. Used the following query to confirm if the date is reported correctly: SELECT GETDATE() 2. Ran the following to confirm that earliest date that I should see the from the AlertLog events: SELECT GETDATE() - 7 3. I am not sure…
-
Hi dg, It is weird that you are not seeing the NodeID in the Nodes table, but are still seeing ResponseTime statistics. The Database Maintenance should have removed it. Just checking if the output from the query, is the orphaned ResponseTime belonging to the same NodeID, or it involves a few? I was thinking that it might…
-
Hi rabbid69, If <Server1> or <Server2> goes down when the <Router> is UP, you should still get alerts. And yes, if you add a new server, you will have to add a new Node Name element, which will become hard to manage. Just create a Custom Properties and map the Nodes to it. E.g. Create a Custom Property called: Dependency…
-
Hi James, As of NCM v7, it actually leverages the Orion Web Console. And if you went through the installation process, even if it is standalone, there is still a need to have 2 database (Core and NCM) To force a synchronization between the databases of Core and NCM, you can do the following: 1. Log into the Orion Web…
-
There is a video tutorial to guide you through Advanced Alerts: www.solarwinds.com/.../OrionAdvancedAlerts.html HTH.
-
cttripp, Check this out to see if this helps:
-
Kevin, Glad to have helped
-
Hi trebor11584, Adding a new collector will be installing Additional Polling Engine and installing NTA there to have another collector. But there will be costs involved. But the easier way out is to divert the Riverbed to send its Netflow statistics to the NPM/NTA server. Are there any routing issues? Wireshark will be…
-
Hi Jason, I guess it is better for you to log a support ticket with us for investigation. Cheers!
-
netnet007, Can you confirm if the link speed is 56K? It seems to have pick up this value from the IfSpeed OID. If it is more than that, you will have to customize the bandwidth to have the correct percentage shown. 1. Log into Orion Web Console 2. Settings > Manage Nodes 3. (Expand) Node > (Select) Interface involved >…
-
Hi Kiran, When you log into the Web Console, look at the very bottom, and you should see that the version of NPM is updated to the current, as well as the Core version as per release notes. Orion Platform 2013.1.0 NPM 10.5 The rest is just to see if you are missing statistics, or that pages are erroring out. If anything of…
-
Yes, IPSLAMGR can't work on its own. It requires Orion NPM.
-
Hi Warlynx, It is normal, after the restart of the NetPerfMonService.exe. It needs to populate the information that it needs, not mentioning about baseline calculation. 99.18% is quite ok, but I would say that it will be slightly low... You haven't answered me on "And also, can you share the RAID configuration of the SQL…
-
Hi bryantc496, In addition to the information that was provided by aniki84, you might want to refer to this KB that was set up for just the purpose that you are at: support.solarwinds.com/.../ProblemDetail.cfm HTH.
-
Hi trebor11584, Thanks for the reply! ;) The MIB walk seems incomplete, as it does not hold any information regarding your volume elements. If possible, attach the MIB walk results in CSV file to your reply post. Let's look at the MIB walk results to be able to look at it further. Cheers!
-
Hi charly_DF, The Node Details View are there.. you just missed it Look under "User_XX's Orion General Settings" and you will see Node Details View. HTH.
-
Hi WBolten, No worries with that! In the "Filter Results" tab, you can actually add multiple complex conditions. It can be: Select records where ALL of the following apply [Your other conditions] Select records where NONE of the following apply Records where Caption contains KEYWORD * Note that indenting so that the filter…
-
schnarked, It is always safer to shutdown the Orion services first. In this case, Netflow Service should be the one that is concerned. The implications to this changes is that it will cause more data in 15 mins segments to be in the database. The longer you set the duration, the more bloated your database will get. And as…
-
Hi trebor11584, IMO. After the Trigger Condition is fulfilled, it will perform Trigger Actions. And the Trigger Actions will execute at the intervals and with the settings in the Alert Escalation. This will take place, until something stops the Alert Escalation, or that the Trigger Condition is no longer met. I can't…
-
Hi daxvancamp, Yes, I am just stating that it is now using 2 methods to poll information from ESX servers. What is the view that is being used by the ESX server? Is it the Customized ESX view or the Node Details, or some other views? If the ESX server is using the other views other than your customized view, change it…
-
Hi tbilan, My bad :P Seems like the current Activities can't support what you require as you have indicated. Let's hope that a developer comes in and inform if this can be added as a new feature.
-
Yes, just create a new policy. If cdp enabled doesn't show up there, it might be a problem.
-
Hi dg, If you still have the orphaned information under ResponseTime_Hourly even after the Database Maintenance, it might be that the NodeID is still there? Can you check the NodeID that corresponds to ResponseTime_Hourly that is having the orphaned data, and thereafter, cross check it against the 'Nodes' table SELECT *…
-
Hi Ciaran, I am not sure if it is that simple, as I do remember that the 95th percentile reports that are packaged with NPM 9.5 and above are is a whole chunk of SQL query coding. Also, are you able to share with us where you get that statement? Note: Frankly speaking, I am not a pro at setting up SQL queries
-
Hi rabbid69, You might want to try the below: Route Down: Trigger Alert when all of the following apply Node Name is equals to <Route> Node Status is equals to Down Server Down: Trigger Alert when all of the following apply Node Status is equals to Down Trigger Alert when any of the following apply Node Name is equals to…
-
Glad that helps ;)