How to find if agent is successfully installed on AIX server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

How to find if agent is successfully installed on AIX server

Post 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'
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post by scottwilkerson »

Is this on the AIX 7.1 server?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

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

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post 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 
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

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

Post by srikanth.kallu »

Can you please provide me the full path of install.log
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

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

Post by slansing »

It should be located in the install directory where you unzipped the tarball.
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

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

Post 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.
You do not have the required permissions to view the files attached to this post.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

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

Post 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
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

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

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

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

Post by scottwilkerson »

This thread is being worked in email support ticket but was caused by openssl not being installed.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked