Changes between Version 12 and Version 13 of Obsolete/Doc/Monitoring/Lemon


Ignore:
Timestamp:
Nov 21, 2007, 5:47:00 PM (18 years ago)
Author:
/C=IE/O=Grid-Ireland/OU=cs.tcd.ie/L=RA-TCD/CN=Stephen O. Childs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Doc/Monitoring/Lemon

    v12 v13  
    299299}}}
    300300
     301The Oracle version problem mentioned above also caused problems for lemonmrd. I had this in /var/log/lemonmrd.log:
     302{{{
     303Nov 21 16:42:52 2007: *** START ***
     304Nov 21 16:42:52 2007: Using /etc/lemon/lemonmrd.conf as a config file.
     305Nov 21 16:42:52 2007: No callbacks defined.
     306Nov 21 16:42:52 2007: No information about cluter groups in the config file
     307Nov 21 16:42:52 2007: Started daemon as pid: 5106
     308Nov 21 16:42:52 2007: unable to import Oracle API:
     309Nov 21 16:42:52 2007: 
     310Nov 21 16:42:52 2007: libclntsh.so.9.0: cannot open shared object file: No such
     311file or directory
     312Nov 21 16:42:52 2007:
     313
     314Nov 21 16:42:52 2007: Unable to setup Oracle DataSource. Check your Oracle envir
     315onment setup.
     316}}}
     317
     318I fixed this by changing the setting of ORACLE_HOME in /etc/init.d/lemonmrd.conf:
     319{{{
     320ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/client
     321}}}
     322
     323
    301324=== OracleXE + LRF only ===
    302325 * Remove following functions from {{{/var/www/html/lrf/oracle.inc}}} :