Comments
-
They are the same packages, the only difference is the Full with SQL is the Evaluation download. This download has MS SQL built into the package for easier deployment. If you choose Full with SQL, after the EULA, you will need to Select Advanced or it will install SQL express on the Solarwinds Server.
-
Can you check the UnDP poller to see if Historical is enabled.
-
In this case File Existence Monitor would be the best Solution. There are a Few File Monitors * File Existence Monitor - This component monitor tests if a file exists at the given file path. It can Alert when the file exists, or does not exist. * File Change Monitor - This component monitor tests if a file has been…
-
I found one instance similar to what you are doing in Report Writer. The 95th percentile Reports that come with Orion do have Declares, sets, create temp table, an Inert and a Select Statement and they all execute without issue. Here is the report for you to base your report on: DECLARE @StartDate DateTime DECLARE @EndDate…
-
What happened in the Cisco WLC 6 and above they changed some commands, from show Running to Show Run-Config and some other minor changes. If you anyone experiences this issue and you have active Maintenance, we can provide an updated Script. You will need to be on Cattools 3.4.
-
You can do the following: --Delete from Traps where Date time is equal or greater than 1 April 2010 Delete from Traps Where datetime <= '4/1/2010' Once that is completed, you will need to do the Following: --Delete TrapVarbinds where the Trap ID is not in the Traps Table Delete from TrapVarBinds where TrapID not in (select…
-
We do not log whether the Device is a Router, Switch or Server. What you can do is create a Custom Property and enter in the information for each device, then you would be able to group the information on Node Management page and it will then give you a count.
-
Centralized server is a feature added in v11 to simplify license management and deployment. Over the Internet with Centralized settings was added in v12. You are correct that the documentation does not state which server needs to be on the Domain, it can be just the Central Server, or all 3 components. Note: The Central…
-
The Free version of Syslog Server will continue to receive Syslog Messages as it did in the initial 30 Days.
-
In System Manager, Right Click on the Device and select List Resources. This will poll the device using the SNMP Community String you have configured. If the Interfaces list correctly, then SNMP is configure Correctly, and you may want to go into Start> Programs> Solarwinds Orion> Advanced Features> Polling Per Second…
-
You can see all of the Orion Engines in the Engines Table. If there is more than 1 Primary under the ServerType Column you will need to do the following: * Go into Start> Programs> SolarWinds Orion> Advanced Features> Monitor Polling Engines. * Go to Servers> Poller Load Balancing. * Select all of you nodes * Go to Polling…
-
For SSL Sites, you can update the WebSites Table and it should change to HTTPs: Update Websites set SSLEnabled=1, Port='443'
-
The Standard Packet size of ICMP Packets on most ping you use in terminal or command prompt are about 20 bytes in size. Solarwinds adds text to the ICMP Packet (every Solarwinds Tool usually will have the packet information such as "Solarwinds <Product Name> <Some Version>" under the settings which you can change to add…
-
Adding information into the Custom Properties columns should not be an issue. Adding new columns to the Tables would cause issues.
-
The MIB Database is a full collection of MIBs we have received from Vendors and Customers, currently around 750k MIBs. The MIB Database is updated weekly and is primarily used for SNMP Traps or for Universal Device Pollers. The MIB Database does not add device compatibility for device polling. I would recommend that you…
-
SWJobEngineWorker.exe is a part of Orion NPM, you may want to make sure that you are running the latest releases, if you still have the same issue, I would suggest opening a Support Ticket.
-
When you select Start, it will ask where to store the file, and usually defaults to the desktop.
-
Make sure the IP Address sending the Traps is the same IP being managed in NPM. Also make sure that the same SNMPv3 details are defined under Manage Nodes to ensure that the Trap service can decrypt the message. This document on Page 5 includes where to check the SNMP Trap logs and identify the error the Trap messages are…
-
The instance with the Virtualization may have been in the environment longer, it depends upon the version it was installed. The only way I see of doing this is to directly modify the database, but I cannot find the exact table the tabs visibility is stored.
-
There is no Events Drop down, so you will need to use Interfaces as the drop down, then do: Inter Join Events on Interfaces.InterfaceID=Events.NotObjectID where Events.eventtype=19 and Events.eventid=(select max(eventid) from events)
-
Are you using Alert Escalations to have it re-trigger if the alert? I don't believe that we have a limit set on re-triggering alerts. If they are not re-triggering as expected, you can look at the AlertLog Table in the database to see what the Alert was triggered and reset. I would recommend that you open a Support Ticket…
-
The Server name change will not affect the Orion Server. The Orion AD Authentication runs exactly like when you physically login to the Orion Server.
-
The hotfixes are included in SAM 6.4. Make sure to upgrade the agents on the systems if they are being used. What is the OS version of the remote server that is seeing the CPU spike?
-
The Solarwinds Information Service is responsible for retrieving data for the Orion Website as well as connection between pollers if you you have an Additional WebServer or additional Pollers. If this Service Stops you will see a SOAP Error on the Website.
-
If you are looking for the System Uptime, you will need to add HrSysuptime OID 1.3.6.1.2.1.25.1.1 in the Universal Device Poller. If you have not created a Custom Poller before, the following video will show you how to add an OID, search MIBs, Transform a MIB result, and create a Table to show on your Website. Create a…
-
Enumeration will have the information into the Status Column if I remember correctly. I have a report that will show you what columns and the values displayed to help with setting up your alerts. UnDP and Values Displayed Report http://thwack.solarwinds.com/docs/DOC-134409
-
All Active Alerts are stored in the AlertStatus Table. Once the Alert has been reset, the Alert is removed from this table. In order to see when the Alert was Triggered and Reset, you will first need to make sure that you add the Alert Action "Log Alert to the NetPerfMon Event Log" and include any Variable information that…
-
Since you stated that the links are 1Gb, you will need to enable 64 Bit counters on the Device since the link is higher than 100MB. I have also included other possible issues that would also sometimes report 100% or higher utilization. Scenario 1, Auto Negotiate: This issue is usually due to Auto Negotiate. If device is…
-
Send to Smart Card will only be available if you connect to the remote system with smart card authentication. When connecting if you leave the UserID blank, it will use the default certificate. If you have multiple certificates you can enter the username for the other certificates.
-
Which version of Exchange are you using? I would also check to see if maybe Microsoft changed the WMI Class.