z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZZ0150I

z/OS Communications Server: IP Messages Volume 4 (EZZ, SNM)
SC27-3657-01

EZZ0150I
CONFIGURATION: SIGACTION() FAILED FOR signal : reason

Explanation

The Configuration component encountered an error attempting to set up the signal handler for the signal specified by signal. reason is the error returned by the C runtime library for the failing sigaction() call. If the signal handler is not correctly enabled, the subagent will continue processing, but certain functions controlled by the failing signal will not function properly. Functions controlled by the signals are:
SIGABND
handler controls error reporting and cleanup functions when an abend occurs. If sigaction fails for SIGABND and an abend occurs, trace information about the abend will be lost and certain resources might not be properly cleaned up. The Configuration component might not be automatically restarted.
SIGTERM
handler controls cleanup of resources during termination. If sigaction fails for SIGTERM, the Configuration component will not be automatically restarted when a SIGTERM is received.
SIGPIPE
handler controls cleanup of resources during termination. If sigaction fails for SIGPIPE, the configuration component will not be automatically restarted when a SIGPIPE is received.

System action

Processing continues; however, the functions controlled by the failing signal will not function properly.

Operator response

None.

System programmer response

None.

Module

EZACFMMN

Procedure name

main

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014