Upgrade to 2011r3.3 and Ajaxterm pkg not Found

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
pnnagios
Posts: 47
Joined: Wed Dec 14, 2011 9:48 am

Upgrade to 2011r3.3 and Ajaxterm pkg not Found

Post by pnnagios »

Hello,

I attempted to upgrade our Nagios server from 2011R3.2 to 2011R3.3, and the upgrade failed with yum unable to find the Ajaxterm package.

Code: Select all

.  .  .

Running configuration check...done.
Stopping nagios: .done.
Starting nagios: done.
Installing Ajaxterm...
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.cisp.com
 * epel: fedora.westmancom.com
 * extras: mirrors.einstein.yu.edu
 * rpmforge: mirror.rit.edu
 * updates: mirror.linux.duke.edu
Setting up Install Process
Package 1:mod_ssl-2.2.15-15.el6.centos.1.x86_64 already installed and latest version
Nothing to do
Loaded plugins: fastestmirror
Setting up Local Package Process
Cannot open: /tmp/nagiosxi/packages/Ajaxterm-0.10-8.el5.noarch.rpm. Skipping.
Nothing to do
Ajaxterm install failed.
./install: line 22: return: can only `return' from a function or sourced script

We are using CentOS 6.2 64-bit, and the EPEL repository is added.

Code: Select all

[root@nagiosdev1 etc]# yum repolist
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.cisp.com
 * epel: fedora.westmancom.com
 * extras: mirrors.einstein.yu.edu
 * rpmforge: mirror.rit.edu
 * updates: mirror.linux.duke.edu
repo id                                                                  repo name                                                                                                      status
base                                                                     CentOS-6 - Base                                                                                                6,346
cr                                                                       CentOS-6 - CR                                                                                                      0
epel                                                                     Extra Packages for Enterprise Linux 6 - x86_64                                                                 7,765
extras                                                                   CentOS-6 - Extras                                                                                                  4
rpmforge                                                                 RHEL 6 - RPMforge.net - dag                                                                                    4,433
updates                                                                  CentOS-6 - Updates                                                                                               542
repolist: 19,090
[root@nagiosdev1 etc]#

If we try to install Ajaxterm with yum, it also, fails with a package not found error. I could be wrong, but it seems that Ajaxterm is not available for CentOS 6.2 64-bit? Can anyone else confirm this, or offer any insight?

Thank you,

Paul
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Upgrade to 2011r3.3 and Ajaxterm pkg not Found

Post by slansing »

Ajaxterm is a feature that will be available in XI 2012, some of these features are being added in XI 2011 3.3 as it is the last major release before 2012. To skip this installation bit please run the following from the install directory:

Code: Select all

cat /dev/null > subcomponents/ajaxterm/install
pnnagios
Posts: 47
Joined: Wed Dec 14, 2011 9:48 am

Re: Upgrade to 2011r3.3 and Ajaxterm pkg not Found

Post by pnnagios »

I removed that step from the installation as suggested, and the upgrade completed successfully now.

Thank you,

Paul
Locked