- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- failure to start nagios nrpe in itanium
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2007 03:22 AM
09-10-2007 03:22 AM
failure to start nagios nrpe in itanium
Finally, I tried to install them to itanium virtual systems. Both plugins and nrpe are compiled without any problem. But when I start nrpe daemon, I got the error:
# /usr/local/nagios/nrpe -c /usr/local/nagios/nrpe.cfg -d
/usr/lib/hpux32/dld.so: Unsatisfied data symbol 'rfc931_timeout' in load module '/usr/lib/hpux32/libwrap.so'.
Killed
I compiled them in gcc and cc, but both of them got the same messages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2007 03:30 AM
09-10-2007 03:30 AM
Re: failure to start nagios nrpe in itanium
PA-RISC = 11.11 Only
Itanium = 11.23 Only
Both above = 11.3x
Hope that helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 02:49 AM
09-12-2007 02:49 AM
Re: failure to start nagios nrpe in itanium
your information is outdated.
11.23 has been available for both PA-RISC and Itanium for quite some time now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 08:43 AM
09-12-2007 08:43 AM
Re: failure to start nagios nrpe in itanium
I get the feeling you compiled nrpe on one system, then tried to install it on another?
I think you'll find you may have a missing library. On the system where you compiled nrpe, do an ldd on the compiled executable. Do the same on the machine where you are seeing the problem. I think (if I've understood you correctly) you will see a missing library error which will point you in the right direction (you'll need to compile the app that provides you with the missing library).
Your ldd output should look something like the following (apologies, its actually from a Linux system, but it will give you an idea what to look for):
javelin:/proc # ldd /usr/bin/nrpe
linux-gate.so.1 => (0xffffe000)
libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x4002c000)
libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x4005d000)
libnsl.so.1 => /lib/libnsl.so.1 (0x40157000)
libc.so.6 => /lib/tls/libc.so.6 (0x4016d000)
libdl.so.2 => /lib/libdl.so.2 (0x4028c000)
/lib/ld-linux.so.2 (0x40000000)
The only other thing it might be is that you compiled against a different version of software that does not have the rfc931_timeout symbol defined anywhere.
Regards
Colin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2007 08:48 AM
09-12-2007 08:48 AM
Re: failure to start nagios nrpe in itanium
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 09:31 AM
11-01-2007 09:31 AM
Re: failure to start nagios nrpe in itanium
Same problem. Downloaded sources and compiled on 11.23 ia64.
No luck.
Latest update for NRPE on HP-UX from Nagios Exchange dates back to 2004 and is for PA-RISC.
Anyone know different?
I guess the alternative is to use some ssh script. Not as elegant but will work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-09-2007 11:56 PM
12-09-2007 11:56 PM
Re: failure to start nagios nrpe in itanium
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1179523
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2007 12:58 PM
12-12-2007 12:58 PM
Re: failure to start nagios nrpe in itanium
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 09:52 AM
06-26-2008 09:52 AM
Re: failure to start nagios nrpe in itanium
Thanks
--Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 10:00 AM
06-26-2008 10:00 AM
Re: failure to start nagios nrpe in itanium
http://www.mayoxide.com/naghpux/build_notes.txt
Specifics for NRPE are at the end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2008 10:18 AM
06-26-2008 10:18 AM