Comments
-
Are those CPEs?
-
Dear Tyler and Jeff, Nevermind that NCM is 90% Cisco oriented. Your efforts are greatly appreciated! BUT, could you please make it a habit to keep features in NCM moving forward, instead of removing them. One feature that has been removed has crippled NCM entirely for us. We can't use it anymore for what it was originally…
-
Jiriiiiii! Please make this happen: Importing Nodes to NCM v7.4 Automatically Importing Nodes to NCM v7.4 Automatically
-
Hi Michal, Spent some time trying to get this to work in latest VNQM RC but no luck. Could you or the team please confirm whether this could be possible for operation availability as well?
-
Thanks!
-
Excellent, Can we get the same for Operation Availability?
-
Have both, already imported the report. Currently wiping drool off desk
-
Fantastic, hope it makes it in vNext. Thanks!
-
Hi there, Care to share what this does exactly?
-
AFAICT, all custom content in the SolarWinds website folder is deleted/overwritten when performing updates. This means you have to manually add all your custom content again after every product upgrade. Maybe this is the case? Check if the content is still there and or re add it.
-
Hi, Thanks for this report! Could you please explain what purpose the NextMonth column has? As far as I can tell, all it shows is the actual disk size. Also, is the recommended size based on allowing 6 months of growth before this disk reaches 100 or 85%?
-
It is perfect! Once again, thanks for sharing.
-
I noticed that right after adding the comment... Would you be able to modify the report to display the Node and the Node Status icon? This would allow me to see whether an interface is unmanaged because the node is unmanaged or because it was unmanaged individually. TIA
-
I think 'Parent' has been removed in the latest version of Orion. Report no longer works
-
Hi bmuster, Just for clarification, could you please provide us with the details of your setup, mainly what version NPM are you running?
-
I'd like to have confirmed whether the issue with ports being unmonitored by themselves has been addressed in the forthcoming release. This is an issue that has been found on systems monitoring several thousand interfaces. Ports are set to be monitored but after 24 hours, they are unmonitored.
-
mbussey According to the documentation, NetApp AFF series should be supported since SRM v6.5. However, looking through the array list when adding a storage device, the NetApp AFF series is not listed. This is what I get: Could you please confirm whether it is supported or not, and if so, what should be selected in the…
-
Hi jeff.stewart Can you confirm weather this will make it in vNext?
-
Thanks mbussey We really appreciate the mammoth task of creating this product and the super strong, fast and continued development that is invested.
-
Hi Mez, Are you only interested in the application server or do you also want recommendations for the SQL server? I'd suggest the following for your application server. OS: MS Windows 2K8R2 STD CPU: a minimum of 4 cores. Latest CPU arch. RAM: a minimum of 12GB fast memory. HDD: a minimum of 40GB, more importantly is…
-
Hi there, Instead of creating a new thread, it is best to update the individual thread that didn't get a reply yet. I'll have a look at your threads that haven't been replied to yet.
-
correct.
-
We got Hardware Health details working for Aruba switches running WC 16.x while testing NPM 12.5 RC2.
-
BUMP, There's no more hardware health support for devices with firmware revisions past W15! Get some SNMP walks and please look into supporting HWH on newer firmware releases.
-
Hi Sky2830, You should start off by assessing what, if anything of value, can be monitored on those appliances. To do that, use a tool like snmpwalk to generate output data which will help you understand what is exposed and available to be monitored. You may get lucky and find that the appliances have counters or tables…
-
BUMP
-
Hi Wes, The 3GHz recommendation is based on an older CPU generation. Nowadays we can reach the once "3GHz" performance target with a 1.8GHz CPU. I'd pick the following: 1-2x E5-2430 - These CPU's reach 2.7GHz in Turbo mode, have a fast QPI link and adequate amounts of L3 cache (15MB). Great for SQL OLTP usage. Doubling the…
-
Hi there, On the endpoint, open up powershell and execute the following: Test-NetConnection orionserver.fullyqualified.domainname -port 17778 Try it again with the orion server IP address. Do the TcpTestSucceeded results come back as True? Is the Windows firewall on the Orion server configured to allow port 17778 traffic?…
-
Hi there, You could build this using a Custom Table resource and avoid having to fiddle with SQL statements. If you need to add filters then you can do so in Data source picker.
-
Not sure about SWQL, but you can use SQL queries for another database on the same server with the following in a Custom Table resource: select * from [<servername>].[<databasename>].[dbo].[<tablename>] The Orion sql user should have read access to the other database that you're running the query on.