Comments
-
Hi, Did you resolve your issues replacing the sdf files? I have the same error logs, but not for Universal Device Pollers. My additional engines cannot collect data. But in 'Polling Engine' option, it says they are active and working well.
-
It works well by using 'Remote Host' mode. Thanks.
-
Hi, Only in "Remote Host"? OK, I'll try it and get back to you later. Thanks.
-
OK, thanks, I'll try later.
-
OK, I got it. Thanks!
-
Hi, Deltona I found the following article from Google's cache. Assigning specific NICs in Storage Manager Agent If a Storage Manager agent is installed on a server with 2 or more installed network cards, then the core.xml file must be manually updated to define the IP address for the network card you want associated with…
-
Hi, Does this instruction totally fix your problems? I have the same problem as you.
-
Hi, I'm using the same template to monitor log/txt files. But something really confused me a lot. For example: Some test txt files on volume D:\. 1.txt, 2.txt, 3.txt. I run the template to these 3 files with the same configuration and the same credential for these 3 files. Local host mode. It returns 'up' on 1.txt. But…
-
Hi cgregors Thanks for your SQL query, it's really helpful. I'm confusing with availability. When I check availability for a node, if I set sample interval as 30 minutes(by default), I get a availability. But if I set sample interval as one day, I get another number. With your SQL query, with 'Weight' column, I can get…
-
Hi, there Have you solved this problem? I meet a same problem like you.
-
Hi, Have you fixed this issue?
-
OK, thanks.
-
Hi, I got the same problem but on my additional website server. But cannot find any SolarWinds updates neither on my primary poller nor additional website. Do you have any ideas? Thanks.
-
Hi, I have solved this problem. It's due to Windows system errors(some .dll files were broken). It's not a SolarWinds problem. Thanks for your suggestion. / Alex
-
It is useful!
-
Hi, I'm not a SQL guru, but please add the following lines into your query. SELECT Convert(DateTime,Floor(Cast((DateTime) as Float)*24)/24,0) as SummaryHour .... .... .... Group By Convert(DateTime,Floor(Cast((DateTime) as Float)*24)/24,0) It's no conflict between 'convert' and 'StartDate/EndDate'. I get result like this:…
-
Hi, This query is for last 30 days, not last month datetime > dateadd(mm,-1,getdate()) Please have a look. Alex
-
OK, thanks.
-
Hi, The 'Statistic Data' is current component statistic, when you select this column, you cannot select 'Time Stamp', so 'Average' seems meaningless. If SolarWinds uses SNMP to get disk data, it is easy to get average utilization. But this volume is very large, more than 30TB, the current version of SNMP cannot support it…
-
Hi, Balki If the STM agent works well in server, the agent can self register at STM server. Is that right? But in my situation, I can only add this server manually. After I added this server in STM, I ran the agent status report, it showed that Miscellaneous Utilities Module is offline. Just like the picture shows. Do you…
-
Hi Ciaran, Thanks for your post. Have you verified the time range? For example, the following SQL query runs well, I can get what I want, and the time range is last month. "dbo.in95th(Nodes.Caption, Interfaces.CIR, dbo.monthBegin(1), dbo.monthEnd(1)) / (Interfaces.CIR * 1048576) as in95th" But when I change the function…
-
If I run the report by "Report Writer", there comes the error message. But if I run the report by Web UI "Manage Report", it works well.
-
Hi and thanks for your sharing. I follow your instruction and run the report. But when I run the report, there comes a error message "SQL Error: Sort order cannot be applied." Do you know how to fix it? Thanks.
-
Hi, Have you found the way to download .tgz file?