Hello,
More and more often, our HM primary logging method (Oracle database) stops working and we're getting following messages in HM html log file :
02/14/2014 8:01:46 Monitoring service warning: Logging pool is full
02/14/2014 8:03:10 Warning: Logging performance is very low considering average test frequency
After restarting HM, it's working again.
HM performs about 4 tests/s (i would say about 7-8 tests/s during business hours).
Please can you explain in what case exactly you display this kind of message in log file ?
I'd like to know if there is something we can do about this or if we will have to change our default logging mode (currently Full). I'd prefere to avoid that because there will be a huge impact for us.
HM v9.58 running on Windows Server 2008 R2 Standard.
Thank you
Julien
Logging pool is full
Please do not use Oracle software (especially Oracle ODBC drivers version 10.xx), there are hundreds bugs!More and more often, our HM primary logging method (Oracle database) stops working
If you must use Oracle database, try Microsoft ODBC driver for Oracle or Oracle client version 9.2.0.8.0 - as we know this is the most stable version.
Version 11.xx better than version 10.xx but still has some problems.
This means logging too slow.02/14/2014 8:03:10 Warning: Logging performance is very low considering average test frequency
Please can you explain in what case exactly you display this kind of message in log file ?
HostMonitor already got new test results while old results are not stored to Oracle database yet
(yes, there is internal HostMonitor buffer but its full of data that was not stored yet)
Its not a problem at all for any "normall" database.HM performs about 4 tests/s (i would say about 7-8 tests/s during business hours)
Oracle ODBC driver may work fine for a while and then cause memory or handles leakage, high CPU Usage, access violation errors and so on. It can crash HostMonitor easily and slow down entire system.
Regards
Alex
-
- Posts: 23
- Joined: Wed Oct 08, 2008 2:13 am
We're using Oracle client version 11.2.0.3 and it won't be possible for us to downgrade to 9.2.0.8.try Microsoft ODBC driver for Oracle or Oracle client version 9.2.0.8.0
We changed from Oracle ODBC driver to Microsoft ODBC driver and it seemed to be a little bit better at the beginning but actually we still have issues.
Is there a way to increase the size of HostMonitor internal test buffer ?there is internal HostMonitor buffer but its full of data that was not stored yet
Also, we're regularly having the following messages :
More than 8 consecutive log errors occured. Primary logging paused for 5 min (use Options dialog to resume logging manually).
We're currently analysing to resolve the problem causing this, but meanwhile i cannot see the resume option in Options dialog box. Where is it ? And even better, is there a way to disable this behavior because we cannot accept losing logs.
Thank you
Julien
If ODBC driver does not work, how this can help?Is there a way to increase the size of HostMonitor internal test buffer ?
What sense to increase buffer if logging does not work anyway?
Please check system log, you will see error description there.More than 8 consecutive log errors occured. Primary logging paused for 5 min (use Options dialog to resume logging manually).
Regards
Alex
Simply open Options dialog and click Save button.but meanwhile i cannot see the resume option in Options dialog box. Where is it
But again - it does not make any sense until you fix the problem.
1st you should check system log, what EXACTLY error do you see?
May be you have wrong query that cannot work with some data (e.g. you are trying to store text into numeric field).
Sure, just switch to file logging.And even better, is there a way to disable this behavior because we cannot accept losing logs.
Then check your logs, find what exactly is wrong with ODBC, call your network administrator and fix the problem.
Do you need ODBC logging? Do you need Oracle? May be you can use MS SQL Express?
May be network connection to SQL server too slow?
Regards
Alex
-
- Posts: 23
- Joined: Wed Oct 08, 2008 2:13 am
OK, thank you for the tip.Simply open Options dialog and click Save button.
As i said, we're already working to solve the error in system log.But again - it does not make any sense until you fix the problem.
1st you should check system log, what EXACTLY error do you see?
(Just for information :
03/03/2014 9:56:48 Primary log error. ODBC error code: 4294967295 ([Microsoft][ODBC driver for Oracle][Oracle]ORA-21561: OID generation failed ORA-06512: at "HM.TR_LOGHM", line 2 ORA-04088: error during execution of trigger 'HM.TR_LOGHM) Logging initiated by "WCS-DBLTK EventLog Application Warning" test. )
We've already configured secondary log to file logging. Why does HM stop logging during 5 minutes after 8 consecutive errors instead of logging in secondary log ?Sure, just switch to file logging.
Regards
Julien
-
- Posts: 23
- Joined: Wed Oct 08, 2008 2:13 am