Safeguard Reference Manual (G06.24+, H06.03+ )

Event-Exit-Process Commands
Safeguard Reference Manual520618-013
15-6
ALTER EVENT-EXIT-PROCESS Command
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.
exit-attribute
specifies the name of the event-exit attribute to be changed. The exit-
attributes are:
ENABLED { ON | OFF }
RESPONSE-TIMEOUT [ n [ SECONDS ] ]
ENABLE-AUTHENTICATION-EVENT { ON | OFF }
ENABLE-AUTHORIZATION-EVENT { ON | OFF }
ENABLE-PASSWORD-EVENT { ON | OFF }
PROG [ prog-filename ]
LIB [ lib-filename ]
SWAP [ $vol [ subvol.filename ] ]
PNAME [ process-name ]
CPU [ cpu-number | ANY ]
PRI [ priority ]
PARAM-TEXT [ startup-param-text ]
ALTER EVENT-EXIT-PROCESS name [ , ] exit-attribute
[ , exit-attribute ] ...