DB2 - Problem description
Problem IC97631 | Status: Closed |
MOUNTV97_MONITOR.KSH TAKES ACTION WHEN TSA IS IN MANUAL MODE | |
product: | |
DB2 FOR LUW / DB2FORLUW / A10 - DB2 | |
Problem description: | |
Mount stop force will occur while TSA is in manual mode when mountV97_monitor.ksh believes there are IO errors. The mountV97_monitor.ksh code: # What is status of this mount point? MP_MONITOR_PATH=${MP}/.`hostname -s` MP_MONITOR_FILE=${MP_MONITOR_PATH}/.mp_monitor.$$ isMounted if [ ${mounted} -gt 0 ]; then if [ ! -d ${MP_MONITOR_PATH} ]; then logger -i -p debug -t $myname "Creating directory ${MP_MONITOR_PATH}" mkdir ${MP_MONITOR_PATH} fi pathOnMP=$(df $MP_MONITOR_PATH | grep -c $MP) if [[ ${pathOnMP} -eq 0 ]] ; then logger -i -p err -t $myname "The file monitor path ${MP_MONITOR_PATH} does not exist on ${MP}" rc=2 else touch ${MP_MONITOR_FILE} if [ -f ${MP_MONITOR_FILE} ]; then # logger -i -p debug -t $myname "No error performing I/O to file ${MP_MONITOR_FILE}" rc=1 rm -f ${MP_MONITOR_FILE} else logger -i -p err -t $myname "Error performing I/O to file ${MP_MONITOR_FILE}" # log a message if we detect GPFS to check free inodes if [[ "X$vfs" == "Xmmfs" || "X$fstype" == "Xgpfs" ]]; then logger -i -p debug $myname "GPFS filesystem was detected, ensure there are enough free inodes with mmdf." fi rm -f ${MP_MONITOR_FILE} rc=2 fi fi fi | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * in HA environment with TSA configured * **************************************************************** * PROBLEM DESCRIPTION: * * See Error Description * **************************************************************** * RECOMMENDATION: * * Upgrade to v101fp4 * **************************************************************** | |
Local Fix: | |
available fix packs: | |
DB2 Version 10.1 Fix Pack 4 for Linux, UNIX, and Windows | |
Solution | |
v101fp4 will contain the fix to prevent cluster action while TSA is in manual mode. | |
Workaround | |
not known / see Local fix | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 13.11.2013 11.06.2014 11.06.2014 |
Problem solved at the following versions (IBM BugInfos) | |
Problem solved according to the fixlist(s) of the following version(s) | |
10.1.0.4 |