No Core file Created on a Unixware Cluster

From: andy bitton (andy_bitton_at_e-s-p.com)
Date: 10/22/04


Date: 22 Oct 2004 01:13:12 -0700

I have two SCO Unixware servers running version 7.1.3 and Reliant HA.

These are running a service, that I have written, which manages IP
connections and forks processes to deal with each connection.

On a normal installation of the same OS, any of the child processes
that memory fault will create a core. (core.pid)
However, when running the service from HA they do not.

We execute the file from /usr/opt/reliant/conf.

The only reference I can find to suppressing core creation is when the
uid and effective uid are different.
But getuid () and geteuid () as well as getgid () and getegid ()
report the same value.

Anybody have any ideas?

Thanks

Andy Bitton