Home » Categories » Multiple Categories

Nagios XI - Oracle Services Critical After Nagios XI Upgrade

Problem Description

After upgrading Nagios XI, Oracle based services start failing with errors similar to this:

The following error message is produced:

CRITICAL - cannot connect to fprnt. install_driver(Oracle) failed: Can't load '/usr/local/lib64/perl5/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: libocci.so.12.1: cannot open shared object file: No such file or directory at /usr/lib64/perl5/DynaLoa    

 

Explanation

During the upgrade, the customized commands are overwritten with the default commands included with the wizard.

 

Resolving The Problem

The old commands can be retrieved as they would have been kept in a backup.

If you did the upgrade via the XI web interface, the following file is created:

/store/backups/nagiosxi/autoupgrade_backup..tar.gz

Follow these steps in an SSH or console session on your Nagios XI host:

mkdir /tmp/restore/
cd /tmp/restore/
tar zxf /store/backups/nagiosxi/autoupgrade_backup..tar.gz -C /tmp/restore/
tar zxf /tmp/restore/autoupgrade_backup./nagios.tar.gz usr/local/nagios/etc/commands.cfg --strip-components 4

 
This last step will show you what the commands were defined as before the upgrade:

grep oracle /tmp/restore/commands.cfg


Using that information you will be able to go into CCM and update the commands accordingly following this original guide on page 2 and 3:

Documentation - How to Install & Configure the Oracle Client & Plugins

 

When you are done, delete the extracted files:

cd /tmp
rm -rf restore


 

Final Thoughts

For any support related questions please visit the Nagios Support Forums at:

http://support.nagios.com/forum/

3 (2)
Article Rating (2 Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
Attachments Attachments
There are no attachments for this article.
Related Articles RSS Feed
Nagios XI - How To Test Check Commands From The Command-line
Viewed 41503 times since Tue, Jan 26, 2016
Nagios XI - Empty Screen for Wizard, Component, Dashlet
Viewed 5845 times since Wed, Jan 27, 2016
Nagios XI - Installing XI Fails To Install Dependency pymssql
Viewed 5580 times since Mon, Oct 17, 2016
Nagios XI - Status Information Cut Off At 256 Characters
Viewed 7057 times since Thu, Feb 25, 2016
Nagios XI - Monitoring A Windows Desktop
Viewed 4874 times since Wed, Jul 19, 2017
Nagios XI - How to Monitor an AKCP SensorProbe2 using SNMP
Viewed 5932 times since Thu, Jan 28, 2016
Nagios XI - MultiTech MTR API Integration
Viewed 3033 times since Thu, Nov 29, 2018
Nagios XI - Monitoring Linux Using SNMP
Viewed 10675 times since Thu, Jan 28, 2016
Nagios XI - Using Nagios XI As A Security Tool - Software Versions
Viewed 3517 times since Wed, Jul 19, 2017
Nagios XI - Profile Build Failed
Viewed 11150 times since Tue, Aug 2, 2016