---------------------------------------------------------------------- HP ELOQUENCE A.06.10 - patch 9811090 ---------------------------------------------------------------------- This patch fixes a defect of the eloqdb5 program as released with A.06.10. This patch will be integrated in a subsequent HP Eloquence release. Fixed problems: --------------- Platforms: HP-UX * Termination of eloqdb5 may fail to cleanup semaphore and shared memory. When the eloqdb5 process is killed a shared memory segment and a semaphore set may not be cleanup up by eloqdb5 and will remain active in the system. This may cause exhaustion of system IPC resources. * The EnableIPC config directive was undocumented for eloqdb5. It can be used to disable the use of IPC resources (shared memory, semaphores) for eloqdb5. IPC recources are used to accelerate data base access when client and server are runing on the same system. To disable the use of IPC resources add the following to the [Server] section of your eloqdb5.cfg configuration file. [Server] EnableIPC = 0 This configuration item defaults to 1 and should usually not be specified. Installation: ------------- In order to install this patch, you need to unpack it with gzip. Gzip is included with Linux and HP-UX 10.x and above and can be obtained for HP-UX 9.x from this ftp server in the /pub directory. Installation requires root privileges. cd /opt/eloquence6 gzip -dc PE61-9811090-hpux.tar.gz | tar xf - Files: bin/eloqdb5 share/doc/PE61-9811090-README