Logging User Events [ System Administrator's Quick Reference Guide ] MPE/iX 5.0 Documentation
System Administrator's Quick Reference Guide
Logging User Events
User logging provides a means for system users and subsystems to record
additions and modifications to databases and other files using
applications programs.
The ULOG command configures the user logging process parameters. ULOG
has the following parameters:
ULOG (UL) [ [NLOGPROCS =] ] number or processes allowed
[ [USERSPERPROC =] ] users per logging process
NLOGPROCS controls the user logging ID (LID) table size. Lowering
NLOGPROCS loses all current logging ID information from the tape created
by SYSGEN. If NLOGPROCS remains unchanged or increases, the current
logging ID information is copied to tape. The minimum and maximum number
of processes allowed is 2 and 64, respectively.
USERSPERPROC specifies the maximum number of users assigned to each
configured logging process. The minimum and maximum number of users per
logging process is 1 and 128, respectively.
Changes made using these parameters take effect when a tape is created
and an UPDATE CONFIG or INSTALL is conducted.
To set the number of processes or users per process, enter ULOG followed
by the number of processes or users. For example:
log>ULOG 40 ** Number of Process **
or
log>ULOG USERSPERPROC=40 ** Number of Users per Process **
MPE/iX 5.0 Documentation