- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Nagios/NRPE VMS client run errors on Integrity wit...
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
тАО06-03-2011 06:58 AM
тАО06-03-2011 06:58 AM
I seem to have problems building the Nagios VMS client on IA64 with VMS 8.3-1H1 to which I have found the odd other post about with similar problems but with no solution that I can find. We managed to get check_nrpe working by converting the image from Alpha using AEST and creating file copies of the images SYS$COMMON:[SYSLIB]SSL$LIBSSL_SHR32.EXE to SYS$COMMON:[SYSLIB]SSL$LIBSSL_SHR32_AV.EXE and SYS$COMMON:[SYSLIB]SSL$LIBCRYPTO_SHR32.EXE to SYS$COMMON:[SYSLIB]SSL$LIBCRYPTO_SHR32_AV.EXE.
This worked fine with SSL 1.3, however, we now have a site which has updated to SSL 1.4 and converting the AXP image build under SSL 1.4 seems to cause the checks to fail about 35% of the time with "CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages." and runs and returns successfully the remainder (about 65%) of the time. This is just running the check while logged onto the VMS server.
Using the rebuild and recompiled version still on Integrity fails with the
0: INFO: SSL/TLS initialized. All network traffic will be encrypted.
20: Connection from 172.18.3.180 port 17694735
20: Host address checks out ok
20: Handling the connection...
20: Host is asking for command 'check_test' to be run...
20: Running command: @nrpe$scripts:check_test.com
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000FFFF00000000, PC=FFFFFFFF84C22A70, PS=0000001B
%TRACE-F-TRACEBACK, symbolic stack dump follows
image module routine line rel PC abs PC
DECC$SHR C$STRLEN strlen 3694 0000000000000180 FFFFFFFF84C22A70
DECC$SHR C$TXDOPRINT convert_spec 42870 000000000000BED2 FFFFFFFF84D70A02
DECC$SHR C$TXDOPRINT decc$$txdoprint
43482 000000000000D772 FFFFFFFF84D722A2
DECC$SHR C$TXDOPRINT sprintf 43827 0000000000012282 FFFFFFFF84D76DB2
nrpe_aux CUSTOM syslog 1866 0000000000000132 0000000000036542
nrpe_aux NRPE_AUX handle_connection 60231 0000000000002D92 0000000000032D92
nrpe_aux NRPE_AUX wait_for_connections
60039 0000000000002282 0000000000032282
nrpe_aux NRPE_AUX main 59720 0000000000000CA2 0000000000030CA2
nrpe_aux NRPE_AUX __main 59616 0000000000000232 0000000000030232
0 FFFFFFFF80BB0F72 FFFFFFFF80BB0F72
DCL 0 000000000006BAF2 000000007AB8FAF2
%TRACE-I-END, end of TRACE stack dump
Any ideas?? Like I mentioned, AEST of the AXP image compiled and linked with SSL 1.3 works.
Any help would be much appreciated.
Thanks and regards,
Denzil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-03-2011 11:21 AM - last edited on тАО07-06-2011 09:33 AM by Kevin_Paul
тАО06-03-2011 11:21 AM - last edited on тАО07-06-2011 09:33 AM by Kevin_Paul
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 06:24 AM
тАО06-06-2011 06:24 AM
Re: Nagios/NRPE VMS client run errors on Integrity with SSL 1.4
It's interesting how the AEST version of it fails about 1/3 of the time though.
Cheers
Denzil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 07:10 AM
тАО06-06-2011 07:10 AM
Re: Nagios/NRPE VMS client run errors on Integrity with SSL 1.4
For testing purposes, I'd definitely keep SSL shut off.
As for debugging this yourself...
The sprintf call somewhere around here:
nrpe_aux CUSTOM syslog 1866 0000000000000132 0000000000036542
is the immediate trigger. The proximate cause will require some digging in the source code.
Based solely on the stackdump, the trigger could be an uninitialized structure pointer.
And if you want to pursue this here, you'll want to identify which of the NRPE ports you're working with; the source URL and the version. (I see several that are available, as well as some bug reports of crashes in this general area of various of the ports.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2011 07:13 AM
тАО06-06-2011 07:13 AM
Re: Nagios/NRPE VMS client run errors on Integrity with SSL 1.4
Cheers