Comments
-
Hi, Try the commands described in the following post on your SQL Server: HTH, Yann
-
This thread should help you. -Yann
-
Could you post the ConfigurationWizard.log file to see if there are any additional information about the error inside it? don't have any Flow*.* or Netflow*.* tables Can you list the tables you currently have in the database? Thanks, Yann
-
Hi, The Location is discovered by SNMP using the OID: 1.3.6.1.2.1.1.6 - sysLocation . The Location might have been set through a Custom Property for the ICMP nodes. Start > All Programs > Solarwinds Orion > Grouping and Access Controls > Custom Property Editor Click on Nodes. Let us know what you see there. Is there a…
-
Miron, You can download the help files and put them on http server in the LAN (why not the Orion web server itself). www.solarwinds.com/.../OrionLocalHelp.zip Then login as an admin and click on Admin > Web Console Settings Edit the Help Server location. HTH, Yann
-
Hi, The following should help. 1) How to free up Space? The below steps will truncate the TrapVarbinds table. If need to keep the data, simply compact the database without truncating the table. Open Database Manager Start > All Programs > Solarwinds Orion > Advanced Features > Database Manager If this is the first time you…
-
-
Hi, You can try to run the commands described in this post on the SQL Server and the Exchange Server. HTH, Yann
-
Hi, This would be a Feature Request as the web console does not provide a such option: http://thwack.com/forums/57.aspx Note that you can run some bulk update on the tables that store the View and Resources settings. Ask the help of your DBA if you are not sure how to do it. This is not supported but can help for specific…
-
Is it possible to generate a report that automatically sends via email? Yes. Please have a look at the below link: Scheduling Reports How can I generate a report that includes monthly average utilization and the duration of down node? This custom report available in the Content Exchange zone might be what you are looking…
-
Hi, Application Performance Monitor can do this out of the box. You might want to give it a try. Thanks, Yann
-
Hi Ciaran, Do you have any errors in the \Inetpub\Solarwinds\OrionWeb.log file concerning the execution of the policy reports? You might get some additional information about the problem into it. Thanks, Yann
-
Hi, You will have to ensure that the relevant ports are enabled in the Application and Service Ports settings in NTA. Which protocol do you use to transfer the files between your two windows Box? Then you can use the Traffic View Builder to check with which other endpoints your Windows Box is talking the most. HTH, Yann
-
Hi, You can try to walk the MIB starting at the following OID: Trend-MIB:TREND - 1.3.6.1.4.1.6101 Not sure if this is the correct one but it is worth to try to see what your device can return. If it does not return anything, try a MIB walk starting at the Private MIB oid: 1.3.6.1.4.1 Regards, Yann
-
Would be nice if in the UDnP GUI you could edit/add them. Open the UnDP utility, Right-Click on a UnDP (Which you want to move from e.g. the default group to a new group such as Custom.) and select Edit. Rename the group at the bottom and click on Finish. The new group will appear instantly. Not sure about your second…
-
Hi Kulastone, VLAN membership is not an information retrieved automatically by NPM. You will either need to use a UnDP or populate the information manually in a Custom interface property. Concerning the resource itself, you need to know a bit of ASP before to edit it. The resource you are talking about is located there:…
-
Hi, This report might be what you are looking for: Have a look at that post as well: R, Yann
-
Chuck, You will have to create an advanced alert to trigger an alert based on a Universal Device Poller. * Start > All Programs > Solarwinds Orion > Advanced Alert Manager * Click on Configure Alerts * Click on new to configure a new alert. * Type a name for your new alert. * Select the Trigger Condition tab. * For the…
-
Hi, Therewas no endpoint listening atnet.tcp://<devicename>:17777/orion/npm/businesslayer that couldaccept the message The Web Console tried to contact the Orion Module Engine on the tcp port 17777 but did not manage to establish the connection. 1) Ensure the Orion Module Engine service is started on the Orion server, If…
-
Hi, You should try to repair the installation and see if it helps. Start > Control Panel > Add/Remove Programs. Select Orion Network Performance Monitor and click on Change. Select the Repair option and follow the steps. If that does not work, run a Process Monitor trace filtering on the OrionNetPerfMon.exe process just…
-
What device is it? Brand/Model/Firmware ? What OID is using the other company ? Are you running the same firmware as them? Which MIBs are supported by this device ?
-
Hi, Since Windows 2003 Service Service Pack 1, Microsoft has increased DCOM default security permissions for remote connections. Description of the changes to DCOM security settings after you install Windows Server 2003 Service Pack 1 Programs that use DCOM do not work correctly after you install Microsoft Windows Server…
-
Can you attach your report to a post so that someone can try to copy in its \Program Files\Solarwinds\Orion\Reports folder and reproduce the issue? Thanks, Yann
-
Hi, In you situation, I would write a perl script with a for loop that prints the commands to a text file . Once you have your text file, send the commands to the router either using NCM or pasting the commands directly on the router. There might be a faster solution but this is the one I would first think about. HTH, Yann
-
Hi, It is not possible to configure a custom WMI Query monitor in ipMonitor. Using SNMP would be the best option to monitor Network Interface stats using a Custom SNMP monitor on the If-MIB - 1.3.6.1.2.1.2.2 . If for some reasons SNMP cannot be used, Orion APM allows you to setup WMI Performance Counters on any WMI Class.…
-
Hi, Events color are defined in the \Inetpub\SolarWinds\Events.css stylesheet. The event number has to be correlated with the definitions in the EventTypes table. As usual with edits to website code, running the configuration wizard will undo changes. HTH, Yann
-
Hi Shane, I just replied to your case but wanted to share it here as well: First ensure you configured the monitor to store historical statistics.If you do not do this reports will always be empty for this monitor. Click on Device and drill down to your monitor. Click on it to edit it. In the Identification section, select…
-
This information would be available remotely through WMI on Windows OS in the Win32_Battery class. http://msdn.microsoft.com/en-us/library/aa394074(VS.85).aspx This would require APM. On linux, you would need to make the SNMP agent run a script (Net-SNMP => Extend feature). Since Net-SNMP can be installed on Windows OS,…
-
Hi, Have you specified a router located on the same network? The ARP table of the router is used to map MAC addresses with IP Addresses.
-
Hi, The Performance Counters are only available through WMI by default. You might want to have a look at the SNMP Informant agent if need to get values from performance counters using Custom Pollers. Otherwise Application Performance Monitor can monitor these counters using WMI. HTH, Yann