Release Notes


3.2 Searching the DB2 Online Information on Solaris

If you are having problems searching the DB2 online information on Solaris, check your system's kernel parameters in /etc/system. Here are the minimum kernel parameters required by DB2's search system, NetQuestion:

   semsys:seminfo_semmni 256 
   semsys:seminfo_semmap 258 
   semsys:seminfo_semmns 512 
   semsys:seminfo_semmnu 512 
   semsys:seminfo_semmsl 50 
   shmsys:shminfo_shmmax 6291456 
   shmsys:shminfo_shmseg 16 
   shmsys:shminfo_shmmni 300 

To set a kernel parameter, add a line at the end of /etc/system as follows:

   set <semaphore_name> = value

You must reboot your system for any new or changed values to take effect.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]