Thanks this really helped! Come to find out the processes were being
terminated. I asked the admins, and come to find out they had some
scripts that killed "Orphaned" processes. They made modifications to the
script, and now I am golden. Thanks for your help!
-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid]
Sent: Thursday, June 15, 2006 9:08 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Client Dies HP-UX 11.11 and 11.23 with no error
On Thu, Jun 15, 2006 at 07:48:53AM -0400, user-ec8e46bcfbb3@xymon.invalid
wrote:
It happened again. I tried adjusting the vmstat from 300 to 290 just
as a guess, but no luck. I cannot find any cores, any logs anything
that indicates anything going on. Is there some sort of debug mode I
can turn on or tracing I can do to figure out why it is dying?
Login as the hobbit client user, cd to the the client/ directory, then
cut-and-paste this to start the hobbitlaunch utility as a foreground
task with debug output enabled:
MACHINEDOTS="`uname -n`" \
MACHINE="`uname -n | sed -e's/\./,/g'`" \ BBOSTYPE="`uname -s | tr
'[A-Z]' '[a-z]'`" \ BBOSSCRIPT="hobbitclient-`uname -s | tr '[A-Z]'
'[a-z]'`.sh" \ HOBBITCLIENTHOME="`pwd`" \ bin/hobbitlaunch
--config=etc/clientlaunch.cfg --no-daemon --debug
Henrik