NRPE agent installation failure

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
MSPk
Posts: 317
Joined: Fri Aug 24, 2012 12:03 am

NRPE agent installation failure

Post by MSPk »

HI Team,

I have tried to install nrpe on a linux server but it has failed with the following message.
install.log
You do not have the required permissions to view the files attached to this post.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRPE agent installation failure

Post by yancy »

MSPK,

Are you able to complete a

Code: Select all

 yum update 
?


Thanks,

-Yancy
MSPk
Posts: 317
Joined: Fri Aug 24, 2012 12:03 am

Re: NRPE agent installation failure

Post by MSPk »

I have chked with my linux admin and he has suggested not to run the update.
He has also suggested that the server has the required glidc files (glibc-2.5-81.el5_8.4)

rpm -qa | grep glibc
glibc-2.5-81.el5_8.4
compat-glibc-2.3.4-2.26
glibc-2.5-107
compat-glibc-headers-2.3.4-2.26
glibc-devel-2.5-81.el5_8.4
glibc-common-2.5-81.el5_8.4
glibc-common-2.5-107
glibc-devel-2.5-107
glibc-2.5-81.el5_8.4
glibc-headers-2.5-81.el5_8.4
glibc-headers-2.5-107
compat-glibc-2.3.4-2.26

He has also suggested that we could install below if required

glibc.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5
glibc-common.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5
glibc-devel.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5
glibc-headers.x86_64 2.5-107.el5_9.4 rhel-x86_64-server-5

the version of linux we are using is - Red Hat Enterprise Linux Server release 5.9 (Tikanga) - 2.6.18-348.1.1.el5 #1 SMP Fri Dec 14 05:25:59 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRPE agent installation failure

Post by yancy »

MSPk,

Are you able to run package cleanup as suggested?

Code: Select all

 You could try using --skip-broken to work around the problem
 You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
Thanks,

-Yancy
MSPk
Posts: 317
Joined: Fri Aug 24, 2012 12:03 am

Re: NRPE agent installation failure

Post by MSPk »

should the command be ./fullinstall --skip-broken??
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRPE agent installation failure

Post by yancy »

MSPk,

Try cleaning any dependency problems:

Code: Select all

 package-cleanup --problems 
if you receive command not found, you may need to run the following first

Code: Select all

yum install yum-utils

Thanks,

-Yancy
MSPk
Posts: 317
Joined: Fri Aug 24, 2012 12:03 am

Re: NRPE agent installation failure

Post by MSPk »

Hi,

We are now able to install the agent on the server. This thread can be closed.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRPE agent installation failure

Post by yancy »

MSPk,

Thanks for letting us know.

-Yancy
Locked