oiram ✭✭✭✭✭

Comments

  • do not compare different types of configs, they usually have slightly different format, i.e. order of commands
  • Since PublicKeyToken is the same for all versions I just modified C:\InetPub\SolarWinds\Orion\Voip\web.config (lines 67-70) replace <add assembly="Infragistics2.WebUI.Shared.v7.1, Version=7.1.20071.1050, Culture=neutral, PublicKeyToken=7DD5C3163F2CD0CB"/> <add assembly="Infragistics2.WebUI.UltraWebChart.v7.1,…
  • I would suggest to open support ticket for that one
  • Looks like a bug, tested against latest 2018.2 HF6 and got the same results
  • Hi, Something to include in Vendor/Device database if possible (unless not necessary if compiled into MIBs): OS Vendor: The FreeBSD Project sysObjectID: 1.3.6.1.4.1.2238.1 1.3.6.1.4.1.2238.2 1.3.6.1.4.1.2238.3 1.3.6.1.4.1.2238.4 If you are running Net-SNMPdaemon just add following variable to your snmp.conf (this one is…
  • HP bought Compaq some time, shall we not have that reflecting in Orion as well? - HP for 1.3.6.1.4.1.232 (formerly Compaq) - HP iLO for 1.3.6.1.4.1.232.9.4.10 (example)
  • 1.3.6.1.4.1.17713 Cambium Networks Ltd. (replaces Piping Hot Networks)
  • Please add following (NS# 459455) SysObjectID: 1.3.6.1.4.1.664.1.1048 Vendor: ADTRAN Model: TA5006 19 inch International Mini Chassis ETSI w/ SMI03 SysObjectID: 1.3.6.1.4.1.664.1.857 Vendor: ADTRAN Model: TA5000 International 19 inch shelf
  • Francois, I was actually using following for RESET command, but not entirely sure to what extend it helped <Command Name="RESET" Value="terminal width 0${CRLF}terminal length 0${CRLF}${ConfigType}"/>
  • If installer claims there was beta it may be worth checking: FILE 2018-09-17 10:17:15,181 [17] INFO (null) SolarWinds.Administration.SystemInfoCollector.Detectors.InstalledProductsDetector.IsBetaInstalledDetector - Checking if beta is installed 2018-09-17 10:17:15,182 [17] INFO (null)…
  • Guys, sorry to say but breaks will not work simply because report is built as a table and rows are set as unbreakable. Below copy from inspector window <tr style="page-break-inside: avoid"> <td class="Property" align="left"> swd77 - test for Larry<br>===<br> </td> </tr> see the property - page-break-inside: avoid CSS…
  • RedHat packages of WHD are distributed in GZip'ed format (*.rpm.gz) so to use above instruction you need to decompress the package, for example by running: gzip -d -c WHD-package.rpm.gz > WHD-package.rpm and then using rpm2cpio.
  • Seems to me that ASA's SNMP agent creates interface name using following convention Adaptive Security Appliance 'outside' interface - outside and macro called from within message body can't handle single quote character
  • Below is the process I usually apply in such cases, like sweeping brush... or axe... STOP ALL SERVICES 1. open Orion Service Manager 2. click on Shutdown Everything 3. wait until all services are stopped REPLACE JOB ENGINE (v1) BACKEND 1. go to %ALLUSERSPROFILE%\SolarWinds\JobEngine\Data\ 2. rename JobEngine35.sdf file to…
  • Thanks for the mention CourtesyIT​
  • Kiran, FoE will "look after" Orion and so on but unfortunately has no capability to "look after" your SQL. Since you running on SQL Express, and by the look of the path shown it is still the initial one (from evaluation of product) and located within Orion path. Thus FoE when trying to synchronize files/paths does not…
  • You may find below HF handy for 11.5.1 http://downloads.solarwinds.com/solarwinds/Release/HotFix/OrionPlatform-v2015.1.1-HotFix1.zip SolarWinds Orion Platform 2015.1.1 Hotfix 1 ------------------------------------------------------------ This Hotfix addresses these issues: 1. SWIS V3 Crashing since upgrade to NPM 11.5.1…
  • I think 1 tech free license would be sufficient to run any test environment, except of course if you trying to run real-time load-driven performance tests. Other than that should be fine.
  • Kiran, In most installations of SQL Server "sa" account is disabled. Question is - did your DBA did it on purpose, or maybe you installed SQL Server yourself and not enabled "sa" account. Nevertheless you will need to enable this account or use any other account as my colleague mentioned above. You may find these posts…