Comments
-
@Smargh I have not been able to replicate the behaviour you are describing, can you please provide me with your current case number so i can see if I can get your issues escalated as this is not the normal behaviour
-
the tables that have the most recent information will end with "Detail" you may have to make a join statement or two...
-
could you (after backing up your DB) simply purge the Serial number information for that node and allow it to rediscover? Example: *****Back up your database***** update nodes set serialnumber = null where nodeid = put your nodeid here then in node management tell it to rediscover
-
the actual issue is with two dll's that failed to register for you. This is being resolved by manually register the SWAlertActions8.dll file and swalertengine8.dll file located under Program Files\SolarWinds\Orion. Simply run the command regsrv32 c:\Program Files\SolarWinds\Orion\SWAlertActions8.dll and then regsrv32…
-
I think this would be a good candidate for a support case as the behavior may need a little more indepth research, an online case would probably be your best bet, as I cannot reproduce this behavior in house
-
There is a good chance you don't have your DB selected adn master is selected instead.
-
I guess I should have elaborated... this add the options to the website...oops
-
As an example the following would return a report with the node name and event timestamp of events with the message containg 'has stopped responding' between 5pm and 10pm yesterday: SELECT Nodes.Caption AS NodeName,Events.EventTime AS Event_Time, Events.message as Message FROM Nodes INNER JOIN (Events INNER JOIN EventTypes…
-
in addition locally on the AIX device ruin the following: # snmpwalk -v 2c -c public localhost host and # snmpwalk -v 2c -c public localhost mib-2 what does it return (change public to your actual community string) this will give you what is available to you. once you determine what MIB's the device answers to you can poll…
-
CORRECTED: Yes and No I have figured out how to have an alert send a Report however the report must already be created. Please see the following: Create the report you want sent and then schedule it(tell it to run once) in the Alert trigger actions choose to execute an external program in the "program to execute" line put…
-
This issue was addressed in version 10, I would recommend upgrading to prevent this from occuring again moving forward
-
resolved, thanks for posting that Joel
-
I'd strongly recommend opening a support ticket, they should be able to assist you with fixing this issue.
-
Step #1 Back up your DB Step #2 Back up your DB Step #3 in the database you could disable the identity bit momentarily on the interface table change the new interfaceid to the old interfaceid and the old interface to something like 5555 (or any interface id not currently in use) and then reenable the identity bit. I think…
-
Try creating a Universal Device Poller with the OID of : 1.2.840.10036.4.8.1.3 do not assign the poller just test it against one of your D-Link AP's and see if it responds.
-
Update: This issue has been addressed in Log & Event Manager 6.2 HotFix 2. Available here: http://downloads.solarwinds.com/solarwinds/Release/HotFix/LEM-v6.2.0-HotFix2.zip
-
Thank you for bringing this to our attention. Digital Defense alerted us of the vulnerability and are working to address this issue as quickly as possible. If you are a current LEM customer, please start a support case from your customer portal so we can get you the fix as soon as it becomes available. Note: Current best…
-
Scott and Aaron, Here are instructions to set the default credentials: Open MRC Close the connection window Click View-> Default Host Properties Click on the "Authentication Options" tab set the credentials here click on Apply and OK You may be asked if you wish to update existing entries, if you desire to do so ensure…
-
This will be due to some device flooding your trap listener with traps. You need to track down the culprit device and either fix the issue on the device or change the trap level on the device
-
yes, but not easily you can query the nodes, interfaces and volumes tables with an inner join statement (join on nodeid) however the thresholds of alerts portion will be more complex as you can have alerts that are more "blanketed" where as other alerts are more "directed" or "assigned" to certain nodes (assuming you are…
-
This should be possible. But let me get a little more information from you... Do you want: A) a List of servers running SQL or B) a list of all databases in SQL Grouped by server. or C) Something different than either of the above.
-
wouldn't making it a local account on all servers work? (not to over simplify it but I believe that method works)
-
Run the following SQL statement : Update IPAM_Group set ScanInterval = 10 where GroupType = 8 AND DisableAutoScanning <> 1 Change the "10" to the time interval in min aka 4hrs (60 x 4)= 240 numbers valid are 10 thru 10080 (10 min to 7 days) GroupType = 8 is to limit the change to subnets
-
the sample map is just that, a sample. it will cause no harm simply ignoring this message
-
I am assuming ORIONMONITOR$ may be the couputer account of the Orion server?
-
Actually all you have to do is export and reimport your certificates and this won't happen. Start>Run>MMC File>add/remove snap-in Add Certificates computer account>next Local Computer>Finish Close OK Branch out certificates, branch out personal click on certificates export them all then reimport them on the new…
-
Starting with AIX 6.1, the default configuration of the SNMP daemon has changed. The change will not occur if you have migrated from an earlier version of AIX. Only new installed systems will show this changed behavior. none of the snmp based commands will work any more. AIX 6.1 has limited the amount of values that can be…
-
You can do this using an advanced SQL report and using the dateadd function of sql with a little math
-
Yes and No I have figured out how to have an alert send a Report however the report must already be created. Please see the following: Create the report you want sent (tell it to run once) in the report trigger actions choose to execute an external program in the "program to execute" line put the following: schtasks /run…
-
If you start a support case, our support department can have the logs assessed to see if we could support them and create a connector for them.