The number of user processes that Blueworx Voice Response can start determines how much processing Blueworx Voice Response can perform. If the system is extremely busy and it cannot start enough processes to handle all the requests for service by component programs, the result may be a problem. For example, Blueworx Voice Response might not initialize.
To check the number of user processes defined for your system, you can use either an AIX command or SMIT.
lsattr -E -l sys0
The character l in the command is a lowercase L (for logical device), not the number 1.
The number next to maxuproc is the value to which the parameter is set.
chdev -l sys0 -a maxuproc=###
where ### is the maximum number of processes. For example, the command to reset the maximum number of processes to 150 looks like this:
chdev -l sys0 -a maxuproc=150
The character l in the command is a lowercase L (for logical device), not the number 1.
The system changes the upper limit on user processes to the number you indicate, and stores the changed parameter in the database.
The system displays the System Management Menu.
The system displays the System Environments Menu.
The system displays a list of characteristics. Note the number next to Maximum Number of Processes Allowed Per User.
To calculate the number of user processes Blueworx Voice Response requires, and instructions on how to increase the maximum number of user processes, see Blueworx Voice Response for AIX: Installation.
To calculate the number of user processes Blueworx Voice Response requires, and instructions on how to increase the maximum number of user processes, see Blueworx Voice Response for AIX: Installation.