Page 1 of 1
IBM i Cust service "(No output on stdout) stderr:"
Posted: Mon Jan 24, 2022 9:53 am
by WilliamLea1
Hi,
I created a service which was working fine last week but today getting this error?
(No output on stdout) stderr:
Its running this SQL
SELECT ELAPSED_TOTAL_FAULTS FROM qsys2.memory_pool_info where
POOL_NAME = '*BASE'
Dont understand why its just stopped working and not just for one system. The SQL runs fine and its looks like its not even getting to run the service on the IBM i, its failing I think before it connects to run.
Cheers Will
Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Mon Jan 24, 2022 11:12 am
by gsmith
Hi,
Please send me a System Profile so I can take a look.
1. Login to the Nagios XI GUI using a web browser.
2. Click the "Admin" > "System Profile" Menu
3. Click the "Download Profile" button
4. Save the profile.zip file and share the file in a private message and then reply to this post to bring it up in the queue.
Thanks
Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Tue Jan 25, 2022 10:57 am
by gsmith
Hi
Thanks for the System Profile!
Could you please tell me the Config Name(s) and the Service Description(s) of
the service that is giving you problems?
Thanks
Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Wed Jan 26, 2022 10:19 am
by WilliamLea1
Hi,
Yeah of course.
Config Name = CIVPRDH
Description = PAGE FAULTS _BASE
Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Thu Jan 27, 2022 11:04 am
by gsmith
Hi
Please look to see if this file exists:
/usr/local/nagios/var/Nagios.host.java.config.ser
If it does please move it to /tmp
Then run:
/bin/bash /usr/local/nagios/libexec/server_start.sh
service nagios restart
Reference:
https://github.com/IBM/nagios-for-i/issues/7
Thanks
Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Fri Jan 28, 2022 9:47 am
by WilliamLea1
Hi gsmith,
Thanks, will give that a go and come back

Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Mon Jan 31, 2022 10:38 am
by gsmith
Sounds good.
Thx
Re: IBM i Cust service "(No output on stdout) stderr:"
Posted: Mon Feb 14, 2022 5:54 am
by WilliamLea1
Hi again,
In the end we pulled the service as we didnt feel it was needed (we are still in the early stages of implementing). But if we come across one that does need to be kept will have a look at your fix then.
Thanks again.