Description :On Solaris, if Dollar Universe is configured as a SMF service, whenever a script launched from Dollar Unvierse was killed / generated a coredump, the node would restart.
Cause
Cause type: Configuration Root Cause: The issue is due to the way that Solaris handles the SMF services.
Environment
OS: Sun Solaris Sparc OS Version: Specific to Solaris Sparc
Resolution
In order to configure properly Dollar Universe as a Solaris SMF service, we need to change the way the jobs are created by dqm so they have a different "contract number" via the variable S_SU_JOB.
In order to do so, please do the following:
1. Load the environment. 2. Launch the following command so we can set the proper value to the variable S_SU_JOB: $UNI_DIR_EXEC/unisetvar S_SU_JOB "ctrun -l child -o pgrponly su -"
3. The modification will be taken into account on next job launch.