ANR5959E (S/390)Servernot running APF authorized. The server and all JOBLIB/STEPLIB
libraries (C library,etc.) must be authorized.
Explanation: The server is not running with MVS authorization.
SystemAction: Server operation ends.
User Response: Ensurethat all library data sets required by the server are
authorized.
ANR5960E (S/390)Unableto initialize kernel - virtual machine requires ECMODE capability.
Explanation: The CP directory entry for the server does not contain an OPTION
ECMODE statement.
SystemAction: Server operation ends.
User Response: Addan OPTION ECMODE statement to the CP directory entry
for the server.
ANR5961E (S/390)Insufficientmemory for server initialization.
Explanation: The server program cannot allocate enough memory (virtual storage)
to fully initialize itself.
SystemAction: Server initialization fails. The server is not started.
User Response: Allocateadditional storage to the server virtual machine or reduce
the storage required by the server.There are three ways to do this:
1. Increase the size of the server’s virtual machine. This requires that the default
storage size be updated in the server’s CPdirectory entry.
For MVS, increase the region size; 40M is the recommended minimum size for
the server but larger servers require more.
2. Reduce the maximum number of client sessions permitted. Todo this, edit the
DSMSERVOPT file and reduce the value specified for the MAXSESSIONS
statement. Note that each client session causes an additional 64KB of memory to
be allocated.
3. Decrease the amount of space allocated to the server’s database buffer pool. To
do this, edit the DSMSERVOPT file and reduce the value specified for the
BUFPOOLSIZE statement. Note that each buffer pool page causes an additional
4 KB of memory to be allocated.
Note that the server must be shut down (with the HALTcommand) before changes
can be made to the DSMSERVOPT file.
698
Version 3 Release 7