Safeguard Reference Manual (G06.29+, H06.08+, J06.03+)

Table Of Contents
Event-Exit-Process Commands
Safeguard Reference Manual 520618-030
15 - 6
ALTER EVENT-EXIT-PROCESS Command
PARAM-TEXT [startup-param-text]
specifies up to 255 characters of data to be supplied as the startup message
text for the event-exit process. If you specify the PARAM-TEXT attribute, it
must be the last attribute in the command string.
The default value is no text. If you omit this attr
ibute, it is set to the default
value.
Considerations
The event-exit process must be multithreaded and must perform NOWAITED I/O.
Do not specify $SYSTEM.SYSTEM.NULL as prog-filename. The process must
open its $RECEIVE queue in order to complete the enable.
Examples
1. The following command adds a configuration record for the event-exit process
LOGON1, enables the event-exit process for password and logon events, specifies
that the program object file named $DEV.SECURE.EVENTS should be started,
and specifies that the event-exit process should run in CPU 3, with CPU 4 as the
backup CPU. (The startup parameter text 4 specifies the backup CPU.)
=ADD EVENT-EXIT-PROCESS logon1 ENABLED on, &
=ENABLE-AUTHENTICATION-EVENT on, &
=ENABLE-PASSWORD-EVENT on, &
=PROG $dev.secure.events, CPU 3, PARAM-TEXT 4
ALTER EVENT-EXIT-PROCESS Command
The ALTER EVENT-EXIT-PROCESS command alters one or more of the event-exit
configuration attributes.
If you have defined a SECURITY-ADMINISTRATOR security group, only members of
that group can use the ALTER EVENT-EXIT-PROCESS command. If you have not
defined the SECURITY-ADMINISTRATOR security group, any super-group member
can use this command.
name
specifies the name of the event exit whose exit-attributes are to be changed.
Note. Startup message text is commonly used to specify a backup CPU. You can use startup
message text to specify a backup CPU for the event-exit process. To do so, specify the backup
CPU number as the first character of startup-param-text. You can add any subsequent
parameters after a semicolon.
ALTER EVENT-EXIT-PROCESS name [ , ] exit-attribute
[ , exit-attribute ] ...