In order for DB2 Everyplace to operate with the highest degree of efficiency, system parameters in DB2 Universal Database need to be adjusted. Failure to do so, can result in the inability to create a new connection to the database. The extended shared memory segments should be enabled.
Prerequisites
Modify the login profile to include the following:
export DISPLAY=<workstation>:0.0
Where <workstation> is the UNIX workstation where you want to use the Mobile Devices Administration Center.
Procedure
For each DB2 instance running DB2 Everyplace:
export EXTSHM=ON
db2set DB2ENVLIST=EXTSHM
Related tasks