---------------------------------------------------------------------- ELOQUENCE B.07.00 - patch 0401132 ---------------------------------------------------------------------- This patch fixes a defect of the dbfsck utility as released with Eloquence B.07.00. This patch will be integrated in the Eloquence B.07.00 release. Eloquence B.07.00 must be installed before applying this patch. Severity: PE70-0401132: ENHANCEMENT PE70-0305092: CRITICAL (database inconsistencies) Patch PE70-0401132 ------------------ Platforms: All * dbfsck has been improved to recognize and fix a circular page link in the server node directory. * dbfsck has been improved to perform additional verification on btree meta data. * An experimental option -B was added to dbfsck to enable an additional check on internal btree linkage. * dbfsck has been enhanced to allow specifying node ids (node numbers) on the command line. If specified pass 2 does only process the specified nodes. * dbfsck has been improved to handle and optionally clear an invalid node type. * dbfsck has been improved to offer the option of fixing a damaged pool free list. * dbfsck has been improved to offer clearing a damaged fixrec free list when node meta information points to invalid block. Patch PE70-0305092 ------------------ Platforms: All * dbfsck could fail to write back changes to the volume file (#1961). dbfsck saves any changes in a memory cache but might discard the changes before writing them back to disk. Due to this bug, fixes to the record free list in pass1 may not be written back to disk. 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/PE70-0401132-hpux.tar.gz | tar xf - Files: bin/dbfsck share/doc/PE70-0401132-README Windows: Download the PE70-0401132-win32.zip file and unpack its contents with WinZip or PKUNZIP. Installation requires administrative capabilities. Please copy the dbfsck.exe file into the bin subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\bin). Please copy the PE70-0401132-README.txt file into the share\doc subdirectory of your Eloquence installation (for example C:\Programs\Eloquence\share\doc). Files: dbfsck.exe PE70-0401132-README.txt