Comments
-
http://www.solarwinds.com/resources/SolarWinds-End-of-Life-Policy.pdf Support is typically for two Major releases.
-
This could be caused by a corrupt license. I see that you reinstalled but you may need to uninstall then reinstall to clear this up-
-
Yes, 5.1 includes new resources (you can download configs from NPM now)
-
Reply-> Options tab- Upload file for screenshot
-
You would need to attempt a custom SQL query - below is one previously attempted- SELECT Applications.FullName AS ApplicationName, AVG(ApplicationStatistics.Availability) AS AVERAGE_of_Availability FROM Applications JOIN ApplicationStatistics ON (Applications.AppID = ApplicationStatistics.AppID) WHERE ( DateTime >…
-
You may need to update your Report Schemas as follows: Open the Custom Property Editor tool Right click on a blank grey area of the Toolbar, and go to ‘Customize..’ Click the Commands tab Under the “Commands” section, scroll down and find the “Update Report Schemas” button. Drag this to your Toolbar and click on it. Let me…
-
You will need to locate that orphaned Node and delete it. See the steps in this thread You would then of course search for Node 2550 in your case- HTH
-
You will find all the steps you need here- www.solarwinds.com/.../SolarwindsOrion8.1DBmigration.html
-
From the system manager select the chart ->Custom-> Plot tab.
-
Are you using v 8.1? What SNMP version? Have you verified any Access List changes? Try to click on Node details and unmanage the node- and then add it back -
-
Yes it is and not anytime soon. I don't have an exact date.
-
This is a bug that has caused an invalid entry to get into your Job Engine data file. You can safely replace this file with an empty version. Attached is an empty version of the Job Engine data file. You can replace the existing file with this one. The file is located at C:\Documents and Settings\All Users\Application…
-
You could use a seed file with the Network Discovery Wizard for your devices. Alerts you will need to recreate.Open your seed file.Click Start > All Programs > SolarWinds Orion > Configuration and Auto-Discovery > Network Discovery.Click Add New Discovery.If you need to supply new SNMP credentials to discover the devices…
-
This sometimes means there is a 0 in the resource properties table. This can be verified by pulling some diagnostics and looking within the DB folder-> ResourceProperties.csv to see if there are in fact 0s in there.
-
Absolutely, it is in the works now-
-
You might try updating the report schema-
-
You can use Process Explorer from MS (http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx) to determine what is possibly locking that app. Click the Find menu and select Find Handle or DLL... Type the file name and click the Search button. You should see the list of applications which are accessing the file. Now…
-
User delegation is slated for the next release.
-
Here is the server migration guide. www.solarwinds.com/.../OrionServerMigration.pdf
-
You need to modify some views and add some custom poller charts and tables to the web interface. The custom poller status is probably the most helpful one to add first as it will list each of your custom pollers and what their value is in a basic table form.You can specify the custom MIB poller by clicking Edit…
-
Does this happen after browsing to the file you are trying to import or later in the process?
-
Is this the error? support.microsoft.com/.../886695
-
What happens when you go to Administrative Tools > Services > SQL Server, right click on SQL Server, and select Properties > Log On. Within this window, select the "This Account" option, and enter an account that has local administrative rights. Then Restart the service and then try to reconnect Cirrus to the SQL Server.
-
Ciag- I take it you resolved this here? ?CMP=LEC-SWFEED-HP-THR
-
Vic- I'm assuming the post is not showing for some reason>?
-
Adam- There is a KB article regarding this http://support.solarwinds.com/kbase/ProblemDetail.cfm?ID=886 I'm sorry for the inconvenience this has caused you. I've marked this as something for us to correct in the ipMonitor Admin Guide.
-
You can contact customer service to have this provisioned to your account portal - 512-682-9300.
-
You'll need to check the vendor's sites for the most current list- For Amazon there is this KB article.
-
The following are valid volume variables. Volume Variable Description ${Caption} User friendly volume name ${FullName} User friendly volume name including captions of parent node and interface ${LastSync} Time and date volume last synchronized in database and memory models ${NextPoll} Day, date and time of next scheduled…
-
Ben- The suggestion would be to follow the rules of backup and restore. OR in rare cases the moving of the .mdf file, if properly detached, can work. But the suggested, nearly foolproof method is to backup and restore. Orion and the Database Manager do not make any specific flags in the database, it is purely a SQL set of…