Comments
-
In meantime you can set sustained thresholds for multiple nodes in bulk. Just select more nodes in Node Management page, click Edit Properties and override global settings for thresholds.
-
Agent package for Red Hat Enterprise Linux 5.x, x64 should work on this machine.
-
When you switch the polling method, need to List Resources and select volumes that should be monitored again. Even then it can take a long time (half hour) until charts start displaying data. Here is the explanation: Orion Web Console charts display Data is not available - SolarWinds Worldwide, LLC. Help and Support
-
This issue might be caused by mismatch of URL formats used on Orion and SSO side. Ideally use complete format that include schema and domain parts. Something like https://www.solarwinds.com in “Orion Web Console URL” field in Orion Identity Provide configuration page, and https://www.solarwinds.com/Orion/SamlLogin.aspx in…
-
Try to diagnose your connection between Orion and SAML server using instruction from paragraph "Test your SAML configuration" in the bottom of documentation Authenticate users with SAML v2 - SolarWinds Worldwide, LLC. Help and Support.
-
Could you call our customer support and create a ticket there?
-
“Manage as node” will add your Linux machine to the list of machines monitored by Orion. I suggest to do it. If this machine is already monitored (by ICMP), you can unmanage it. Agent plugins will be uploaded to the monitored machine automatically. You can check their status on “Manage Agents” page. If values are still not…
-
Contact please our technical support ((www.solarwinds.com/support). They will help you to fix this issue.
-
Check if: - Interface in managed by NPM - "Allow monitoring of flows from unmanaged interfaces" on Netflow settings page is checked. If it doesn't help, try capture traffic coming to Netflow Receiver port (2055 by default) by Wireshark and check whether there are any flows from both interfaces. If not, then it is sign that…
-
What is the version of your Network Atlas and NTM application? Anyway, create a support ticket please, so we can collect necessary information and help you resolve this issue.
-
You can start Advanced Report with SQL command like: SELECT Nodes.Caption, Interfaces.Caption FROM NetflowSources INNER JOIN Interfaces ON (NetFlowSources.InterfaceID = Interfaces.InterfaceID) INNER JOIN Nodes ON (Nodes.NodeID = Interfaces.NodeID)
-
Test button verifies only that device responds on basic OIDs using specified credentials. Information about subnets are polled from routing tables stored on different OID's. Could you use some SNMP viewer tool, e.g. Solarwinds Toolset, and try to access ipRouteMask OID using the same credentials? If it doesn't work, you…
-
NTA displays stacked area graphs. That’s mean That’s mean values in y-axis are accumulated. E.g. in Top 5 protocols from your picture TCP max rate is approximately 1. 8Mbs (green), UDP is displayed blue above TCP green area, so TCP rate is approximately 1.9 Mbs-1.8 Mbs = 0.1 Mbs in your case.
-
This post should help: https://thwack.solarwinds.com/thread/106527#jive_content_id_Deploy_an_agent_with_an_expect_script
-
Are you starting the discovery on the main or additional poller? Could you open a support case for this issue and attach the diagnostics created at the moment when the discovery hangs? Thanks.
-
Could you let us know names of files that consume the most of disk space?
-
Use this command to check your Linux distro: cat /etc/*release Then you can check here Agent requirements whether it is officially supported. Nevertheless, even your version is not in the list, there is a still a chance that the agent will work there, if you try it.
-
We just released NTA 3.8 RC3 that fixed this issue. Could you download it from your customer portal and install? RCs are fully supported in production and you can call support with any issues or post here on thwack as well. If you have any issues or questions, please feel free to let me know.
-
Please run the NPM and Netflow installer manually again. You can find it here: C:\Documents and Settings\All Users\Application Data\SolarWinds\Installers Then run the config wizard again. If it doesn't help call our customer support, it will help us investigate this issue further.
-
LastTime column in NetFlowSources table.
-
Wildcards are not supported in current version of Discovery. There is only option to create text file that contains all IP’s and use Bulk Upload selection method like: 10.0.2.11 10.1.2.11 10.2.2.11 … 10.255.2.11