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

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
yescobar01
Posts: 30
Joined: Wed May 01, 2013 11:41 am

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

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post by abrist »

Are the oracle tablespace checks working?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
yescobar01
Posts: 30
Joined: Wed May 01, 2013 11:41 am

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

Post by yescobar01 »

Yes all my tablespaces are working they have an "OK" status.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post 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.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
yescobar01
Posts: 30
Joined: Wed May 01, 2013 11:41 am

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

Post by yescobar01 »

I am running centos-6-2013.02.26-image
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post by abrist »

32bit or 64bit?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
yescobar01
Posts: 30
Joined: Wed May 01, 2013 11:41 am

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

Post by yescobar01 »

It's a 64 bit.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

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

Post 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
yescobar01
Posts: 30
Joined: Wed May 01, 2013 11:41 am

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

Post 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
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

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

Post 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
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked