Yann ✭✭✭✭✭

Comments

  • Hi Aliendan, I just tested it here on my APM and it works. Do you get an error message when you click on Test while you edit the component? Are you sure the Initial Catalog is the correct name of your database? Thanks, Yann
  • Hi, 1- on the NetFlow home page, check the LAST DATA RECEIVED value in the NetFlow Sources resource. 2- Check that the NetFlow Service is listening on the port you configured to be used (UDP 2055 by default) and in command line run: netstat -ab 3- If the NetFlow service is correctly listening then run a network trace to…
  • ...but is it possible that the avg disk queue length is creating a bottle neck that isn't allowing polling stats to be added to the database... I think you found yourself the issue. We recommend RAID1+0 disk arrays for its performance in writing/reading data. Which type of Disk Arrays do you have on the SQL Server? Is the…
  • Hi, Orion cannot buffer alert emails actions. Here is what you can do instead: A work around would be to install a lightweight SMTP server on Orion such as hmailserver (http://www.hmailserver.com/) and to configure a DNS round robin name (http://en.wikipedia.org/wiki/Round_robin_DNS) which will failover to the Orion server…
  • Hi, The following thread should help: Site-to-Site VPN Tunnel Monitoring through NPM Yann
  • Hi Burrlock, NTA will let you know the amount of data transferred/received by that endpoint for a time range, but I do not think it will compute for you the percentage of the circuit that this app or endpoint was using. If you follow this link:…
  • Hi Scott, The script has to return an exit value to APM to define the status of the component. I added two lines in bold that should make the script work... script ------ strComputer = "172.22.127.183" Set objWMIService = GetObject(_ "winmgmts:\\" & strComputer & "\root\cimv2") Set colPings = objWMIService.ExecQuery _…
  • Hi, ${ComponentId} is probably the variable you are searching for. SERVERNAME/.../MonitorDetails.aspx HTH, Yann
  • Hi, The Advanced Alert front end does not provide the features to setup a such alert. For a work around, you might want to start from this thread: Regards, Yann
  • This error appears when Orion is trying to use a blank username to connect to the database. Please find below the steps to solve this issue. * Edit the registry to tell to Orion to run the configuration wizard from scratch * Start > run > regedit + Ok * Open this section in the registry.…
  • Hi, Desktop and notebook are classified into"Unknown" type, and I search in System Manager for SysObjectID, I foundthat it is empty for these two unknown type. Is it normal or something goes wrong during my implementation? It looks like Orion could not contact the devices through the SNMP protocol. Can you check that you…
  • The RiOS (Riverbed Operating System) that runs on Steelhead appliances seems to have been built on the top of a linux kernel. If we can assume this then here is an explanation of the TAP interfaces under linux: Explanation found there (more details on the faq page): http://vtun.sourceforge.net/tun/faq.html#1.2 What is the…
  • Hi, Read this thread and see if it helps. Thanks, Yann
  • Denny replied there about that update. 
  •  Hi, You can use the following variables in the filename: ${DateTime} ${Date} ${LongDate} ${MediumDate} etc. Your file name will look like this per example: Job-${Date}-A-${LongDate}-B-${MediumDate}.txt and will create a file with the following name: Job-10-1-2008-A-Wednesday, October 01, 2008-B-01-Oct-08.txt If you need…
  • Hi, I have checked several times that the rule is set up correctly To check this, I usually use an action to color the Traps being collected. If the action is not executed, then your alert/rule is not properly configured or the Trap Service is encountering an issue which should be seen in the windows events. HTH, Yann
  • Hi, You should either use a Custom Property or the SNMP Location information to group your nodes and thus filter alerts more easily with conditions such as below:
  • Hi, This could be done with some UnDPs and a report but not easily I think. Orion NCM provides a built-in inventory report that does what you need: The report is called "IP Addresses". HTH, Yann
  • Hi, Thanks for sharing it. You might want to add the device template in the Content Exchange zone: http://thwack.com/media/g/cirrus_device_templates/default.aspx Yann
  • Hi, The Hot-Standby engine only covers Orion NPM but not the modules. I am not aware of any work around for this. There is currently no Hot-Standby for any of the modules. I suggest you post in the feature request forum to show your interest in a such product. (Check first if it has not been posted yet.)…
    in hot standby? Comment by Yann July 2009
  • You should have a look at this thread: HTH, Yann
  • Hi, There is a resource designed for this: "User Links" Login to the web console. Click on Admin > Manage Views. Edit your view, click on +. Expand "Miscellaneous - Miscellaneous Resources" and select User Links. If you do not link the way it is formatted, you can select the Custom HTML resource and type yourself the code.…
  • Hello, Check the \Program Files\SolarWinds\Orion\swalert.log(.x) files and review the entries in the AlertLog table concerning your (Advanced) alerts. The \Program Files\SolarWinds\Orion\RunOrionJob.log or C:\WINDOWS\Schedlgu.txt might give you further information about the Report Scheduler jobs. How to troubleshoot…
  • Hello, If you need to calculate how long time a port has been used, you will probably need to use the events in an Advanced SQL Report. You can get some ideas from that report Otherwise let me know what you think about the attached report. I created it quickly in Report Writer. File > New Report > Inventory and I added the…
  • Hi, The following post explains the issue for NetFlow and NPM is probably using the same class to resolve domain names. I cannot however confirm it, a developer could. Is NetFlow 3.1 Application Passive or Active??? This post might help you to stop NetBios NS queries: HTH, Yann
  • Hi, Here is a solution you might want to give a try. If you have APM, you could run a VBscript that remotely run the "netsh diag ping" commands to check e.g. if you can ping the gateway/DNS servers and return the response time to APM with a Up/Down status depending your network thresholds. Concerning the DNS, this does not…
  • Do you see any Failure Audit in the Security event log? Running Process Monitor trace could have helped there but it is not supported on Windows 2008 Server. http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx When you repaired the installation were you logged under a local admin account? Do you see any events…
  •  Hi, This has been asked before. The response is in the following thread: "> Yann 
  • What i want to do it see what each computer is doing in my network and what data (websites) they are visiting. When you expand the endpoints group view on the left pane, you should be able to check with who a computer is exchanging data across your router. HTH, Yann
  • Hi, Yes a SQL cluster environment is supported as this is transparent from the Orion NPM side. orion NPM website are very slow Please check how are performing both the Orion server and the database server. Check the CPU, Memory Utilization, Disk performances. Are all the pages slow or only some of them? How many network…