Oracle Tablespace Configuration Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bashar.abed
Posts: 153
Joined: Tue Oct 11, 2016 1:34 am
Location: Ramallah West Bank Palestine
Contact:

Oracle Tablespace Configuration Wizard

Post by bashar.abed »

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
rajasegar
Posts: 1018
Joined: Sun Mar 30, 2014 10:49 pm

Re: Oracle Tablespace Configuration Wizard

Post by rajasegar »

Install cpan DBD::Oracle
5 x Nagios 5.6.9 Enterprise Edition
RHEL 6 & 7
rrdcached & ramdisk optimisation
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Oracle Tablespace Configuration Wizard

Post by lmiltchev »

Thank you @rajasegar!

@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 install
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked