Hi,
we have Nagios XI version 5.4.5 ,VM machine , when i run Configuration Wizard to check Oracle Tablespace and find this error how can solve it
please send me details about that
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client /usr/local/nagios/libexec/check_oracle_health --connect "10.x.x.176:1521/ppcalls"
CRITICAL - cannot connect to 10.x.x.176:1521/ppcalls. install_driver(Oracle) failed: Can't load '/usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libocci.so.12.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoader.pm line 200.
at (eval 19) line 3
Compilation failed in require at (eval 19) line 3.
Perhaps a required shared library or dll isn't installed where expected
at /usr/local/nagios/libexec/check_oracle_health line 4755
thanks
Oracle Tablespace Configuration Wizard
-
bashar.abed
- Posts: 153
- Joined: Tue Oct 11, 2016 1:34 am
- Location: Ramallah West Bank Palestine
- Contact:
Re: Oracle Tablespace Configuration Wizard
Install cpan DBD::Oracle
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
RHEL 6 & 7
rrdcached & ramdisk optimisation
Re: Oracle Tablespace Configuration Wizard
Thank you @rajasegar!
@bashar.abed if you are not able to install DBD::Oracle via cpan, you could try the following:
@bashar.abed if you are not able to install DBD::Oracle via cpan, you could try the following:
Code: Select all
cd /tmp
wget http://www.cpan.org/modules/by-module/DBD/DBD-Oracle-1.74.tar.gz
tar zxvf DBD-Oracle-1.74.tar.gz
cd DBD-Oracle-1.74
perl Makefile.PL -l
make && make test
make installBe sure to check out our Knowledgebase for helpful articles and solutions!