Page 1 of 1

How to find if agent is successfully installed on AIX server

Posted: Fri Sep 07, 2012 11:25 am
by srikanth.kallu
I am trying to install agent i have got this error

Can i get help in this

# ./fullinstall
=============================
Nagios XI AIX Agent Installer
=============================


This script will do a complete install of the Nagios XI
AIX agent by executing all necessary sub-scripts.

IMPORTANT: This script should only be used on a AIX
system. Do NOT use this on a system running
any other operating system.

Do you want to continue? [Y/n]Y
Proceeding with installation...
Current step is 0-prereqs
Running './0-prereqs'...
RESULT=0
0-prereqs appears to have already completed successfully. Moving on to the next step.
Current step is 1-usersgroups
Running './1-usersgroups'...
RESULT=0
1-usersgroups appears to have already completed successfully. Moving on to the next step.
Current step is 2-plugins
Running './2-plugins'...
package nagios-plugins-1.4.16-1 is already installed
RESULT=1

===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).

If you require assistance in resolving the issue, please include install.log
in your communications with Nagios XI technical support.

The script that failed was: './2-plugins'

Re: How to find if agent is successfully installed on AIX se

Posted: Fri Sep 07, 2012 12:20 pm
by scottwilkerson
Is this on the AIX 7.1 server?

Re: How to find if agent is successfully installed on AIX se

Posted: Fri Sep 07, 2012 12:23 pm
by srikanth.kallu
yes,

Nagios works alright on one of my aix 7.1 server which i first installed.

And not on all the remaining servers.

If possible i would like to clean up every thing and start from the scratch.

Re: How to find if agent is successfully installed on AIX se

Posted: Fri Sep 07, 2012 12:31 pm
by scottwilkerson
Lets try this on this server since it says the plugins are already installed

Code: Select all

cat /dev/null > ./2-plugins
./fullinstall 

Re: How to find if agent is successfully installed on AIX se

Posted: Fri Sep 07, 2012 12:36 pm
by srikanth.kallu
Can you please provide me the full path of install.log

Re: How to find if agent is successfully installed on AIX se

Posted: Fri Sep 07, 2012 12:59 pm
by slansing
It should be located in the install directory where you unzipped the tarball.

Re: How to find if agent is successfully installed on AIX se

Posted: Mon Sep 10, 2012 12:11 pm
by srikanth.kallu
This is an aix server when i try to install agent on this i got his message " Nagios XI AIX Agent Installation Complete!"

But i found NRPE is still not running.

I have attached the logs.

Can you please help.

Re: How to find if agent is successfully installed on AIX se

Posted: Mon Sep 10, 2012 2:23 pm
by slansing
Can you run this and post the output here:

Code: Select all

/usr/local/nagios/bin/nrpe –c /usr/local/nagion/etc/nrpe.cfg -n –d


ps -ef | grep nrpe

Re: How to find if agent is successfully installed on AIX se

Posted: Mon Sep 10, 2012 2:33 pm
by srikanth.kallu
uvdev:/tmp/aix-nrpe-agent# ps -ef | grep nrpe
root 11862458 10092704 0 14:32:50 pts/26 0:00 grep nrpe

Re: How to find if agent is successfully installed on AIX se

Posted: Tue Sep 11, 2012 4:44 pm
by scottwilkerson
This thread is being worked in email support ticket but was caused by openssl not being installed.