Hello XI support
Oracle Query wizard ver. 1.3.2 / Oracle Serverspace wizard ver. 1.5.2 / Oracle Tablespace wizard 1.5.3 seem to have compatibility issues with client 11.2 (breaks its configurations)
we were told to use in Q4 2015 because there were known issues with 12.x
Did anything change about client 12.x support in XI - could it be used now?
Does Oracle wizard/client manual now up to date?
New XI Oracle wizards no compatible with client 11.x ?
New XI Oracle wizards no compatible with client 11.x ?
Last edited by dwhitfield on Wed Nov 02, 2016 3:01 pm, edited 1 time in total.
Reason: marking with green check mark
Reason: marking with green check mark
Re: New XI Oracle wizards no compatible with client 11.x ?
The documents were recently updated to account for some changes to the Oracle website. However, they still recommend 11.2 be used.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
Re: New XI Oracle wizards no compatible with client 11.x ?
When we upgrade to version 5.3 our Oracle checks (based of 11.2) stop working. all of them. so we cannot use 11.2 same way as with 5.2.9.mcapra wrote:The documents were recently updated to account for some changes to the Oracle website. However, they still recommend 11.2 be used.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: New XI Oracle wizards no compatible with client 11.x ?
What error message do you receive?
-
nietonoshana
- Posts: 26
- Joined: Thu Jul 04, 2013 1:05 pm
Re: New XI Oracle wizards no compatible with client 11.x ?
I think this other thread has the solution https://support.nagios.com/forum/viewto ... lit=oracle
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: New XI Oracle wizards no compatible with client 11.x ?
Here's what likely needs be changed:
check_xi_oraclequery
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracleserverspace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracletablespace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
Please let us know if this fixes the issue.
There is an internal feature request to not overwrite user checks. There is not currently an ETA on that feature request.
check_xi_oraclequery
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracleserverspace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracletablespace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
Please let us know if this fixes the issue.
There is an internal feature request to not overwrite user checks. There is not currently an ETA on that feature request.
Re: New XI Oracle wizards no compatible with client 11.x ?
This worked, thank you.dwhitfield wrote:Here's what likely needs be changed:
check_xi_oraclequery
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracleserverspace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
check_xi_oracletablespace
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client/lib ORACLE_HOME=/usr/lib/oracle/11.2/client $USER1$/check_oracle_health $ARG1$
to
/usr/bin/env LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib ORACLE_HOME=/usr/lib/oracle/11.2/client64 $USER1$/check_oracle_health $ARG1$
Please let us know if this fixes the issue.
There is an internal feature request to not overwrite user checks. There is not currently an ETA on that feature request.
Did not realize 5.3.x would overwrite oracle commands back into defaults.
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: New XI Oracle wizards no compatible with client 11.x ?
The feature request in question is 9765. My guess is it will be a big enough change that 5.4 will be the earliest it exists. As of right now, there is no time-table (public or private).
That all said, is it ok if we lock this thread?
That all said, is it ok if we lock this thread?
Re: New XI Oracle wizards no compatible with client 11.x ?
Yes please / thank you once againdwhitfield wrote:The feature request in question is 9765. My guess is it will be a big enough change that 5.4 will be the earliest it exists. As of right now, there is no time-table (public or private).
That all said, is it ok if we lock this thread?
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: New XI Oracle wizards no compatible with client 11.x ?
You're welcome!