NRPE compiling and installing on AIX 5

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
prasoon_bansal
Posts: 3
Joined: Thu Sep 25, 2014 3:57 am

NRPE compiling and installing on AIX 5

Post by prasoon_bansal »

Hi All,

I am trying to install nrpe agent binaries (AIX-5.3-nrpe-2.12-binaries) along with nagios plugin (aix53_nrpe-nsca-plugins.tar) on AIX5.2 (5200-10). while executing the command as "root" and "nagios" user for startup nrpe agent as daemon gives a error listed below;

# /usr/local/nagios/bin/nrpe -c /usr/local/nagios/etc/ -n -d
Could not load program /usr/local/nagios/bin/nrpe:
Symbol resolution failed for nrpe because:
Symbol __fd_select (number 42) is not exported from dependent
module /usr/lib/libc.a(shr.o).
Examine .loader section symbols with the 'dump -Tv' command.

Could anyone help to resolve this issue? How do i deploy nrpe agent on AIX5.2 server?

R'gs
Prasoon Bansal.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: NRPE compiling and installing on AIX 5

Post by abrist »

Where were these binaries downloaded from?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
prasoon_bansal
Posts: 3
Joined: Thu Sep 25, 2014 3:57 am

Re: NRPE compiling and installing on AIX 5

Post by prasoon_bansal »

I downloaded within from the Nagios AIX installation instruction pdf file given hyper link.

http://exchange.nagios.org/hostedfiles/ ... lugins.tgz
http://assets.nagios.com/downloads/nagi ... ies.tar.gz

R'gs
Prasoon Bansal.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NRPE compiling and installing on AIX 5

Post by sreinhardt »

Do you have any output from the configure or make steps? It certainly seems that the build would have errored out along the build process. Specifically it looks like your version of libc.a is not exporting file descriptor functions that nrpe needs.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
prasoon_bansal
Posts: 3
Joined: Thu Sep 25, 2014 3:57 am

Re: NRPE compiling and installing on AIX 5

Post by prasoon_bansal »

issue for installation is now resolved. But now facing another issue. I am trying to put client based monitoring parameters but it is not reflecting to main HTML pages. Could anyone help to set the monitoring parameters based on client? and let me know the changes that have to made in *cfg files also.
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: NRPE compiling and installing on AIX 5

Post by slansing »

Well, what exactly is the issue? We need to know what checks are failing, what their output is, as well as see a copy of the remote host's nrpe.cfg file. Thanks!
Locked