Page 1 of 2

WARNING: Oracle libraries to not appear to be installed. MSG

Posted: Tue May 07, 2013 4:14 pm
by yescobar01
Hello All,

I have a warning message when trying to run the wizard for Oracle Tablespace WARNING: Oracle libraries to not appear to be installed. See the Oracle Plugin Installation instructions for monitoring Oracle. I get this message on top, in the Oracle Tablespace Monitoring Wizard - Step 2.
I have already installed Nagios XI – Oracle Plugin Installation( it was successful with no errors). Maybe is not an issue but it bothers me to see everytime i need to add a new Oracle Tablespace.

Thanks,
Yovan

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Tue May 07, 2013 4:54 pm
by abrist
Are the oracle tablespace checks working?

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 8:08 am
by yescobar01
Yes all my tablespaces are working they have an "OK" status.

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 10:00 am
by abrist
I will let nscott down here know about it. It is probably only checking the lib folder for a specific arch.
What distro and arch are you running on your XI box.

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 10:19 am
by yescobar01
I am running centos-6-2013.02.26-image

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 10:20 am
by abrist
32bit or 64bit?

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 10:44 am
by yescobar01
It's a 64 bit.

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 11:02 am
by slansing
Hmm, you should not be receiving this error, but lets verify the following just in case since the sanity check seems to be failing:

Code: Select all

ll /usr/lib/oracle

ll /usr/lib64/oracle

ll /usr/local/nagios/libexec/check_oracle_health

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 11:42 am
by yescobar01
When I enter those directories in my XI box i received the following only the first one i was able to get the other 2 directories No file or directory existed.

Code: Select all

[root@oravm2 oracle]# cd /usr/lib/oracle
[root@oravm2 oracle]# ls
11.2
[root@oravm2 oracle]# cd /usr/lib64/oracle
-bash: cd: /usr/lib64/oracle: No such file or directory
[root@oravm2 oracle]# cd /usr/local/nagios/libexec/check_oracle_health
-bash: cd: /usr/local/nagios/libexec/check_oracle_health: Not a directory

Re: WARNING: Oracle libraries to not appear to be installed.

Posted: Wed May 08, 2013 11:53 am
by abrist
Could you try running Sam's commands again with "ll" or "ls -la" rather than "cd" or just plain "ls"?

Code: Select all

ls -la /usr/lib/oracle

ls -la /usr/lib64/oracle

ls -la /usr/local/nagios/libexec/check_oracle_health