---------------------------------------------------------------------- ELOQUENCE B.06.32 - patch 0305150 ---------------------------------------------------------------------- This patch fixes a defect of the Eloquence startup/shutdown function as released with Eloquence B.06.32. Eloquence B.06.32 must be installed before applying this patch. Severity: PE63-0305150: BUG FIX Fixed problems: --------------- Platforms: HP-UX, Linux * The timeout to shut down the server processes was too small (#1949). When the Eloquence server processes are shut down, a TERM signal is sent to the processes. If a server process does not terminate a KILL signal is sent after a timeout period. The timeout to detect that a server process did not terminate was too small and could result in server processes killed unnecessarily. The shutdown function has been modified to wait up to 10 seconds for a server process to terminate. Installation: ------------- UNIX: In order to install this patch, you need to unpack it with gzip. Gzip is included with HP-UX and Linux. Installation requires root privileges. cd /opt/eloquence6 gzip -dc /path/to/PE63-0305150-hpux.tar.gz | tar xf - Files: etc/rcfunctions share/doc/PE63-0305150-README