WARNING: Oracle libraries to not appear to be installed. MSG
-
yescobar01
- Posts: 30
- Joined: Wed May 01, 2013 11:41 am
WARNING: Oracle libraries to not appear to be installed. MSG
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
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.
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.
"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.
Yes all my tablespaces are working they have an "OK" status.
Re: WARNING: Oracle libraries to not appear to be installed.
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.
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.
"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.
I am running centos-6-2013.02.26-image
Re: WARNING: Oracle libraries to not appear to be installed.
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.
"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.
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.
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.
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.
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_healthFormer 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.
"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.