Search found 13 matches
- Mon Mar 03, 2014 5:29 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE compiling and installing on AIX 7.1
- Replies: 8
- Views: 5165
Re: NRPE compiling and installing on AIX 7.1
AIXv7.x is 64 bit kernel but has 32 bit related libraries too: /home/root# ls -la /lib64/libcrypt* ls: 0653-341 The file /lib64/libcrypt* does not exist. /home/root# ls -la /usr/lib64/libcrypt* ls: 0653-341 The file /usr/lib64/libcrypt* does not exist. /home/root# ls -la /lib64/.libcrypt* ls: 0653-3...
- Fri Feb 28, 2014 5:08 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE compiling and installing on AIX 7.1
- Replies: 8
- Views: 5165
Re: NRPE compiling and installing on AIX 7.1
Yes. I do have the following packages installed:
openssl.base
openssl.man.en_US
openssl.base
openssh.base.client
openssh.base.server
openssh.man.en_US
openssh.msg.EN_US
openssh.msg.en_US
openssh.base.client
openssh.base.server
openssl.base
openssl.man.en_US
openssl.base
openssh.base.client
openssh.base.server
openssh.man.en_US
openssh.msg.EN_US
openssh.msg.en_US
openssh.base.client
openssh.base.server
- Fri Feb 28, 2014 4:03 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE compiling and installing on AIX 7.1
- Replies: 8
- Views: 5165
Re: NRPE compiling and installing on AIX 7.1
Thanks for the reply. I requested the information since I get a weird error when I start the nrpe deamon. The error message is below: /etc# exec(): 0509-036 Cannot load program /usr/local/nagios/bin/nrpe because of the following errors: 0509-150 Dependent module /usr/lib/libcrypto.a(libcrypto.so.1.0...
- Fri Feb 28, 2014 2:29 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE compiling and installing on AIX 7.1
- Replies: 8
- Views: 5165
NRPE compiling and installing on AIX 7.1
Hello, I downloaded the nrpe code (2.15). When I compile and install on AIX (v7.1) platform, which directories are used when "make install" command is executed? I used the defaults. I see the /usr/local/nagios directory being used. Besides this default directory, which are the other direct...
- Mon Oct 07, 2013 4:11 pm
- Forum: Open Source Nagios Projects
- Topic: Compiling and configuring NRPE in a system running AIX7.x
- Replies: 3
- Views: 1519
Re: Compiling and configuring NRPE in a system running AIX7.
Thanks for the reference. I understand that we need to allow the AIX client. In my case the entry is there. So any help is appreciated. If execute the command locally, I get the command executed: /usr/local/nagios/libexec/check_nrpe -H localhost -c check_disk -n DISK OK - free space: /var 625 MB (61...
- Mon Oct 07, 2013 11:04 am
- Forum: Open Source Nagios Projects
- Topic: Compiling and configuring NRPE in a system running AIX7.x
- Replies: 3
- Views: 1519
Compiling and configuring NRPE in a system running AIX7.x
Hello All,
Has anyone compiled NRPEv2.14 or later in a system (IBM POWER) running AIX7.x or later release?
Thanks.
Has anyone compiled NRPEv2.14 or later in a system (IBM POWER) running AIX7.x or later release?
Thanks.
- Tue Mar 26, 2013 11:51 am
- Forum: Open Source Nagios Projects
- Topic: Compiling nrpe on AIXv6.1
- Replies: 13
- Views: 4526
Re: Compiling nrpe on AIXv6.1
I do have the /usr/include in the $PATH. Here is the output: echo $PATH /bin:/usr/bin:/usr/sbin:/etc:/usr/ucb:/usr/bin/X11:/sbin:/usr/local/bin:/tools/bin:/usr/lpp/X11/Lib:/usr/lpp/ssp/bin:/usr/vac/bin:/usr/local/etc:/usr/local/scripts:/usr/include What are the include files, the nagios configure pr...
- Mon Mar 25, 2013 5:36 pm
- Forum: Open Source Nagios Projects
- Topic: Compiling nrpe on AIXv6.1
- Replies: 13
- Views: 4526
Re: Compiling nrpe on AIXv6.1
I got reply from IBM. Per instructions I installed the krb5.toolkit.1.4.0.7.I. The toolkit had installed the following files: Path: /usr/lib/objrepos krb5.toolkit.adt 1.4.0.7 /usr/include/gssapi/gssapi_krb5.h /usr/include/ibm_svc/krb5kdc.h /usr/include/gssapi/gssapi_generic.h /usr/include/k5profile....
- Mon Mar 18, 2013 4:32 pm
- Forum: Open Source Nagios Projects
- Topic: Compiling nrpe on AIXv6.1
- Replies: 13
- Views: 4526
Re: Compiling nrpe on AIXv6.1
Contacted the vendor (IBM). Yet to get their reply.
- Fri Mar 15, 2013 5:25 pm
- Forum: Open Source Nagios Projects
- Topic: Compiling nrpe on AIXv6.1
- Replies: 13
- Views: 4526
Re: Compiling nrpe on AIXv6.1
Appears to me that the AIX (6.1) release DVDs don't have the development and libs packages for krb5. SSL is not a problem. Is there a website that hosts these ones? Thanks once again.