- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nrpe on HP-UX problem
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-12-2011 07:10 AM
тАО04-12-2011 07:10 AM
I would like to check my Itanium HP-UX11.23 server using nagios, so I decided to download ixNagios_A.16.00-3.2.3.001_HP-UX_B.11.23_IA_PA.depot, which contain nrpe client. Then I tried to run some tests (from localhost's commandline), for example:
#/opt/iexpress/nagios/libexec/check_procs
#/opt/iexpress/nagios/libexec/check_load
Output is the same:
/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so.8'.
Killed
Is it error on feature, please? On LINUX machines it is possible to run it directly.
When I tried to test it using nrpe_check, I got following output:
#/opt/iexpress/nagios/libexec/check_nrpe -H localhost -c check_total_procs
NRPE: Unable to read output
#/opt/iexpress/nagios/libexec/check_nrpe -H localhost -c check_load
NRPE: Unable to read output
localhost is default allowed host in nrpe.cfg, I tried my tests from root account from localhost.
I tried to check installation, output from swverify is attached. I also tried to install gettext-0.18.1.1-ia64-11.23.depot, libiconv-1.13.1-ia64-11.23.depot and zlib-1.2.5-ia64-11.23.depot to complette missing libraries, but it didn't help.
Can anybody tell me any tip or advice, please?
Has someone some xperience with running nrpe depot on HP-UX?
Best regards
Vladislav Rames
Solved! Go to Solution.
- Tags:
- nrpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2011 10:57 PM
тАО04-12-2011 10:57 PM
Re: nrpe on HP-UX problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2011 03:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2011 05:17 AM
тАО04-18-2011 05:17 AM
Re: nrpe on HP-UX problem
thanks you for your answer. I cannot find any relevant documentation - on HP website (https://h20392.www2.hp.com/portal/swdepot/displayInstallInfo.do?productNumber=HPUXIEXP1123) is only common instruction such as how to use swinstall and swverify. In readme.txt is the same, in readme.hp is only written how this depot was built.
I tried swlist -l file | grep libintl.so, it returns:
# swlist -l file | grep -i libintl.so
GNUbase.GNUBASE-IPF-RUN: /usr/local/lib/hpux32/libintl.so
Gtk.GTK-IPF32: /opt/gtk2.6/lib/libintl.so
gettext.gettext-RUN: /usr/local/lib/hpux32/libintl.so
But when I tried to set LD_LIBRARY_PATH (previously it wasn't used), it didn't help (I hope that I'm not wrong with it):
# export LD_LIBRARY_PATH="/usr/local/lib/hpux32/"
# /opt/iexpress/nagios/libexec/check_procs
/usr/lib/hpux32/dld.so: Unable to find library 'libintl.so.8'.
Killed
Best regards
Vladislav Rames
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-18-2011 10:55 AM
тАО04-18-2011 10:55 AM
Re: nrpe on HP-UX problem
I don't see libintl.so.8.
I suppose you could try creating a symlink from libintl.so.8 to libintl.so but you may run into version problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2011 12:14 AM
тАО04-19-2011 12:14 AM
Re: nrpe on HP-UX problem
thank you very much for your answer, symlink seems to work properly:
hpux1:/usr/local/lib/hpux32# ln -s libintl.so libintl.so.8
# export LD_LIBRARY_PATH="/usr/local/lib/hpux32/"
# /opt/iexpress/nagios/libexec/check_procs
PROCS OK: 452 processes
I will test co complette settings and let know, but it seems hopefully.
Many thanks.
King regards
Vladislav Rames
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2011 03:25 AM
тАО04-21-2011 03:25 AM
Re: nrpe on HP-UX problem
sorry for my delay, my colleague upgrading nagios server so I can try it just now.
I can confirm- every works properly, I add "export LD_LIBRARY_PATH" to nrpe startup script, everything works :-).
Thank you very much again, your advice is very valuable for me.
Have a nice day
Vladislav Rames
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-21-2011 03:33 AM
тАО04-21-2011 03:33 AM
Re: nrpe on HP-UX problem
Thank you very much for succesfull solving my problem. Solving is according to answers above.
Best regards
Vladislav Rames