ORACLE - (Return code of 127 is out of bounds - plugin may b
ORACLE - (Return code of 127 is out of bounds - plugin may b
(Return code of 127 is out of bounds - plugin may be missing)
- error appears against all service checks after creating them with ORACLE DB Server and Tablespace monitoring WIzard
How to proceed further (which plugin to check for?)
- error appears against all service checks after creating them with ORACLE DB Server and Tablespace monitoring WIzard
How to proceed further (which plugin to check for?)
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Have you followed the instructions at the beginning of the wizard? They tell you how to install the plugin.
Former Nagios Employee.
me.
me.
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Thank you. Installed pluginhsmith wrote:Have you followed the instructions at the beginning of the wizard? They tell you how to install the plugin.
Getting these errors (all checks against the server)
CRITICAL - cannot connect to myserver.com:1532/KCTCQA. install_driver(Oracle) failed: Can't locate DBD/Oracle.pm in @INC (@INC contains: /usr/local/nagios/libexec /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /
Perl Module fix did not help
You do not have the required permissions to view the files attached to this post.
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Code: Select all
ORACLE_HOME=/usr/lib/oracle/12.1/client64
LD_LIBRARY_PATH=/usr/lib/oracle/12.1/client64/lib
Can you navigate to Configure -> Core Config Manager -> select 'Commands' -> search for 'Oracle' and click Search.
Take a screen shot showing the command name and command lines for us to review and attach it for us to review.
Former Nagios Employee
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Here you gorkennedy wrote:(this is here for reference)Code: Select all
ORACLE_HOME=/usr/lib/oracle/12.1/client64 LD_LIBRARY_PATH=/usr/lib/oracle/12.1/client64/lib
Can you navigate to Configure -> Core Config Manager -> select 'Commands' -> search for 'Oracle' and click Search.
Take a screen shot showing the command name and command lines for us to review and attach it for us to review.
You do not have the required permissions to view the files attached to this post.
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Thanks for that, just wanted to make sure we were addressing the right issue. Can you manually install DBD-Oracle? Use these instructions -
Code: Select all
wget http://search.cpan.org/CPAN/authors/id/P/PY/PYTHIAN/DBD-Oracle-1.74.tar.gz
tar -xzf DBD-Oracle-1.74.tar.gz
cd DBD-Oracle-1.74
./Makefile.PL
make && make test
make install
Former Nagios Employee
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
./Makefile.PL did not work:rkennedy wrote:Thanks for that, just wanted to make sure we were addressing the right issue. Can you manually install DBD-Oracle? Use these instructions -Code: Select all
wget http://search.cpan.org/CPAN/authors/id/P/PY/PYTHIAN/DBD-Oracle-1.74.tar.gz tar -xzf DBD-Oracle-1.74.tar.gz cd DBD-Oracle-1.74 ./Makefile.PL make && make test make install
./Makefile.PL line 5: use: command not found
./Makefile.PL line 7: use: command not found
./Makefile.PL line 8: use: command not found
./Makefile.PL line 10: syntax error near unexpected token '('
./Makefile.PL line 10: 'use ExtUtils::MakeMaker 5.16, qw(&WriteMakefile $Verbose);'
(this is a stock XI x64 VM appliance)
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Can you attempt to run perl ./Makefile.PL instead and post the result?
Former Nagios Employee
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
Unable to locate an oracle.mk or other suitable *.mk file in your Oracle installation.rkennedy wrote:Can you attempt to run perl ./Makefile.PL instead and post the result?
Re: ORACLE - (Return code of 127 is out of bounds - plugin m
There are issues with the Oracle 12.1 client that are causing the issue. The newer client doesn't have some of the required modules needed.
Remove the 12.1 Oracle Client and use the Oracle Client 11.2. That should fix the issue you are having.
Remove the 12.1 Oracle Client and use the Oracle Client 11.2. That should fix the issue you are having.
Be sure to check out our Knowledgebase for helpful articles and solutions!