QUESTION: Oracle Wizard

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

QUESTION: Oracle Wizard

Post by jrmartin »

add next note:
http://labs.consol.de/wp-content/upload ... 7.1.tar.gz

I changed the oracleinstall.sh script to reflect the new location and version, but when I run it, it says nothing to do.
How do you reverse the install script and start over?

add note:
I went with what the instructions listed to just test this out. The oracleinstall.sh produced the following error:

I've attached a photo of the console,
looks like labs.consol.de does not have the files the script is looking for. :cry:

Greetings,
the doc on installing the Oracle Wizard plugin leaves me with some questions.
http://assets.nagios.com/downloads/nagi ... lation.pdf

First, I have multiple Oracle instances (9, 10g and 11g)
Do I need to download the instant client for all versions?
If you look at the 10.0.2.5 one on the Oracle download site, there is not an instantclient available, which the oracleinstall.sh script requires. Well the script does not find it as its looking for instantclient and that's not what it is named.

There are 8 different versions available for download on the Oracle site. I assume they are mapped to the DB versions, but do I need them all for the versions I have or can I just use the latest?

Any info on this would be most appreciated. Thanks in advance.
Jeff
You do not have the required permissions to view the files attached to this post.
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: QUESTION: Oracle Wizard

Post by nscott »

Thanks for update! I updated the script, it should be updated on the site in a few minutes. Looks like the actual file path changes, I'll have to set a scraper up in the script to get the latest.

Also, in regards to the differing version of the Oracle database, yes you will need the differing version of the Client unfortunately as Oracle seems to have changed it API from version to version. Its the only way to monitor an Oracle database while not being on the same machine.

How the script works it installs every single installclient rpm available to accomodate larger installs like yours, so thats why its not failing.
Nicholas Scott
Former Nagios employee
jrmartin
Posts: 46
Joined: Mon Aug 08, 2011 6:55 pm

Re: QUESTION: Oracle Wizard

Post by jrmartin »

Thanks!

So the older version of Oracle such as 10.0.2.5.0 do not have rpms available from Oracle.
Looks like they are .zip files that expand to actual directories.

Is it possible to get a FAQ on using the 10.x versions? This is what I see as available for them (no rpms)


Version 10.2.0.5
Instant Client Package - Basic: All files required to run OCI, OCCI, and JDBC-OCI applications
Download basic-10.2.0.5.0-linux.zip (34,813,238 bytes) (cksum - 3916627845)

*Instant Client Package - Basic Lite: Smaller version of the Basic, with only English error messages and Unicode, ASCII, and Western European character set support
Download basiclite-10.2.0.5.0-linux.zip (11,672,019 bytes) (cksum - 4179509751)

*Instant Client Package - JDBC Supplement: Additional support for XA, Internationalization, and RowSet operations under JDBC
Download jdbc-10.2.0.5.0-linux.zip (1,483,916 bytes) (cksum - 2082543521)

*Instant Client Package - SQL*Plus: Additional libraries and executable for running SQL*Plus with Instant Client
Download sqlplus-10.2.0.5.0-linux.zip (747,944 bytes) (cksum - 3765978247)

*Instant Client Package - SDK: Additional header files and an example makefile for developing Oracle applications with Instant Client
Download sdk-10.2.0.5.0-linux.zip (603,668 bytes) (cksum - 3118163287)

*Instant Client Package - ODBC: Additional libraries for enabling ODBC applications
Download odbc-10.2.0.5.0-linux.zip (279,054 bytes) (cksum - 45961782)
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: QUESTION: Oracle Wizard

Post by nscott »

I'll look into the 10.x versions when I get a chance. From looks its a .zip which contains jar files, and I'm not too familiar with the ins and outs of java. But i'll experiment with using differing versions with the databases.
Nicholas Scott
Former Nagios employee
Locked