DB2 - Problem description
Problem IC65619 | Status: Closed |
SYNTAX ERROR IN MOUNTV95_STOP.KSH SCRIPT | |
product: | |
DB2 FOR LUW / DB2FORLUW / 950 - DB2 | |
Problem description: | |
There is an error in the mountV95_stop.ksh script making an ha instance unable to offline a mount resource if the VG is concurrent capable. if [[ $UNAME == "AIX" && concurrent != "Enhanced-Capable" ]]; then # "concurrent" is a variable - should be "$concurrent" | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * InforSphere Balanced Warehouse * **************************************************************** * PROBLEM DESCRIPTION: * * If concurrent VGs are used, the mountV95_stop.ksh * * scriptwon't detect it and will try to varyoffvg the volume * * group. * **************************************************************** * RECOMMENDATION: * * Update to DB2 V95 FP6 * **************************************************************** | |
Local Fix: | |
Modify the script and add '$' before the concurrent in the line: if [[ $UNAME == "AIX" && concurrent != "Enhanced-Capable" ]]; then | |
available fix packs: | |
DB2 Version 9.5 Fix Pack 6a for Linux, UNIX, and Windows | |
Solution | |
Fixed in DB2 V95 FP6 | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 18.01.2010 22.06.2010 22.06.2010 |
Problem solved at the following versions (IBM BugInfos) | |
9.5.FP6 | |
Problem solved according to the fixlist(s) of the following version(s) |