in More Search Options

NPM ocasionally stops updating the database

Last post 01-31-2008 7:48 PM by EverestM. 9 replies.
Page 1 of 1 (10 items)
Sort Posts:
  • 01-17-2008 2:20 PM

    • tpelley
    • Top 500 Contributor
    • Joined on 02-24-2006
    • Canada
    • Posts 19
    • Points 68

    NPM ocasionally stops updating the database

    I'm having a problem where NPM appears to stop updating the database and by extension the data displayed on the web page. This results in our monitoring technician looking at data that is not accurate.

     We're running Orion 8.5 SLX on Win 2003 SP2 our database is SQL Express 2005. Current monitoring load is 2362 total elements, my polling completion is always at least 99.3%

     
    Anyone have an idea what could be causing my database not to update/sync?

    On a related note, does anyone know if it is possible to create an alert that will trigger if the Last Database Update exceeds a predetermined value?

     
    TIA

     

    Terry Pelley
    Network Analyst
    Ottawa-Carleton District School Board
    Ottawa, Ontario
    Canada
    • Post Points: 3
  • 01-17-2008 2:23 PM In reply to

    • aynov
    • Top 100 Contributor
    • Joined on 11-13-2007
    • San Jose, CA
    • Posts 71
    • Points 156

    Re: NPM ocasionally stops updating the database

    I had a similar issue with the Custom MIB Poller.  I have to restart the Custom MIB Poller service to fix the issue.  After talking to tech support, it is very possible that my configuration (SQL Server is on the same server) could be causing the issue.

    I have a scheduled task to restart the service once a day.  It only take a few seconds and is a simple batch file.

    Bo

    Bo Tanaka
    Application Engineer
    FusionOne, Inc
    • Post Points: 3
  • 01-18-2008 6:52 AM In reply to

    • tpelley
    • Top 500 Contributor
    • Joined on 02-24-2006
    • Canada
    • Posts 19
    • Points 68

    Re: NPM ocasionally stops updating the database

    aynov:

    I had a similar issue with the Custom MIB Poller.  I have to restart the Custom MIB Poller service to fix the issue.  After talking to tech support, it is very possible that my configuration (SQL Server is on the same server) could be causing the issue.

    I have a scheduled task to restart the service once a day.  It only take a few seconds and is a simple batch file.

    Bo

     

    I suspected the problem might be with the SQL Server. Ours is also on the same box. We are in the process of migrating to an enterprise version of SQL perhaps moving the Orion Database to it will solve the problem. 

    Which service are you restarting? I tried a daily restart of the NetPerfMon Service a while back to no avail. Perhaps reloading the SQL server  daily will ease the problem.

     

    Terry Pelley
    Network Analyst
    Ottawa-Carleton District School Board
    Ottawa, Ontario
    Canada
    • Post Points: 5
  • 01-29-2008 5:24 AM In reply to

    • toph
    • Not Ranked
    • Joined on 07-20-2007
    • Slough UK
    • Posts 4
    • Points 6

    Re: NPM ocasionally stops updating the database

    How big is your database? SQL 2005 Express has a limit of 4GB. If your database is close to or bigger that is probably your problem.

     

    Chris

    Orion 8.5.1
    NTA 2.2.1
    • Post Points: 3
  • 01-29-2008 8:07 AM In reply to

    • tpelley
    • Top 500 Contributor
    • Joined on 02-24-2006
    • Canada
    • Posts 19
    • Points 68

    Re: NPM ocasionally stops updating the database

    toph:

    How big is your database? SQL 2005 Express has a limit of 4GB. If your database is close to or bigger that is probably your problem.

     

    Chris

     

    My Database comes in at about 2.5GB. I don't keep data for very long due to the 4GB limit. We are in the process of purchasing MSSQL for our Enterprise, a very expensive venture that is going to take some time. Until then, I am stuck with the express edition.

    While I'm on the subject of databases, does anyone know if Orion can be configured to write to MySQL?

     

    Terry Pelley
    Network Analyst
    Ottawa-Carleton District School Board
    Ottawa, Ontario
    Canada
    • Post Points: 3
  • 01-29-2008 9:15 AM In reply to

    Re: NPM ocasionally stops updating the database


    toph:


    .

    While I'm on the subject of databases, does anyone know if Orion can be configured to write to MySQL?

     

    MySQL is not supported.
    Mark Wiggans
    Thwack Moderator
    • Post Points: 1
  • 01-30-2008 3:52 PM In reply to

    • justinh
    • Top 50 Contributor
    • Joined on 06-21-2007
    • Seattle, WA
    • Posts 112
    • Points 239

    Re: NPM ocasionally stops updating the database

    My Custom MIB Poller does the same thing and we have our SQL on a separate server.  I'm curious what the batch file looks like that restarts the service. 

    • Post Points: 3
  • 01-30-2008 4:01 PM In reply to

    • aynov
    • Top 100 Contributor
    • Joined on 11-13-2007
    • San Jose, CA
    • Posts 71
    • Points 156

    Re: NPM ocasionally stops updating the database

    Ask and ye shall receive:

    net stop solarwindscustompollingservice
    net start solarwindscustompollingservice

    And then I just used Windows Task Scheduler to schedule the task to run once a day.

    SP3 could fix this issue, which looks to be in the release notes.  I am just too paranoid to verify it.  And this does not hurt anything.

    Bo

    Bo Tanaka
    Application Engineer
    FusionOne, Inc
    • Post Points: 3
  • 01-30-2008 4:09 PM In reply to

    • justinh
    • Top 50 Contributor
    • Joined on 06-21-2007
    • Seattle, WA
    • Posts 112
    • Points 239

    Re: NPM ocasionally stops updating the database

    Thanks for the info.
     

    I'm going to be installing SP3 this week, so I guess I'll find out. 

    • Post Points: 3
  • 01-31-2008 7:48 PM In reply to

    • EverestM
    • Top 200 Contributor
    • Joined on 05-28-2007
    • Sudbury, ON, Canada
    • Posts 39
    • Points 111

    Re: NPM ocasionally stops updating the database

    I was having a similar problem with the Custom MIB service - the cause turned out to be a memory leak, which caused the service to fail after using up 900MB of memory.  Before you restart the service open up the task manager and check out the usage to see if this is affecting you.

     Problem was resolved in SP3.

    • Post Points: 1
Page 1 of 1 (10 items)