Comments
-
Hi ">patriot, I have not seen such issue even during development Anyway, here is fallback of what you can do: 1. Connect to your SQL Server Management Studio and open up your SolarWinds database. 2. Search for table SRM_Templates. 3. Delete the table. 4. Run Configuration Wizard and it will recreate the table. Regards Lubo
-
That's a good point with the version of 6.1.1 It contains couple of other fixes as well
-
No problem. Well, to be honest I do not know the timing. What I can tell is that this is under consideration and when that can be done and released, it is hard to tell now.
-
Hi yes, that should work also, you have two options: First - update your query like this: ... FROM Orion.SRM.StorageArrayCapacityStatistics WHERE StorageArrayCapacityStatistics.StorageArray.DisplayName IN ('<name of your array>', '<name of your other array>', ...) GROUP BY DateTrunc('hour', ObservationTimestamp) ... Second…
-
I am not sure I understood, but maybe you might look at "Pools".
-
Hi sirpaw, you can try following: * restart SolarWinds Information Service V3 * wait for approx. 3 minutes * navigate to the same log file C:\ProgramData\SolarWinds\InformationService\v3.0\Orion.InformationService.log * try to find there Listening on…
-
Hi strecker25, sorry for the delay, I was just verifying some stuff related to the model you have problem with. Would you please create a support ticket for this with SolarWinds? The best way now would be to communicate that way so support or engineering can take it over.
-
Hey Jason, well, yeah, thanks a lot for the screenshots you put here. Now I have better understanding of what you wanted to know. So to answer it, yes, the settings are shared and those are not module related, so you might want to take a look to "Settings" (top right corner) -> "Thresholds & Polling" group -> "Polling…
-
Hi, I have actually got your point, in SRM it is possible to specify alerts and traps as action, but what SRM does not currently have is the definition in MIBs. SRM does not have any OIDs specification, so the traps parsing cannot be done now. I can create a feature request for you and if there is more users having the…
-
Hmm, that can explain that , and that also might point to a bug in SRM Orion. I'd suggest you to open an Support ticket to let us able to take a look on that. Regards Lubo
-
Hi, I have prepared for you a small tutorial, so try to follow these steps: You can copy paste this query: SELECT VolumeID, DisplayName, Volumes.Statistics.ObservationTimeStamp, Volumes.Statistics.IOLatencyTotal FROM Orion.SRM.Volumes WHERE Volumes.Pools.PoolID = 2 AND Volumes.Statistics.ObservationTimeStamp > AddDay(-7,…
-
Hi, this is kind of hard to help you since I do not see your report configuration. Maybe you can help me a bit and export the report configuration into the xml file and attach it here or send it to me via a message so I'll see how you have it configured and then I can help you more. Regards Lubo
-
Hi rupdegraff, maybe this is what you are looking for: -------------------------------------------------------------------------------------------------------------------------------------------------------------------- ## Alert Message Excerpt Below ## Timestamp: ${N=Alerting;M=AlertTriggerTime;F=DateTime}. Array: ${SQL:…
-
Hi ">Manilyn Ramos, your SQL query is correct, but as HolyGuacamole wrote, it does not work in SRM version 6.2 or below and that is why it is not evaluated. We already know about this issue, and it is being processed currently, but I do not know when exactly this gets released. Regards Lubo
-
I am glad I helped you. With your further question, I want to be just sure, do you use in the email action definition "${N=Alerting;M=AlertDetailsUrl}" variable? If so, it is correct, and I can confirm that neither Simulate nor Execute will put there any reasonable value (the empty is expected). It is because, at that…
-
And anyways, the storage array used to be working, but after switch migration it lost connection to SRM.
-
At the screenshot above the console shows the CIM Version is 3.2.1, so I suppose that version has that fixed already.
-
Hi gbrance, If I may ask a question, what version of Enterprise Manager do you currently use?
-
Hi ">ou56, What you are describing should be possible in SRM Orion. Try to do following: Open a link in Settings > Manage Reports Navigate to Schedule Manager tab Click to Create New Schedule button to open a schedule wizard 1 Step: specify Name of that schedule and assign the report you'd like to have 2 Step: create a…
-
Got you point, I am not sure whether we have some public documentation for this since writing queries like this is really advanced level. That is why we are happy to help you in such cases, but I like your idea of sharing custom reports and I definitely support that. What you specifically want to have is useful, but as…
-
Hi, is something like following picture what you'd like to have?
-
prawij, one question came to my mind; how your performance data looks like, you wrote here that you are still waiting for them, did they appear already? Thanks a lot!
-
Hi ">prawij, thanks for pointing this out. we have already turned into this issue here as well, so please accept it for this beta version, we are optimizing that already Thanks again!
-
Hi, it seems to be pretty similar to following post SSL on Storage Manager with port re-direct from port 80 so that might be what you are looking for. Regards Lubo
-
Hi ">MathieuJM, Yes, you can install SRM into your Orion installation of NPM and SAM (probably you have to make sure you have latest NPM installed, so maybe you'd need to upgrade it). You can let installed your STM, so there is no necessary to uninstall it. In SRM, there is cool feature that allows you integrate SRM with…
-
Hi ">rer0dgers, If you could eventually provide more information it might help us to provide you an advice. So I am interesting in the behind of the message that appears during adding your HP 3par device. If you click OK button on that message, there is a grid on the page and under the grid on the right side, a link "More…
-
Hi, about the computation of the Total Latency I have already written an answer into some other thread here, so you can review following:Re: meaning of "other " latency In general, if there is a LUN that reports Read latency very big and Write latency small, the Total latency cannot be the max value, and also it cannot be…
-
Hi Joshua, you did it correctly, that is first step that needs to be done. * The second step: You might want to verify through "Settings" > "Manage Nodes" > select the particular one > click to "List Resources" whether "Network Storage Resources" is selected. If not, select it and Submit. * The third step: navigate to…
-
Hi ">leond, unfortunately, there is no way how to disable thresholds at this moment. I appreciate that you have put this idea/feedback here and I'll try to start discussion about this. Thanks a lot!
-
Hi, so in general SRM does not do any measurement nor load on the device itself. SRM only reads counter/statistic values that are on the device itself. It means that it does not matter whether the device and SRM are installed in a one network, the latency SRM displays is only number the device reports with no relation to…